
Digital Hackathons, Experiential Assessment & the Future of Tech Hiring
The way companies hire technical talent is changing rapidly. With the rise of AI-generated resumes, generic coding tests, and highly polished LinkedIn profiles, it has become increasingly difficult to identify candidates who can actually perform well in real-world engineering environments.
All Blogs
Explore Stories, Insights, and Ideas from Our Community

Type conversion in JavaScript
The three most commonly used primitive data types in Javascript are number, string, and boolean. At one point or another, we may run into situations where we would like to carry out an operation but the available values are of different types.

Deeper Dive Into The NoSQL

Best 5 VS code extensions

Backend Frameworks With Most Stars On GitHub

API Gateway
API Gateway is a single entry point in client-server architecture. It sits before backend services. It is the abstraction layer of the api endpoints. In microservices, API Gateway remains the same even if services are refactored because of the "backend for frontend" It provides less vulnerability and isolates microservices from all over the world.

Difference between client side rendering vs server side rendering
We are all familiar with the rendering types; Client-side vs server-side. Especially modern front-end developers are familiar with these more than anyone. However, I've noticed that it’s a very confusing topic for beginners.