Browsing Category
Software
12384 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
Top March Daily Discussions. And the Theme is…Nostalgia in Tech!
Well, we were a nostalgic bunch this month! Top CodeNewbie Daily Discussion posts in March included reminiscing about…
What is Kubernetes ?: The Future of Cloud-Native Application Development.
Kubernetes has become a buzzword in the world of modern application development and deployment. But what is Kubernetes,…
Value type vs Reference type in JavaScript
Introduction JavaScript is a dynamic, loosely typed language that allows developers to create and manipulate variables with ease.…
No More Goerli Faucets! Using the New Infura Sepolia Faucet for Ethereum Smart Contract Testing
When you first start developing on Ethereum, you quickly discover how critical it is to test your dapps—even…
#AskAndroid: Compose Layouts and Modifiers — The Android Show MAD Skills Live Q&A — Part 1
#AskAndroid: Compose Layouts and Modifiers — The Android Show MAD Skills Live Q&A — Part 1 Photo by Christina @ wocintechchat.com on Unsplash The…
gnu-on-alpine 3.17.3 and alpine-plus-plus 3.17.3 Released
TL;DR I just released gnu-on-alpine 3.17.3 and alpine-plus-plus 3.17.3, two lightweight containers for implementing GitHub Container Actions with…
Hybrid App Development: Pros and Cons
Building a mobile app has long been among the primary goals for businesses that want to improve their…
Vanilla+PostCSS as an Alternative to SCSS
Sass and SCSS have been popular tools to enhance the official CSS syntax, much like TypeScript or CoffeeScript…
Functions in Julia
Have you ever wondered how programming languages are able to execute complex tasks? Similar to how postmen and…
Javascript Object #3
From the last Post We have seen what is Object and How to access the properties inside of…