Featured Posts
All Posts

Meet in the middle
Difficulty Level : Hard
Given a set of n integers where n <= 40. Each of them is at most 1012, determine the maximum sum subset having sum less than or equal S where S <= 1018.
Continue Reading
Linear Diophantine Equations
Difficulty Level : Medium
A Diophantine equation is a polynomial equation, usually in two or more unknowns, such that only the integral solutions are required.
Continue Reading
Writing Great Unit Tests
Difficulty Level : Hard
We will look at 10 simple tips and tricks on writing unit tests in JavaScript
Continue Reading
React Crash Course
Difficulty Level : Easy
Crash course to learn the React JavaScript library. We will look at components, hooks and more
Continue Reading
What's New In PHP 8?
Difficulty Level : Medium
In this article we will look at some of the new features offered in version 8 of PHP
Continue Reading
Python Book Review
Difficulty Level : Easy
In this review, we will be looking at the new Python book from Oriley
Continue Reading
Django Crash Course
Django is a very powerful, high level Python framework for building web applications
Continue Reading
Tailwind vs. Bootstrap
Difficulty Level : Medium
Both Tailwind and Bootstrap are very popular CSS frameworks. In this article, we will compare them
Continue Reading
JavaScript Performance Tips
We will look at 10 simple tips and tricks to increase the speed of your code when writing JS
Continue Reading