Passing data between screens in React Native with useContext()hook.In this blog I will teach the easiest way to pass the data between screens(components) in your React Native app. For demonstration I am…Jun 16, 20211Jun 16, 20211
Setting up Android Studio Emulator.Recently I have built and released my first application on Google Play Store. During development I tested my App on Android Emulator. This…Apr 12, 2021Apr 12, 2021
Changing the application icon.If you are working on publishing your first React Native App on Google Play Store there are a lot of things to explore and learn in Google…Apr 5, 2021Apr 5, 2021
AsyncStorage.AsyncStorage is React Native’s API for storing data in form of key-value pair without using any cloud services. For data manipulation…Mar 14, 2021Mar 14, 2021
Creating a great user experience with ScrollTo() in React Native.Hi everyone! I would like to write a tutorial on how scroll to a certain item in the list of items.Mar 7, 20211Mar 7, 20211
Cors Issue. How to disable Cors in Chrome.Cross-Origin Resource Sharing (CORS) is a way of making HTTP requests from one server to another. CORS gives the server authority of who…Feb 14, 2021Feb 14, 2021
How to remove credentials from GitHub?What to do if you found out that you accidently pushed file that has credentials or keys ? Here you will find a great solution to fix that.Feb 8, 2021Feb 8, 2021
Heroku & Cloudinary storageThis blog is about how to set up Cloudinary Storage for your Heroku App. I decided to wrote a blog about it because I experienced some…Jan 19, 20211Jan 19, 20211
Heroku & pgAdmin.This article is about ‘after-deployed’ process. You should have your app with PostgreSQL Database deployed on Heroku already. I have a…Jan 10, 2021Jan 10, 2021
Deploying Rails and React App to Heroku.Hello. In this blog I would like to write about my experience of deploying React APP (with Rails backend and PostgreSQL DB). It was my…Dec 30, 2020Dec 30, 2020
Managing Database with pgAdmin.pgAdmin is the most popular an open-source management tool for PostgreSQL databases, that can be used on Linux, Unix, macOS and Windows…Dec 6, 2020Dec 6, 2020
Integrating 5-Star Rating into React App.If you work with React framework and willing to expand your skills I recommend to start using Marerial UI. Marerial Ui is a library of…Nov 25, 2020Nov 25, 2020
Uploading User picture to Rails API and React App. #part 3Hello again. I believe you came here after reading 2 previous parts of this blog where I showed how to set up the environment, create a…Nov 13, 2020Nov 13, 2020
Uploading User picture to Rails API and React App. #part 2First part of the blog was about setting up your Rails backend for being able to attach photo to a user. Here is a link in case if you…Nov 7, 2020Nov 7, 2020
Uploading User picture to Rails API and React App.Hi everyone. In this blog I ‘m going to show how to upload a users photos to the React App with Rails API and also how to render uploaded…Nov 2, 2020Nov 2, 2020
Rails. Polymorphic Associations.If you ever learned ruby you should be familiar with Active Record associations, most common are: belongs_to, has_many, has_many :through.Oct 13, 2020Oct 13, 2020
Simple form validation in React.Form validation is an important part in web development. When the user enters data, it is necessary to check if that data is in correct…Sep 8, 2020Sep 8, 2020
Exploring the JavaScript Date ObjectThe Date object is a built-in object in JavaScript that stores the date and time.Aug 19, 2020Aug 19, 2020
Organizing a summer camp in Ruby.Summer is here and I’ve got a business idea, a summer camp for teenagers, but I have one problem: I communicate only in Ruby. Lets see if…Jul 14, 2020Jul 14, 2020