
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

Creating Upgradeable ERC20 Tokens
The ERC-20 Ethereum token standard is a blueprint for creating fungible tokens that are compatible with the broader Ethereum network. The most important feature of ERC20 is that tokens are fungible.

5 things that every front-end developer careful of
Responsive Design As of 2020, here is the global breakdown of internet traffic: 50.88% Mobile 46.39% Desktop 2.74% Tablet

Templating with EJS
EJS is a powerful tool used for templating. Befittingly, the ‘E’ in EJS stands for ‘Effective’. Coupled with Express, serving views on static websites couldn’t be easier.

React Components
Using React, we build complex pages from small, independent, and re-usable elements called components. There are two types of React components: Functional and Class-based

How to use 80/20 rule to improve productivity?
The **80/20** rule is one of the most helpful concepts for life and time management. The 80/20 rule which is also known as the Pareto principle, basically means that in many events, **80%** of the effects come from **20%** of the causes.

Computational thinking for problem-solving
It simply refers to an approach to solve problems using the concepts of computer sciences, then expresses solutions to these problems such that they can be run on a computer.