Open in app
Home
Notifications
Lists
Stories

Write
Nausheen Akhter
Nausheen Akhter

Home

5 days ago

Create a React App the Easy Way

If you are new to React and got lost in the sauce long before you could write a single line of code, I’ve got your back. This is the short tutorial for you. I will give you a few short steps to create your React application, initialize it, and commit…

Create React App

4 min read

Create a React App the Easy Way
Create a React App the Easy Way

Published in Towards Dev

·May 10

Props in React JS Functional Components

Now that we have an introduction to functional components, let’s find out how to pass props from one component to another. First of all, “props” is short for “properties,” and it is the same as attributes. It is simpler with an example. My son just started reading Harry Potter and…

Functional Component

3 min read

Props in React JS Functional Components
Props in React JS Functional Components

Published in Towards Dev

·May 9

Ruby on Rails MVC Framework

What is MVC and why do we even need it? If you are getting ready to build your first application using Ruby on Rails, you are becoming familiar with the MVC framework. MVC stands for model-view-controller. According to the MDN Documentation, “MVC (Model-View-Controller) is a pattern in software design commonly used to implement user interfaces, data, and controlling logic.” It…

Mvc Frameworks

3 min read

Ruby on Rails MVC Framework
Ruby on Rails MVC Framework

Published in Towards Dev

·Apr 30

How to Add a Navbar to a ReactJS App

So our ReactJS application is coming along smoothly. No hiccups at all. No late night troubleshooting sessions ending in the discovery of a missing comma. All is well. Let’s look at a quick way to implement a navigation bar (navbar). First, what is a navbar and what does it do…

Navbar

3 min read

How to Add a Navbar to a ReactJS App
How to Add a Navbar to a ReactJS App

Published in Towards Dev

·Apr 21

ReactJS Functional v. Class Components

If you are a React/JSX newbie like me and the syntax scenery is changing so fast your head is spinning, let’s slow down and zoom in on one concept: components. …

Functional Component

4 min read

ReactJS Functional v. Class Components
ReactJS Functional v. Class Components

Published in Towards Dev

·Apr 16

Setting Up a Rails API for a React-Redux App

Now that we are finally ready to fumble around with React-Redux, let’s try to create and render an index of a collection of data. It all begins with our back end Rails (or other) API. …

Rails

4 min read

Setting Up a Rails API for a React-Redux App
Setting Up a Rails API for a React-Redux App

Published in Towards Dev

·Mar 29

A React-Redux Form using JSX

Forms are an important way to allow users to add information to a growing website. A few integral parts will create a functional form for your starter app. Once you have set up your back end (mine is a Rails API) and are working to create your React-Redux JSX front…

React

4 min read

A React-Redux Form using JSX
A React-Redux Form using JSX

Published in Towards Dev

·Jan 21

JavaScript Promises

Asynchronous JavaScript In programming languages, functions can run synchronously or asynchronously. Operations in synchronous programming are run one at a time in a specified order. In asynchronous programming, multiple operations can run at the same time. For example, when websites load, HTML and CSS code load first while Javascript operations process, which…

4 min read

JavaScript Promises
JavaScript Promises

Published in Towards Dev

·Jan 10

Utilizing Associated Classes in a JS Application

If you are creating a JS application with a has_many relationship that you are struggling to utilize minimally (and the project deadline is fast approaching), a quick way to do so is to associate objects from one class with the other through a form on the front end and an…

Java Script

3 min read

Utilizing Associated Classes in a JS Application
Utilizing Associated Classes in a JS Application

May 9, 2021

Polyglot

A Rails App Polyglot is an app conceived to facilitate language instructors and students in different parts of the world to connect and coordinate lessons. Backstory time Sinatra was a waiting game for Ruby. We were learning about what was under the hood until we got to the magic of…

Rails

5 min read

Polyglot
Polyglot
Nausheen Akhter

Nausheen Akhter

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable