Education

React – Redux Toolkit and a guide to Reducers with createSlice

Redux-Toolkit

Some front-end Frameworks like React, Angular, or Vue have a system of components where each one internally manages its own states, and of course, as the application becomes complex, its state management becomes complex as well. Where Redux comes into the clutch? This popular state management library works with a kind of main “store” where […]

React – Redux Toolkit and a guide to Reducers with createSlice Read More »

Learn Ruby and Rails – Full Tutorial For Beginners

Ruby on rails

The tutorial is intended for beginners who want to build web applications with databases using the Ruby framework. You need a basic understanding of Ruby and object-oriented programming in order to be able to follow along. Furthermore, you need to be familiar with website programming in general. Let’s look at some basics first. Introduction Installation

Learn Ruby and Rails – Full Tutorial For Beginners Read More »

VueJS: Quick Overview

vuejs

What is Vue.js? VueJS is an open source progressive JavaScript framework for developing an interactive web interface. It is one of the most popular web development frameworks. Vue focuses on the view layer. It is easy to integrate into big projects requiring front-end development without any issues. It is very simple to install VueJS. In

VueJS: Quick Overview Read More »

Share