About
Posts
Projects
Tags
All posts
Articles, guides, tutorials about front-end development.
2024
Oct 13, 2024
Building an Image Resize App with Flutter
Mobile
Android
2023
Sep 16, 2023
Accessing computer's localhost from Android emulator
Mobile
Android
Web
Aug 27, 2023
Converting my blog to Hugo
Mine
May 09, 2023
Deploy nextjs app in Azure devops
NextJs
Devops
2022
May 29, 2022
Auth0 with Flutter
Flutter
Mobile
Apr 03, 2022
Getting started with Flutter - Installation
Flutter
2021
Dec 30, 2021
Hosting Blazor PWA application on IIS
C sharp
Dec 25, 2021
PWA application using Blazor
C sharp
Dec 24, 2021
Web push notifications
Web
Apr 10, 2021
Getting started Django
python
Mar 27, 2021
Getting started Go lang in windows
Go
Jan 24, 2021
How to use PostgreSQL wildcards practically
PostgreSQL
Jan 23, 2021
How to use ActiveMQ in C#
C sharp
ActiveMQ
Jan 05, 2021
My 2020 year in review
Mine
2020
Aug 11, 2020
Ottunar - A mobile app to record expenses/income for truck drivers
My Project
App
Mobile
Flutter
Apr 05, 2020
Solve Algebra Linear Equations using Backtracking
Backtracking
fun program
2019
Dec 24, 2019
How to use Kafka in NodeJs
Kafka
NodeJs
Dec 23, 2019
How to use Kafka as a load balancer for a topic
Kafka
C sharp
Dec 23, 2019
ReactNative getting started
React Native
Dec 22, 2019
How to use Apache kafka in C#
Kafka
C sharp
Dec 21, 2019
Install Apache Kafka in Windows 10
Kafka
Jun 16, 2019
How I avoided Ads in Network-wide using Pi-hole and a Raspberry Pi
Mine
Fun Project
Raspberry Pi
May 26, 2019
Best way to do async request (ajax and side effects) in ReactJs using hooks, Redux style - useReducer()
ReactJs
Web
May 12, 2019
I created a mobile app to copy text from system/browser to mobile
Mobile
App
React Native
My Project
Jan 28, 2019
I stopped using WhatsApp and Why I told my friends to stop using WhatsApp and Telegram
Mine
Jan 18, 2019
Converting my blog to Gatsby
Mine
Jan 07, 2019
Create 3D model in React Native using WebGL and Three.js
Mobile
React Native
Three.js
Jan 06, 2019
Install packages from myget.org in Visual Studio 2015
C sharp
Visual Studio
Jan 05, 2019
Creating a simple Telephone directory using VB6.0
VB6
Jan 04, 2019
int x=5; x += x++ + ++x; (C#)
C sharp
fun program
Jan 03, 2019
Asynchronous Programming in c# using async await
C sharp
WPF
Jan 02, 2019
Avoid multiple mouse move events in C#
C sharp
WPF
Jan 01, 2019
Backtracking – 1000 locks and 1000 students problem
C
Backtracking
fun program