Browsing Category
Software
12456 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
All the tools I need to build a perfect AI app.
The world of AI has grown much in the past decade. AI is everywhere, from voice assistants to…
Using my new Raspberry Pi to run an existing GitHub Action
Recently, I mentioned how I refactored the script that kept my GitHub profile up-to-date. Since Geecon Prague, I’m…
The difficulty of SQL stems from relational algebra
In the field of structured data computing, SQL is still the most widely used working language, not only…
How many variations can be produced by obfuscating a single line of JavaScript code: ‘var a=1’?
Confusing code is a technique used to make it difficult to understand and reverse engineer, often employed to…
Nurturing Relationships for AI Excellence
Hey y’all! If you are new here, hello and welcome! I am here today with CodeNewbie Podcast, where…
GDE Women’s History Month Feature: Gema Parreño Piqueras, AI/ML GDE
Posted by Justyna Politanska-Pyszko – Program Manager, Google Developer Experts For Women’s History Month, we’re shining a spotlight…
She Makes $120,000 a Month Blogging
If you thought blogging was dead, think again. Sophia Lee was a struggling sophomore, looking for a job…
React Compiler & React 19 – forget about memoization soon?
React 19 and the React Compiler, previously known as React Forget, have been dominating the React discussion over…
VSTO Web Add-ins or Office 365 Add-ins: Exploring the Differences
In Microsoft Office programs, developers can add extra features and customize the experience for users in various manners.…
Declaring Multiple Variables in a “for” Loop Initialization Clause
Introduction As you know, the syntax of the for statement in C and C++ is: for ( init-clause…