Browsing Category
Software
12410 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
How to Check PowerShell Version in Windows 10/11?
To check your PowerShell version on Windows 10/11, open a PowerShell window, type the command $PSVersionTable, and look…
`.git-blame-ignore-revs` to ignore bulk formatting changes.
.git-blame-ignore-revs is a Git feature introduced in version 2.23 that allows you to ignore specific commits in git…
Updated production-ready Gemini models, reduced 1.5 Pro pricing, increased rate limits, and more
Learn about the latest updates to Google’s Gemini models, including reduced pricing for Gemini 1.5 Pro, increased rate…
Three New Deals Are Live on DEV++ 🎉
More benefits are available to DEV++ members! DEV++ is a bundle of exclusive discounts and features to help…
Create a Stunning Profile README
What is a GitHub Profile README? A GitHub Profile README is a markdown file that you can add…
6 Cool Things You Can Do With Regular HTML
It’s no wonder that HTML can do some stuff that we might even think that it is an…
Common Issues in GBase 8c Distributed Scenarios (1)
During database usage, improper operations or maintenance can lead to abnormal operation of instances or clusters. The GBase…
5 Reasons why I Started My YouTube Channel and Blog
About Me I have over 9 years of experience in frontend development, specializing in HTML, CSS, SASS, JavaScript,…
Server-Side Rendering (SSR): Uma Solução para SEO e Performance em Aplicações React
Server-Side Rendering (SSR) ou Renderização do Lado do Servidor, é o processo de renderizar uma aplicação web no…
React Design Patterns~Container Componets / Uncontrolled Controlled Component~
Uncontrolled Component This pattern means that React doesn’t control the form data, and the DOM holds the form…