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.
##10 useful NPM packages that you might miss

##10 useful NPM packages that you might miss

link-icon
Software DevelopmentJavaScript

##What is NPM? npm is a package manager for the JavaScript programming language. npm, Inc. is a subsidiary of GitHub, that provides hosting for software development and version control with the usage of Git. npm is the default package manager for the JavaScript runtime environment Node.js ​

avatarBaris BabahanFriday, 16 Apr 2021
Docker and its advantages

Docker and its advantages

link-icon
Software DevelopmentComputer Networking

**Docker** is an open platform for developing, shipping, and running applications. Docker can bundle up an application and its dependencies in a virtual container that can run on any operating system like Linux, Windows, and macOS. This allows the app to run in various locations, such as on-premises, a public cloud, and/or a private cloud.

avatarZhanara KolbaevaWednesday, 14 Apr 2021
JavaScript

JavaScript

link-icon
Software DevelopmentJavaScript Computer programming

JavaScript is a programming language that can add interactions to websites. With JavaScript, you can add games to your website, interact with the user when the button is pressed, the form is focused. **What is JavaScript?** JavaScript ("JS" for short) is a full-fledged dynamic programming language. When applied to an HTML document, it creates dynamic interactions with the user.

avatarEmre Kaan BahçeciMonday, 12 Apr 2021
JASMINE JS

JASMINE JS

link-icon
Testing

Jasmine is the most popular JS library for unit testing web apps. Jasmine is a very popular JavaScript behavior-driven development (In BDD, you write tests before writing actual code) framework for unit testing JavaScript applications. It provides utilities that can be used to run automated tests for both synchronous and asynchronous code.

avatarArya Tuba DurgunFriday, 9 Apr 2021
Project Management- series 1

Project Management- series 1

link-icon
Software DevelopmentManagement solution

What is Project Management: Project management is an art of leading a team to achieve project’s target within budget and time. It involves conceptualization of idea, initiation, planning and managing the available sources to complete a particular project. Project management processes falls into five groups:

avatarMusharraf HassanWednesday, 7 Apr 2021
Async vs Sync code  ​

Async vs Sync code ​

link-icon
Software DevelopmentComputer Software

What is synchronous code? The browser renders the page when complete the execution of javascript code. If we have some code snippets that take time to finish for example using API.

avatarBaris BabahanMonday, 5 Apr 2021