-
Spreading Happiness With Dart 2.3
Dartlang is an amazing language which is always developing to suit the developer needs. Dart 2.3 focuses on UI-as-code and gives us some cool features to make our UI code clean and intuitive. First lets go through a sample Flutter code. 1 2 3 4 5 6 7 8 9...
-
React Devs Seriously Need to Look into Flutter
With flutter you can build performant cross platform apps without the JavaScript bridge needed for React Native. But as an RN dev should you be committing to Flutter? I will go through the pros and cons one by one. Pro: You already know whatever there is to know Flutter is...
-
How to become a kickass Flutter developer in less than 24 hours.
If you are reading this article I am assuming you know what Flutter is so I am skipping the whole Introducing Flutter part. Ok the title can be a bit misleading. By 24 hours I don’t necessarily mean 1 day because we don’t work for the whole 24 hours. If...
-
Intellij Shortcuts that saved my life.
Developers are wonderful creatures. We tend to be the laziest bunch in the organization but when the deadline approaches then we turn into grand wizards, turning up with wonderful concoctions in record time. This sort of wizardry does come with experience and I am nowhere near experienced but learning IDE...
-
Lamdas and Functional Interfaces in Java 8
Lambda expressions are said to be the biggest feature in Java 8. It facilitates functional programming in contrast to the usual object oriented approach that Java is so famous for. Why we need lambda expressions? In order to answer this question we need to first understand why we do programming....
-
Javascript Promises
This is my second post on Javascript. People who know me be like “But I thought you hated Javascript?!”. Yes, I still do. I still think javascript is not a well designed language and I will forever be trashing on functional programming. Now that’s out of the way lets start...
-
The Strategy Design Pattern
Welcome to the world of design patterns. That magical place in the kingdom of software development where life is simpler if you follow some rules here and there. I will be posting a series of the most common design patterns. Maybe not every week but there will be posts regarding...
-
Reasons Why Web Development Sucks
Ow where should I get started. Web development as we can see right now is a damn mess. Its hairy, its ugly and its getting worse. Here’s a list of the things that make it this way. 1. Way too many Frameworks! Just google “What should a modern web developer...