Browsing Category
Software
12379 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
To mock, or not to mock, that is the question
TLTR Mocking is often seen as a default choice when writing tests. Yet it might introduce unnecessary complexety…
Secure Your Media Files by Removing Metadata with AWS Lambda
In today’s digital world, images and videos often contain metadata that reveals a surprising amount of information about…
Top 10 Trends in Mobile App Development in 2023
Due to the rapid advancements and changes in mobile application development trends, many companies prefer to continuously monitor…
Top 10 Technologies for Mobile App Development
Due to the rapid advancements and changes in mobile application development trends, many companies prefer to continuously monitor…
Appwrite OSS Fund Sponsors LinkFree
Hi readers 👋, welcoming you back to the “Appwrite OSS Fund” series, where we celebrate open-source maintainers. 🎉…
5 topics you should touch on during the recruitment process
The recruitment processes can be weary and after answering countless questions you only think about leaving the interview,…
Como criar um Servidor Web Java Sem Framework
Olá, espero que você esteja bem 😊 Uma das coisas que gosto de fazer ao iniciar meus estudos…
DROP IF EXISTS & CREATE IF NOT EXISTS in Oracle, MySQL, MariaDB, PostgreSQL, YugabyteDB
To allow idempotent migration scripts, many SQL databases have added an IF EXISTS option to CREATE and an…
CodeNewbies! Help Us Create Your Community
Hey CodeNewbies, we want to create an online community that’s perfect for you! What can we do to…
Test-Driven Daydreams
My thoughts on Test-Driven Development (TDD) have certainly… fluctuated over time. At this point, it’s far from being…