I value clean code and simplicity, and love working with latest technologies.
Currently working with React, Next.js, Node.js, Express, Flutter and Java.
📧 Feel free to contact me if you have any questions.
🥇 Top rated developer on Upwork.
📱 Checkout my Google Play Developer page.
Blog
Baby Feeding Tracker - Flutter + Firebase
Baby feeding tracker is application that I developed in Flutter, that helps tracking your baby's feedings.
GestureDetector with Container is not tappable on empty spaces
GestureDetector with Container is not tappable on empty spaces, on tap is working only for childs inside.
Errors in build.gradle in Flutter application: Cannot resolve symbol "Properties" and Cannot resolve symbol "GradleException"
If you are developing Flutter application using Android studio maybe you have seen this errors in build.gradle
Automatically assigning platform `iOS` with version `10.0` on target `Runner` because no platform was specified - Flutter
If you had this error when trying to build Flutter app on iPhone 12 Pro Max this is the solution that worked for me
Create Linux application with Flutter
Hello, in this article I will explain step by step, how you can create Linux application with Flutter
Importance of long, strong and secure passwords.
In this article I will explain you why long, strong and secure passwords are very important.
JavaScript's three dots (...). Spread and Rest Operators.
In this short article I will explain what Spread and Rest operators are, and how they can be used in JavaScript.
console.time() in JavaScript
If you want to measure execution time of pieces of your code, one of the ways to do it, is using `console.time()`.
How To Use Classes in JavaScript
This is an easy guide that will help you understand JavaScript classes. Probably by now you already have heard about them. Classes are blueprints for objects.
Memory game
