
Learn Coding with Me
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live
I am a software engineering student. I created this blog to give you guys a new experience. I know all of you have watched videos and read articles that have been written by coding professionals. They are informative and I learn a lot from them.
But in the modern society, the most important thing for you is time management, right? You can’t simply watch every single youtube video that is related to your topic. There is so many videos about the same topic. And the teaching style of every instructor is different too. So, what I am going to do is learn about a coding concept in a day or two, and then simplify what we should learn and how we should learn that certain concept. My main focus is to explain the concepts clearly.
Yes, I know. Most of you guys are probably skeptical already and you have all the rights to be so. I am not saying that you will love the way I simplify things. All I am asking is for you to take few minutes to read a blog post of mine and see if you like the way I teach.
Have Fun Coding !
How Does CAPTCHA Work?
In today’s article, I am talking about how CAPTCHA work and how its main features work.
How to Comment Your Code Like a Pro
In this article, I am talking about when you should add comments in your code and how.
Become a Better Coder with these simple steps
Today I am going to tell you guys about simple tips to become a better coder.
What is the difference between an URL and URI?
Today, I am going to explain the difference between an URL and URI
The Types of Hackers
Today, I am going to talk about the types of hackers in the tech world
What is the difference between ICT and IT?
Today, I am going to talk about the difference between ICT and IT
What is DirectX?
If you ever have installed a game on your pc by yourself, you know that we need something called DirectX as a requirement. Have you ever wondered what that is?
What is Video Encoding, Decoding and Transcoding?
Hello coders, today I am going to talk about what is encoding and decoding videos mean. If you have heard about encoding, decoding and codes but have never gone on to find out what it was, let me do it for you
Must Know Concepts About Designing APIs
I am going to talk you through from the basic explanation of what an API is to all the things I find important that are not being discussed often.
Automate your Deployments using Bash Scripts
If you are a developer who is working on a project that doesn’t have a code pipeline, this article would help you save a lot of time.
Understanding the DOM
Greetings, friends! Today, I’ll discuss what the DOM (Document Object Model) is all about.
Why does React use a Virtual DOM?
Good day, guys! Today, I’ll explain why React employs a virtual DOM on top of the real DOM, and how it increases overall performance significantly.
Simple Intro to Java’s assert Keyword
Good day, guys! Today we’ll look at the assert keyword in Java and when it’s appropriate to use it.