Dec 23rd, 2022
Ever since the concept of web apps was established to the world, it has been always welcomed by smartphone users and online businesses due to its feature of being used as a domestic application directly from the web browser. If made by a professional web app development business, a web application can be equally responsive to that of a native app and it can either be downloaded or accessed straight from the browser and is multiple OS friendly.
May 26th, 2022
Vite (French word for “quick”, pronounced /vit/, like “veet”) is a build tool that aims to provide a faster and leaner development experience for modern web projects.
It consists of two major parts:
Vite is opinionated and comes with sensible defaults out of the box, but is also highly extensible via its Plugin API and JavaScript API with full typing support.
Mar 25th, 2022
Supervised learning is the type of machine learning in which machines are trained using well “labeled” training data, and on basis of that data, machines predict the output.
Feb 25th, 2022
This article is created to help new developers and intermediate developers understand more about some advanced javascript concepts, so that they can create more optimized and reliable functionalities.
Feb 10th, 2022
CLEAN ARCHITECTURE!!… What does that mean? Sounds Interesting though? Ok so we’ll explore some important facts about it, shall we?
I assume you’ve already built apps whether using Flutter, Native, or in any other language. We usually don’t focus on how the data flow is working, writing independent data layers, separation of code, the real use of OOP, testing, features scaling, …etc.