Skip to content
MUMahir Uslu
HomeProjectsTimelineBlogContact
MUMahir Uslu

Navigation

Home01Projects02Timeline03Blog04Contact05

Mahir Uslu

Senior Software Developer

Mahir Uslu. Full Stack / React Native Developer.

Konya, Turkey. Open to focused product work.

Writing

Notes from building software, teams, and product interfaces.

Articles are fetched from Medium on the server and cached so the page remains fast.

Feb 21, 2025

Push Notification with Firebase Cloud Messaging in React Native

Push notifications are an essential feature of modern mobile apps, allowing businesses to engage users by sending timely updates, alerts, and offers. In React Native, Firebase Cloud Messaging (FCM) can be used for sendin

Read on Medium

Oct 15, 2023

Usage of CodePush in React Native

Publishing the app to the stores sometimes is very exhausting because of the review duration, and sometimes the reviewer declines that version due to various causes. Besides this sometimes we make small mistakes or want

Read on Medium

Apr 17, 2023

[tr]Yazılıma başlamalı mıyım? Nereden başlanır?

Bu yazıda sektör değiştirmek isteyen ve son dönemlerde en çok bahsedilen mesleklerden biri olan yazılıma başlamak isteyen kişilere yol göstermeye çalışacağım. Yazılıma Başlamak Bu meslek bana göre mi? Oturduğum yerden pa

Read on Medium

Mar 21, 2023

Is your react app looks dead? Let’s give it a life with animations.

The developers usually focus on the app's algorithm and functionality, and it’s the right thing to do. Users also focus on these things and want a friendly interface and moving stuff. In this article, I’ll show you how t

Read on Medium

Dec 18, 2022

Image uploading to Firebase in React.js

React with Firebase Series #3 In this article, you’ll learn how to upload an image and link it to the data. This article is the sequel following article; Firebase Authentication in React js “Either you run the day or the

Read on Medium

Dec 17, 2022

Firebase Authentication in React.js

React with Firebase Series #2 In this article, you’ll learn how to secure data and manage the app authentication after setting up and implementing firebase to the project. This article is the sequel following article; Ho

Read on Medium

Jul 26, 2022

The Proper Way to Use Styling in React.js

There are several ways to style React app. Each one has its own pros and cons. In this article, I’ll show you ways of using stylings and what is the best option. “If you tell yourself you can’t, you won’t.” -Dean Grazios

Read on Medium

Jul 5, 2022

React Folder Structure Deep Dive

The folder structure matters in many ways; it eases understanding, refactoring, and sustainability. In this article, I’ll show how we should manage ours react app’s folder struct. “If you have the guts to keep making mis

Read on Medium

Jun 27, 2022

How to Connect Firebase Realtime Database to a React app

React with Firebase Series #1 In this article, I’ll show you the way to connect firebase to a react app with folder structure. Connect Firebase Realtime Database to React app “The world needs dreamers and the world needs

Read on Medium

Jan 2, 2022

How we should handle errors in NodeJS?

Sometimes errors are intimidating but actually, they make our apps good when they’re not around of course! If we handle errors correctly, our front-end teammates will be very grateful. “What simple action could you take

Read on Medium