Singsys blog: Web Design

Vite-Next Generation Frontend Tool

Vite

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.

 

(more…)

Regression in Supervised Learning

Regression in Supervised Learning

Supervised Learning

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.

(more…)

Some advance JS concepts that may help you

JS Concepts

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.

 

(more…)

Clean Architecture in Programming Language

Programming Language

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.

 

(more…)

Python 3.10: Cool New Features for You to Try

Python 3.10

High-level, general-purpose programming language Python emphasises code readability with the use of indentation. According to the TIOBE Index for October 2021, Python is the most popular programming language in the global developers’ community.

 

Python released its latest upgrade, Python 3.10, on October 04, 2021, soon after the 30th anniversary of the programming language. While there are several new features in the latest in-development version, the most significant upgrade has to be the language syntax, since async. 

 

(more…)