Browsing Category
Software
11743 posts
Software Engineering & Development Frameworks
This hub covers practical engineering frameworks, development processes, and system design approaches used to build scalable and reliable systems.
You’ll find how-to guides, architectural breakdowns, and real-world insights focused on backend systems, cloud software, and modern developer tooling.
This content is designed for engineers, technical leads, and teams working on production-scale applications.
Key Engineering Guides
Debugging Tips and Tricks: A Comprehensive Guide
Rubber Ducking: The Art of Talking it Out Moving the Goalposts: Redefining the Bug The Evolution of a…
JAMStack for e-Commerce: A Powerful Alternative to PWA
In recent years, two new and exciting methods have become popular in web development: JAMStack and Progressive Web…
GPG Encryption Decryption
GPG Encryption Decryption How does this work? [x] generate SECRET_KEY to encrypt files [x] share this SECRET_KEY to…
A Learner’s Guide To No-code Development Platforms
No-code Development Platforms, often referred to as NCDPs, are like the Green Lantern’s power ring in the world…
Liman MYS’de Vue.js ve typescript Template i Kullanarak Eklenti Nasıl Yazılır
Bu eklentide kripto paralarla ilgili data dönen bir public API’den aldığımız datayı bir table üzerinde göstereceğiz. Template de…
Security Best Practices For GitHub Actions Secrets
Today we talk about security in GitHub, and specifically about how to properly use and configure GitHub Actions…
Handling state between multiple processes with elixir
Elixir works really well for concurrent code because of it’s functional nature and ability to run in multiple…
👑👑ℹ Content is King; Community is Queen, and Data is the heir apparent!
a friendly avocado saying hello! This is an article detailing the dynamic trio: Content, Community and Data, and…
React Hooks now part of Ably’s JavaScript SDK (and how to build a simple React App with Ably)
React is one of the most popular JavaScript libraries in the world, and is known for its performance,…
PHP easy file handling
Today I uploaded a PHP code for file handling. Does not contains validation or very custom features, but…