Author Archives
-
Installing WordPress on AWS – easy way
WordPress is one of the greatest inventions in the software industry. This is evident from the fact that over 60 million websites are powered by this amazing CMS. To install WordPress we can either visit wordpress.com or wordpress.org. The difference… Read More ›
-
Scalability vs Availability
How well does your system perform and what are the methods to make it fault tolerant these days. Why AWS is one of the best ways to maintain huge traffic.
-
How I set up my NestJs project
How to setup my nestjs project
-
API Testing using POSTMAN
Testing is a big part of any development cycle. Of the many tools we use, Postman is perhaps one of the lesser-known beasts. Most of us just use the tool to send a request and see the response. There is… Read More ›
-
SHARE Videos using PS4
We all love to share our daily activities on the social medium. Some do it for fun, some for monetizing it and many more. With the introduction of the share button on the Dual shock 4 controllers it has become… Read More ›
-
iPhone 12 – the best so far!
Its almost end 2020, a year like never before and apple has revealed their next best tech. The new iPhone – 12. Apple used an online event to launch its new iPhones due to Covid-19. In case you missed it,… Read More ›
-
The tiny things of Flutter
We will list down some of the basic things of Flutter which you maybe using but just didn’t care to look into or think about. What is dart:core?The package which is responsible for all the dart functionalities in your code…. Read More ›
-
Static vs Dynamic typing
So what is a datatype – in simple terms it’s the type of data. Lol! Okay but seriously, if I ask you what type is 10, you would say a number. And what type of number, you would say a… Read More ›
-
JIT vs AOT Compilation
Okay so what is compilation? Well, to start off, computers make no effort to learn your language. So we came up with ways to translate things so that it can understand what we are trying to say. We started with… Read More ›
-
What is Flutter
The battle between hybrid and native apps has been going on for quite some time now. For the enthusiasts, native apps are those that are built for a specific platform and have more control of the device hardware like the… Read More ›