Browsing Category
Software
12422 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
SQL + Python + Spark for Data Science
Table of Content: In this SQL tutorial, we will be learning below concepts. As I’ve used Jupyter-Notebooks for…
Manage multiple git accounts
Hi! Do you have multiple git accounts or you just using one? I have multiple and everytime I…
PostgreSQL vs SQLite
Definition PostgreSQL is an object-relational database management system (ORDBMS) that is compatible with various SQL features. It follows the transaction…
99% of Python Programmers don’t know this feature
Did you use or know about this feature before? text = "PYTHON" print(f"{text}") # PYTHON print(f"{text:#20}") # ______________PYTHON…
15 React Interview Questions to Help You Ace Your Next Technical Interview
React has become one of the most popular front-end JavaScript frameworks in recent years. If you’re looking for…
Best way to learn react js for free
React js is a library developed by Facebook, for building user interfaces quickly. It is declarative and component-based.…
O que significa o dia da Ada Lovelace?
Quando comemoramos o dia da Ada Lovelace e por quê? Desde 2009, toda segunda terça-feira do mês de…
Movin’ On Up: An Analysis of The Privilege Escalation Vulnerability CVE-2022-26923
This article provides analysis of CVE-2022–26923, a vulnerability at the intersection of Active Directory (AD) and Active Directory…
Start with one test
Throwaway projects aside, would you say testing is important? Tests are important but… It takes too much time……
Processing user input in Bubble Tea with a menu component
In the last tutorial, we did a “hello world” app, and it processed just a bit of user…