Open in app

Sign In

Write

Sign In

Linda Ramos
Linda Ramos

1 Follower

Home

About

Nov 28, 2020

State in Functional Components vs Class Components

Syntax differences to setting & updating the state. — I am discovering React hooks and the first one I want to dig into is useState. I am trying to understand the magic that lies underneath. I’ll be sharing my basic understanding to clear up my thinking to keep moving forward with future learning. React has two types of components…

Usestate

4 min read

State in Functional Components vs Class Components
State in Functional Components vs Class Components
Usestate

4 min read


Nov 21, 2020

innerHTML vs innerText

A quick analysis of their results. — I have worked on a couple of JavaScript Single Page Applications (SPAs). I believe it’s a really fun way to learn frontend development because you get to feel like the master mind behind every single detail. A couple of items that exist is SPAs areinnerHTML and innerText. During my experience…

Innerhtml

5 min read

innerHTML vs innerText
innerHTML vs innerText
Innerhtml

5 min read


Nov 12, 2020

Useful Hotkeys in VS Code for Mac & Windows

A cheat sheet for beginners or to help transition between Mac & Windows when using VS Code. — I’m transitioning back to a Windows computer after nearly a year of using a Mac. The transition back is not as tough as I thought it would be since I grew up using Windows. However, after going through a coding boot camp with a Mac, I’ve become a big fan…

Vscode Keyboard Shortcuts

2 min read

Useful Hotkeys in VS Code for Mac & Windows
Useful Hotkeys in VS Code for Mac & Windows
Vscode Keyboard Shortcuts

2 min read


Nov 8, 2020

Basic Terminal Commands for Mac & Windows

A cheat sheet to help transition between Mac & Windows terminals. — I’ve learned Ruby, Ruby on Rails, JavaScript, React, git, and more while using a loaned Mac from my bootcamp. Now it’s time to return the my loan and return to my Windows laptop. There are some adjustments for sure. One thing I kept looking for was a nice, concise cheat…

Mac Window Terminal

2 min read

Basic Terminal Commands for Mac & Windows
Basic Terminal Commands for Mac & Windows
Mac Window Terminal

2 min read


Oct 27, 2020

A Little Bit of SQL using SQLite

Creating a database, tables, and inserting data. — SQL is what allows us to store, retrieve, and manipulate data in database. It stands for Structured Query Language. I will be using SQLite to create a database, tables, and insert data. Here is a link to download SQLite if you’d like. In the example for this blog, we’ll create…

Sql

5 min read

A Little Bit of SQL using SQLite
A Little Bit of SQL using SQLite
Sql

5 min read


Oct 19, 2020

Changing Ruby Setter & Getter Methods to attr_accessor

In my previous blog of Ruby Getters & Setters Methods, I shared what they are, their syntax, and how to use them. Getter and setter methods are great to read and update information, but they can make your code a bit cluttered. Thankfully there is a cleaner way to get…

Attribute Accessor

5 min read

Changing Setter & Getter Methods to attr_accessor
Changing Setter & Getter Methods to attr_accessor
Attribute Accessor

5 min read


Oct 13, 2020

Ruby Getters & Setters Methods

I’ve worked with a few projects with Ruby on Rails, so I thought it would be a good idea to return to the fundamentals of just Ruby. I decided to revisit getter and setter methods. These methods help with retrieving values or creating values for an instance variable. This blog…

Getters And Setters

5 min read

Ruby Getters & Setters Methods
Ruby Getters & Setters Methods
Getters And Setters

5 min read


Oct 8, 2020

React Lifecycle Methods

The order of lifecycle methods being invoked. — React is a library that I’ve learned in my bootcamp times and I would like to learn more of its capabilities. One aspect I want to understand with complete confidence is lifecycle methods. The aim of this blog is to understand the order the lifecycle methods are being invoked. …

Lifecycle Methods

5 min read

React Lifecycle Methods
React Lifecycle Methods
Lifecycle Methods

5 min read


Oct 5, 2020

Regular Expressions (Regexp)

Crazy looking, but crazy useful. — I recently came across Regular Expressions, also referred to as regexp. Here is an example: [a-zA-Z0–9_.+-]+@[a-zA-Z0–9-]+\.[a-zA-Z0–9-.]+. That seems like a hot mess and incredibly intimidating. However, if you enjoy coding, especially the puzzle solving aspect to it, you might enjoy the crazy mess above. Regexps help search for particular data…

Regex

5 min read

Regular Expressions (Regexp)
Regular Expressions (Regexp)
Regex

5 min read


Sep 26, 2020

Functional Components VS Class Components

A Comparison Between Syntax & State — I’ve recently discovered React Hooks. I was trying to make them work in Class Components and made myself incredibly confused. Once I realized React Hooks are only used in Functional Components, I was amazed by them. I have plenty more to learn about them, but I wanted to understand some…

Function Component

4 min read

Functional Components VS Class Components
Functional Components VS Class Components
Function Component

4 min read

Linda Ramos

Linda Ramos

1 Follower

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech