Open in app
Home
Notifications
Lists
Stories

Write
Lauren Gifford
Lauren Gifford

Home
About

Published in Nerd For Tech

·Pinned

Styling React Components with Material UI

An organization strategy for code as pretty as the webpage. The philosophy behind React’s styled-components is the idea that all code relating to a component should live within a single file, including the styling code. In styled-components, the CSS is written in its own section inside the component’s JavaScript file…

React

3 min read

Styling React Components with Material UI
Styling React Components with Material UI

Published in Nerd For Tech

·May 21, 2021

Breaking It Down — SQL Syntax

At the intersection of human language and computer language. Ah SQL… do you pronounce it “ess-cue-ell” or “see-qual”? Confusing and controversial pronunciation aside, this programming language is awesome because it allows us to ask for some data from an unseen database and receive information back that is reminiscent of and…

Sql

5 min read

Breaking It Down — SQL Syntax
Breaking It Down — SQL Syntax

May 16, 2021

Welcome to the Codebase!

Let’s try not to get lost… So you joined a new project, congratulations! The idea is great, the team seems cool, and the stack is challenging but manageable. The downside? This project is at least partway built out and none of the code has been written by you (not yet…

Code

4 min read

Welcome to the Codebase!
Welcome to the Codebase!

Published in Nerd For Tech

·May 7, 2021

Some About React Event Listeners

Staying in the loop part 2. In a previous post, I explored the process of adding event listeners to user interactions in vanilla JavaScript. Now its time to extend what we learned to the same goal using React! React makes a lot of things about the adding and removing of…

React

3 min read

Some About React Event Listeners
Some About React Event Listeners

Published in Nerd For Tech

·Apr 30, 2021

Scaffolding and Trees

Building and growing strategies from nature and beyond. What’s the first thing you think of when you hear the word Scaffolding? For me, it’s walking down the sidewalk in NYC and suddenly fearing for my life because there are people on ladders building large structures to cover the sidewalk for…

Binary Search Tree

4 min read

Scaffolding and Trees
Scaffolding and Trees

Published in Nerd For Tech

·Apr 22, 2021

Palindramatic

A deep dive into the drama of finding a Palindrome. — If you’ve ever been in the market for job in Software Engineering (much like I am at the time of writing this post), and have followed the advice of seemingly everyone to brush up on your knowledge of Data Structures, Algorithms, and how the heck to tame them, you are…

Palindrome

4 min read

Palindramatic
Palindramatic

Mar 24, 2021

Controlled Select Dropdown using Semantic UI for React

A brief tutorial on making Semantic’s Dropdown component play nicely with React state. — So you want a selection field in your controlled form. Maybe you want to show a list of departments for a user to choose from. So you do something like this: <form> <select> <option> Marketing </option> <option> Design </option> <option> Accounting <option> </select> </form> And, well, it looks something like…

React

4 min read

Controlled Select Dropdown using Semantic UI for React
Controlled Select Dropdown using Semantic UI for React

Mar 9, 2021

State Or No State

And the freedom to change your mind. If you live in the 21st century and have ever visited a social media site, you have personally witnessed the magic of a constantly re-rendering webpage that can serve you the most up-to-date information available. …

React

3 min read

State Or No State
State Or No State

Published in Nerd For Tech

·Feb 18, 2021

All About Javascript Event Listeners, Propagation, and Bubbling

Stay in the loop. Listen to Events. Web apps written with Javascript have the potential to be amazingly interactive. …

Java Script

4 min read

All About Javascript Event Listeners, Propagation, and Bubbling
All About Javascript Event Listeners, Propagation, and Bubbling

Jan 27, 2021

WHY README?!

There will be cats. You should read this post to find out why it is insistent that you should read it. But you should also read this post to learn what a README is, why you should read them, and most importantly, why you should always include one in your…

Github

5 min read

Lauren Gifford

Lauren Gifford

Following
  • Sam Hall

    Sam Hall

  • Josh Frank

    Josh Frank

  • Nick Repasy

    Nick Repasy

  • Yevgeniy Valdman

    Yevgeniy Valdman

  • Jen tracy

    Jen tracy

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable