ShaqqourHow to Create a Backend Rails Application as an APIIn one of my previous blog posts, I explained how to create a full Rails application using the Scaffold generator. However, in many cases…Mar 5, 2021Mar 5, 2021
ShaqqourHow to Use React Router in Your React ApplicationReact Router is a library or a package to help you navigate between your React application components. As mentioned in React Router’s…Feb 28, 2021Feb 28, 2021
ShaqqourScaffold Generator in RailsIf you are new to Rails, you might come across Scaffold generator. So what is scaffold generator in Rails? In this blog post, I will show…Feb 21, 2021Feb 21, 2021
ShaqqourHow to Create Click Me Button with a Counter in React NativeIn one of my previous blogs, I explained how to create your first react-native project. In this blog post, we will create a project that…Feb 12, 2021Feb 12, 2021
ShaqqourResource Generator in RailsIn one of my previous blogs, I wrote a blog post on how to use the Model generator in Rails. In this blog post, I will explain how to use…Feb 6, 2021Feb 6, 2021
ShaqqourCode Along That Explains an Easy Way to Scrape Data in RubyWhat is Scraping in Ruby?Jan 31, 2021Jan 31, 2021
ShaqqourUnderstanding the Basics of Macros in Ruby ProgrammingA big part of Ruby programming is based on making the programmer life’s easier and better. Macros in Ruby were created so programmers…Jan 23, 2021Jan 23, 2021
ShaqqourHow to use Getters and Setters in RubyGetter and Setter methods in Ruby are gateways to access class instance variables. In this blog post I will explain how to create a class…Jan 15, 2021Jan 15, 2021
ShaqqourUnderstanding Closures in JavaScriptA closure is a concept in JavaScript where one function has access to variables that belong to another function. The main thing about…Jan 9, 2021Jan 9, 2021
ShaqqourCreate a Migration in Rails ManuallyMigration in Rails is responsible for creating and editing database tables. To migrate the database changes in rails, run $ rails…Jan 1, 2021Jan 1, 2021