Browsing Category
Software
11689 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 ways to react to changes in Supabase
This video covers all the ways to capture changes in Supabase. It’s a video deep dive into all…
Spring Boot: A Revolução no Desenvolvimento de Aplicações Java
Se você desenvolve em Java, já deve ter ouvido falar de Spring Boot. Mas se ainda não conhece,…
How to Completely Hide the StatusBar in React Native
The StatusBar is an integral part of mobile applications, often displaying network indicators, time, and battery information. However,…
🔍 2 Tips on Googling Effectively
This is a repost from the Software Mastery newsletter. If you like what you see, consider subscribing to…
Staff Augmentation vs. Managed Services: Key Considerations for Time, Materials, and Strategy
Thanks to globalization and the democratization of IT services, companies all over the world no longer need to…
C# Tip: nameof
Let’s explore the nameof operator, introduced in C# 6, which allows you to get the name of variables,…
Dockerizing your Java Spring Boot application with Maven, along with a PostgreSQL database
Dockerizing a Spring Boot application involves creating a Docker image that contains your application and its dependencies. This…
#62 - Search for A Specified String across The Whole Table
Problem description & analysis: We have two Excel sheets, and there are same-structure tables in the two sheets.…
Understanding Git’s -m and -am Options: Simplifying Your Commit Workflow
Git is a powerful version control tool used by developers worldwide, but getting the hang of its many…
Supercharge your applications queries with caching
Have you ever wondered how some websites seem to load information almost instantly, even when dealing with massive…