Understanding has_many through in railsIf you are struggling to understand the has_many through in rails, I am confident that these three sections will help you have a clear idea…Mar 30, 2024Mar 30, 2024
How to quickly setup multiple Graphql endpoints in Apollo Client and Codegen [React]Recently I had to add a new Graphql endpoint, as I was using Codegen and typescript I had to make sure that I’ll benefit from type-checking…Nov 10, 2022Nov 10, 2022
How to create a popup menu in react nativePopup menu has become an essential part of mobile apps UI, in this article, I will guide you through the process of building popup menu…Mar 29, 20221Mar 29, 20221
Published inJavaScript in Plain English4 Problems that You Need to Know Before Using React Native WebviewOver the last year, I’ve been working on a react native app that uses Webview to display Html emails, during the process I’ve faced some…Dec 27, 20211Dec 27, 20211
Published inThe StartupWhy we should Learn Writing as DevelopersBefore we start I need to say that I don’t claim that I’m good at writing, actually English is my third language, the idea behind this…Apr 11, 2021Apr 11, 2021
Published inThe StartupEasy Infinite Scrolling With Apollo Hooks in React NativeInfinite scrolling is a feature that you can see in a lot of modern apps(Facebook, Tweeter, Reddit, etc…), every time the list data in…Sep 15, 20201Sep 15, 20201
Published inJavaScript in Plain EnglishIntroduction to react-native-navigationOne of the most challenging things in react-native is choosing the right navigation, and that’s because Facebook uses a native navigation…Aug 26, 20191Aug 26, 20191
Published inWebtipsBuild a Todo App in React Native using hooksI love making todo apps when I want to learn a new concept. So in this article, I’ll show you how to build a simple todo app using react…Jan 6, 20191Jan 6, 20191
Creating slug URLs in Rails without gemsIn this article we will use a human readable URL instead of id’s , so instead of having an awful url like…Apr 23, 20182Apr 23, 20182