Browsing Category
Software
12369 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
Replace Employee ID With The Unique Identifier | LeetCode | MSSQL
The Problem This problem involves two tables, Employees and EmployeeUNI. Table: Employees Column Name Type id int name…
Quick recipes with spaCy Turkish: How is your infection doing?
Mining Turkish social media text with spaCy Turkish models We all like to mine a good social media corpus.…
Disrupting the Gaming Landscape: Exploring the Potential of Fully On-Chain Gaming
The gaming industry is witnessing a technological shift with the advent of fully on-chain gaming. Powered by blockchain…
ReactJS, MongoDB, JS, CSS in one shot while building an App
🤝 In today’s era of AI, when it became so hard to predict that “Will Web Dev survive”.…
The Best 5 AWS Administration Techniques You Need to Know
Are you an AWS administrator or aspiring to become one? As the leading cloud computing platform, Amazon Web…
Managing AI-powered Java App With API Management
In this article, we will explore how to integrate OpenAI’s ChatGPT APIs with a Spring Boot application and…
Vercel forms
Vercel is a cloud platform for static websites and serverless functions. While Vercel itself does not provide native…
Don’t use `innerHTML`
innertHTML is a good function. But if you wrote a code in a wrong way, or if you…
Demystifying Docker Containers: Unleashing the Magic of Self-Contained Application Packages
I have watched countless videos and read numerous articles attempting to explain what Docker is, but each time…
Episode 23/24: Angular 16, RFCs for Deferred Loading and built-in Control-Flow
Angular 16.1 added support for using the native fetch method in the HttpClient and introduces a transform function…