Archi's Academy

BLACK FRIDAY

85% Discount for all November

whatsapp
Get in touch
Digital Hackathons, Experiential Assessment & the Future of Tech Hiring

Digital Hackathons, Experiential Assessment & the Future of Tech Hiring

link-icon
RecruitmentTechnical HiringDigital HackathonExperiential Assessment

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.

avatarSurumi RijuTuesday, 20 Jan 2026
BlogsBlogs

All Blogs

Explore Stories, Insights, and Ideas from Our Community

Discover insights, stories, and practical tips from industry experts and passionate creators to inspire your journey.
Type conversion in JavaScript

Type conversion in JavaScript

link-icon
Software DevelopmentCoding

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.

avatarVictor MuyaTuesday, 29 Jun 2021
Deeper Dive Into The NoSQL

Deeper Dive Into The NoSQL

link-icon
Software Development

avatarSeher SaylıkThursday, 24 Jun 2021
Best 5 VS code extensions

Best 5 VS code extensions

link-icon
Software DevelopmentTechnology

avatarBaris BabahanMonday, 21 Jun 2021
Backend Frameworks With Most Stars On GitHub

Backend Frameworks With Most Stars On GitHub

link-icon
Software Development

avatarArya Tuba DurgunThursday, 17 Jun 2021
API Gateway

API Gateway

link-icon
Software DevelopmentWeb application

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.

avatarCenkTuesday, 15 Jun 2021
Difference between client side rendering vs server side rendering

Difference between client side rendering vs server side rendering

link-icon
Software DevelopmentComputer Software

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.

avatarM ShowkatThursday, 10 Jun 2021