Browsing Category
Software
12399 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
How to reverse a range in Python (with examples)
✋ Update: This post was originally published on my blog decodingweb.dev, where you can read the latest version…
Intro to React Native: Develop mobile apps
So you want to develop a mobile application, but don’t want to learn the the platforms’ native language…
Swift 5.7: Regex. Shorthands for optional unwrapping. Unlock existentials for all protocols.
Shorthands for optional unwrapping if let workingDirectoryMailmapURL { print (workingDirectoryMailmapURL) } while let workingDirectoryMailmapURL { print (workingDirectoryMailmapURL) break…
Build Your First Port Scanner using Python
Cyber security has become necessary for every business today, with over seven websites created every second, 380 websites…
Setting up Netlify Redirects with Astro
I struggled recently setting up Netlify Redirects with Astro, until I realized I needed to copy the file…
Enable fast pass development with Google Wallet demo mode
Posted by Google Pay Developers team What is demo mode? We want to make it easier for you…
stop wasting time on meaningless news!
Do you often find yourself distracted from productive work, by attention sucking and meaningless news or propaganda? Stop…
How to Create your own ChatGPT (ish) in 5 minutes
Most developers are probably aware of that OpenAI provides an API at this point. By intelligently using this…
New Technological advances in the E-commerce industry
The E-commerce industry has been witnessing exponential growth over the past 2 years. Retail E-commerce sales grew from…
how to fix “‘int’ object is not callable” in Python
✋ Update: This post was originally published on my blog decodingweb.dev, where you can read the latest version…