Breaking into Technology


Software engineering immersion

Self Introduction To Data Structures and Algorithms


Simple Fullstack CRUD App With Rails, React &Redux Part 2


First Mock interview with Skilled Inc

Today I had my first technical mock interview with Skilled Inc and it was a great first time experience.


Learning React: Components and Props Basics

Components can be compared to JS functions. They can take inputs (props) and return react elements that will be displayed on the web. Props or properties is a JS object with attributes data needed by the component.


Simple Fullstack CRUD App With Rails, React &Redux Part 1

Working with a server-side language and a front-end framework to build persistent web applications can be very tricky. This guide will cover how to build a JSON API with Ruby on Rails and build a functional React and Redux front-end that interact with the API. We will be building a single page application, question and answer engine for web developer learners to post questions about the challenge they are facing while using HTML, CSS, JavaScript and Rails, and also provide insights and clarity by answering other users’ questions.