nathan brickettESLint: The Key to Maintaining Consistent Code in React ProjectsLinting is the process of automatically checking the source code of a program for potential errors, inconsistencies, and other issues. It…Jan 26, 2023Jan 26, 2023
nathan brickettSetting Up Your Website on NamecheapHere are the steps to set up your portfolio website on a domain registrar/hosting website like Namecheap.Jan 25, 2023Jan 25, 2023
nathan brickettChapter 6. — AssemblersToday we are looking at Chapter 6 of “The Elements of Computing Systems: Building a Modern Computer from First Principles”. It covers the…Jan 24, 2023Jan 24, 2023
nathan brickettCSS Mastery: Tips and Tricks for Crafting Beautiful WebsitesCSS, or Cascading Style Sheets, is a style sheet language used to describe the presentation of a document written in a markup language. In…Jan 23, 2023Jan 23, 2023
nathan brickettHTML 101: Understanding the Building Blocks of the WebHTML, or Hypertext Markup Language, is the foundation of the World Wide Web. It is the standard markup language used to create web pages…Jan 22, 2023Jan 22, 2023
nathan brickettChapter 5. — Computer ArchitectureToday we are looking at Chapter 5 of “The Elements of Computing Systems: Building a Modern Computer from First Principles”. It provides a…Jan 21, 2023Jan 21, 2023
nathan brickettChapter 4. — Machine LanguageToday we are looking at Chapter 4 of “The Elements of Computing Systems: Building a Modern Computer from First Principles” and it is one…Jan 20, 2023Jan 20, 2023
nathan brickettSolving “Four Sum” in JSToday we are solving the LeetCode Four Sum problem in JavaScript. The Four Sum problem on LeetCode is a variation of the Three Sum problem…Jan 19, 2023Jan 19, 2023
nathan brickettSolving “Three Sum” in JSToday we will be solving the LeetCode Three Sum problem in JavaScript. The Three Sum problem on LeetCode is a variation of the Two Sum…Jan 18, 20232Jan 18, 20232
nathan brickettSolving “Two Sum” in JSToday we will be solving the LeetCode Two Sum problem in JavaScript. The Two Sum problem on LeetCode is a common problem for those learning…Jan 17, 2023Jan 17, 2023