Browsing Category
Software
12384 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
Getting Started With Sentiment Analysis
Sentiment analysis(opinion mining) is a natural language processing (NLP) technique that focuses on analyzing and finding the intent/emotion…
GDE Women’s History Month Feature: Jigyasa Grover, Machine Learning
For Women’s History Month, we are celebrating Jigyasa Grover, ML GDE. Jigyasa Grover, ML GDE, Senior ML Engineer, Twitter…
GDE Women’s History Month Feature: Jigyasa Grover, Machine Learning
Posted by Kevin Hernandez, Developer Relations Community Manager For Women’s History Month, we are celebrating Jigyasa Grover, ML…
When Should we Move to Microservices?
Last month I wrote about modular Monoliths and the value of modern Monolithic architecture. One of the more…
How I passed the AWS Certified Database — Specialty Exam (DBS-C01)
Introduction I recently passed the AWS Certified Database — Specialty Exam. I’d like to share my thoughts on what I…
What Is an MVP and Why You Should Use It in 2023
In today’s fast-pacing business world, it’s more important than ever to get your product to the market quickly…
🔎 What is Lexical Scope in JavaScript?
Lexical scope aka static scope is something you will hear about many times during your JavaScript journey and…
Build your own CMS using low-code
In this tutorial, We will build CMS(Content Management System) using the ToolJet which is a lowcode application development…
Leveraging AWS CodePipeline pipeline and Serverless Framework to deploy a Flask API.
For the past couple of days. I have been working with the Serverless framework. I came to know…
What is the difference between Interfaces vs Types in TypeScript?
The difference between types and interfaces in TypeScript used to be more clear, but with the latest versions…