Open in app

Sign in

Write

Sign in

nathan brickett
nathan brickett

19 Followers

Home

About

Jan 26

ESLint: The Key to Maintaining Consistent Code in React Projects

Linting is the process of automatically checking the source code of a program for potential errors, inconsistencies, and other issues. It is a valuable tool for maintaining high-quality code and ensuring that code adheres to a specific style guide. ESLint is a popular JavaScript linting tool that can help you…

5 min read

5 min read


Jan 25

Setting Up Your Website on Namecheap

Here are the steps to set up your portfolio website on a domain registrar/hosting website like Namecheap. Purchase a hosting plan from Namecheap. Namecheap offers a variety of hosting options, including shared hosting, VPS hosting, and dedicated hosting. Shared hosting is a good option for a small website like a…

React

10 min read

React

10 min read


Jan 24

Chapter 6. — Assemblers

Today we are looking at Chapter 6 of The Elements of Computing Systems: Building a Modern Computer from First Principles. It covers the topic of assembly language programming and how it is used to write programs for a computer. Assembly language is a low-level programming language that is used to…

Computer Science

4 min read

Computer Science

4 min read


Jan 23

CSS Mastery: Tips and Tricks for Crafting Beautiful Websites

CSS, or Cascading Style Sheets, is a style sheet language used to describe the presentation of a document written in a markup language. In other words, it is used to add styling and layout to HTML documents. …

Learning

4 min read

Learning

4 min read


Jan 22

HTML 101: Understanding the Building Blocks of the Web

HTML, or Hypertext Markup Language, is the foundation of the World Wide Web. It is the standard markup language used to create web pages and is the building block of all websites. …

Web Development

3 min read

Web Development

3 min read


Jan 21

Chapter 5. — Computer Architecture

Today we are looking at Chapter 5 of The Elements of Computing Systems: Building a Modern Computer from First Principles. It provides a detailed look at the design of the computer’s hardware architecture. …

Computer Science

4 min read

Computer Science

4 min read


Jan 20

Chapter 4. — Machine Language

Today we are looking at Chapter 4. of The Elements of Computing Systems: Building a Modern Computer from First Principles and it is one of the most fundamental chapters in the book. In this chapter, the authors introduce the concept of machine language, which is the lowest-level programming language that…

Computer Science

3 min read

Computer Science

3 min read


Jan 19

Solving “Four Sum” in JS

Today we are solving the LeetCode Four Sum problem in JavaScript. The Four Sum problem on LeetCode is a variation of the Three Sum problem, with the added constraint that we must find all unique quadruplets in an array that add up to a specific target. …

Algorithms

7 min read

Algorithms

7 min read


Jan 18

Solving “Three Sum” in JS

Today we will be solving the LeetCode Three Sum problem in JavaScript. The Three Sum problem on LeetCode is a variation of the Two Sum problem, with the added constraint that we must find all unique triplets in an array that add up to a specific target. …

JavaScript

4 min read

JavaScript

4 min read


Jan 17

Solving “Two Sum” in JS

Today we will be solving the LeetCode Two Sum problem in JavaScript. The Two Sum problem on LeetCode is a common problem for those learning to code, and it serves as a good introduction to using arrays and objects in JavaScript. The problem statement is as follows: Given an array…

JavaScript

3 min read

JavaScript

3 min read

nathan brickett

nathan brickett

19 Followers
Following
  • Mike Diaz

    Mike Diaz

  • Jay Wen

    Jay Wen

  • Andrew Richards

    Andrew Richards

  • Jerry Huang

    Jerry Huang

  • Kate Raskauskas

    Kate Raskauskas

See all (11)

Help

Status

About

Careers

Blog

Privacy

Terms

Text to speech

Teams