blog

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

How to Automate Build Checks With ‘Github-Actions’

The purpose of this blog is to help those who want to set up CI/CD for their projects. There are many popular tools present in the market right now like CircleCI and TravisCI and Github Actions is one of them. Before moving forward with GitHub Actions, it is necessary for us to understand what are software … Continue reading How to Automate Build Checks With ‘Github-Actions’

The Simplest Guide For Choosing Between Flutter UI, Jetpack Compose UI, & Swift UI

Folks, Today we will be comparing codes for flutter UI with Jetpack compose UI (which is used for native android application development) and Swift UI (which is used for native iOS application development). Currently, Jetpack compose and swift UI has some limitations with min version supported and community support as both are emerging frameworks right … Continue reading The Simplest Guide For Choosing Between Flutter UI, Jetpack Compose UI, & Swift UI