Latest articles
Django Deployment with Nginx in Ubuntu
This was just a note for myself as I faced several errors during my first deployment with Django. This note is for those who are facing problems during the deployment. I hope it helps!
Enumeration in Java
Enumeration in Java is a process of iterating through a collection of items. In this article, let's learn about the different ways to iterate through a collection of items in Java.
Conditional Statements in Java
In this article, we will learn about conditional statements in Java.
Iterations in Java
This article will cover the different types of iterations in Java.
Things to know before using public Wi-Fi
Public Wi-Fi is a convenient way to access the internet, but it may not always be safe. Here are some things to consider before using public Wi-Fi.
Speeding up Android Studio on 4GB RAM
This post is about how to speed up Android Studio on a 4GB RAM machine.
How encryption algorithms provide confidentiality
Hello guys, today I'm going to discuss about encryption algorithms and how they provide confidentiality and how they are used in the real world.
Algorithm design and optimization for beginners
Hi! This is my first post on DEV. I’m going to tell why you should optimize algorithms. As an example, I will show how to design algorithm for maximum pairwise product which is pretty basic.