Browsing Category
Software
12409 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
Year in Review: 12 awesome ways for developers to learn, build, and grow with Google Workspace
Posted by Matthew Izatt, Product Lead, Google Workspace Platform For millions of our customers, 2022 brought an abundance…
Load balancer Quick Overview
A load balancer is a device that distributes network traffic across multiple servers. It is used to improve…
Better two factor authentication experiences with WebOTP
Two factor authentication (2FA) is a great way to improve the security of user accounts in an application.…
Secure Smart Contract Tools—An End-to-End Developer’s Guide
No doubt—writing secure smart contracts is hard. Even smart contracts written by senior developers can get hacked. And…
Client-side object validation with Yup
Introduction Typescript introduced many positive things in JavaScript. When used right, it can help with having cleaner code…
How to Know Your Company Needs a PIM System
Behind each smoothly running and effective E-commerce platform there is a bound system of business management applications –…
JavaScript Functions: Why They’re Essential to Understand? | Easy Guide – Part2
We looked at what functions are and the different types of declarations. We also looked at parameters, scope,…
Codebin – MongoDB Atlas Hackathon 2022 Submission
What I built I have built a platform (Codebin) where user can create and view their code snippets.…
Portswigger’s lab write up: CORS vulnerability with basic origin reflection
In this apprentice-level lab, we will exploit a website with a basic CORS vulnerability to obtain a user’s…
JavaScript for Interviews
This is my first post/blog/article of any sort, so any feedback will be appreciated. These are my notes…