This article is going to be all about Undirected Graphs. It is in the succession of the previous article Getting Started With The Algorithms that sets you up to learn algorithms. I suggest you read that article to learn about the origin of algorithms, why they are important and needs to be studied. In this article, I'll be talking about one of the most interesting topics in … [Read more...] about Undirected Graphs [Examples, Implementation & Graph Processor]
Programming
Getting Started With Algorithms For Budding Computer Science Engineers
This article is going to be different from a ton of articles out there on the internet. It will be different because I'm going to explain it in a way that would directly get inside of you (doesn't matter what your IQ is). I will not be going to copy-paste the definitions from books to bore you rather I would try to make you understand from the best of my knowledge. In … [Read more...] about Getting Started With Algorithms For Budding Computer Science Engineers
Mindset Behind Test Driven Development (TDD)
Do you find Test Driven Development (TDD) difficult to grasp? You might have tried writing test cases but ended up staring the blank screen for hours trying to come up with the correct test for your piece of code. Perhaps, you have started thinking that Test Driven Development is not for you. But before you come to the conclusion read this article. I'm sure you would want … [Read more...] about Mindset Behind Test Driven Development (TDD)
Flutter – Beautiful native apps in record time
Flutter just released its first stable version (flutter 1.0) and gave mobile developers a totally amazing and fast way to develop enterprise level applications. Flutter is a result of hard work put together by the developers inside the Google campus with a motivation to create a truly amazing cross-platform development framework that has never been released before. And not … [Read more...] about Flutter – Beautiful native apps in record time
Do You Have To Be Good At Mathematics to Become a Great Programmer?
Someone at work asked me this question- "Are Good Programmers also Good Mathematicians?". This question got me into thinking about all the stuff that people are doing in most of the IT companies. They call themselves programmers, but are they, good mathematicians? In this article, I'm going to get into deeper level and talk about the software craftmanship and clean coding … [Read more...] about Do You Have To Be Good At Mathematics to Become a Great Programmer?
Programming Best Practices: The Art of Building Modular Applications
To build a modular application, developers require a certain level of expertise. Without the knowledge of Best Programming Practices, it becomes hard and sometimes confusing to start with the architecture development process. Many young programmers face the problem in identifying different modules of the application. And this is normal. They have not built enterprise level … [Read more...] about Programming Best Practices: The Art of Building Modular Applications
JSON Web Token: 8 Easy Steps to Understand and Implement JWT
This article is going to be a piece of complete information about the JSON Web Token. If you find JWT hard, difficult to grasp, and just want an easy answer to the question "What the heck is JWT?" then this article is for you. This article is going to be a complete answer to all your questions. The entire article is divided into sub-parts for easy understanding. The … [Read more...] about JSON Web Token: 8 Easy Steps to Understand and Implement JWT
Best 5 Useful Advice Every New Blogger must Implement
Today's world is filled with a tremendous volume of information. In fact, every time I think of writing something, the first thing I do is to google the topic. I do it, just to see whether the information I'm about to provide in my upcoming article is already present on the web or not. Almost every second a new blog post takes birth and every 3 seconds an infant blog dies. So, … [Read more...] about Best 5 Useful Advice Every New Blogger must Implement
What is a Coder’s Worst Nightmare?
Hey Young Programmers! Today's GYAAN is all about writing CLEAN CODE. It's been quite a long time when I wrote my first bit of code, and from there till now, lots of things have changed. I remember it quite vividly, how I used to write code back then when I started coding. I was always good with logics and knew how to accomplish a task that was put in front of … [Read more...] about What is a Coder’s Worst Nightmare?
What Every Programmer Must know about Floating Point Numbers
Hey Friends!?Today I'll talk about the concepts of floating point numbers. This is one of the trickiest part in the computer world. It is really very complicated to understand the concept of floating point numbers especially for a newbie. So, I thought of writing this article to help you understand floating point numbers better. If you are a programmer, and you think you know … [Read more...] about What Every Programmer Must know about Floating Point Numbers