blog

React native Vs. Flutter: Which Framework To Go with?

Programmers fall into a dilemma while choosing the right platform for product development. Nowadays, there are several different technologies available for App development. Among all, the most popular is Flutter and React native. Today we will be comparing these technologies in terms of various aspects given below. Learning curveInstallation setupUI buildingState managementDebuggingCommunity supportPerformanceToolchain processAutomation testing … Continue reading React native Vs. Flutter: Which Framework To Go with?

Where Svelte and Sapper Are Gaining Traction & Where They Lapse

I recently completed 2 courses on Svelte and Sapper — one by Rich Harris on Frontend Masters and another on Udemy. I built a mini project using Svelte and recreated it in Sapper — here are my first thoughts. What I loved Syntax — the syntax is soooo much leaner! There’s very little boiler plate … Continue reading Where Svelte and Sapper Are Gaining Traction & Where They Lapse

A Brief Guide to Imperative & Declarative Programming

What you do in general while coding? Tell the machine how to do it or ask the machine to do it for ourselves. Photo by Goran Ivos on Unsplash So today we will be going through the concepts like imperative programming and declarative programming.These concepts are not languag specific. So what is imperative programming? Imperative programming means you … Continue reading A Brief Guide to Imperative & Declarative Programming