profile
la, di, lah
post-thumbnail

Web Optimization 101

Loading the screen as fast as possible within the given conditions.

2023년 3월 30일
·
0개의 댓글
·
post-thumbnail

Testing Out TDD (Test-Driven Development)

Intro into TDD, and basic use of popular testing frameworks

2023년 3월 29일
·
0개의 댓글
·

What is the point of React Hooks?

"Hooks let us organize the logic inside a component into reusable isolated units."

2023년 3월 22일
·
0개의 댓글
·
post-thumbnail

Mechanics of React's VDOM

How React uses VDOM to optimize performance, and why this works much better than directly manipulating the DOM in speed and efficiency

2023년 3월 22일
·
0개의 댓글
·

Authentication Process Flow

Comparing the process flow of cookies, sessions, and tokens.

2023년 3월 9일
·
0개의 댓글
·
post-thumbnail

User Authentication: Cookies vs. Sessions vs. Tokens

Cookies vs. Sessions, Cookies + Sessions, Sessions vs. Tokens

2023년 3월 8일
·
0개의 댓글
·
post-thumbnail

HTTPS: The Secure HTTP

HTTPS: encrypted HTTP protocol

2023년 3월 7일
·
0개의 댓글
·
post-thumbnail

The backbone of internet communication: TCP/IP & UDP

UDP, TCP/IP

2023년 3월 6일
·
0개의 댓글
·

Designing Custom Components: Logic/Thought Flow

Some reflections on the process of creating custom components: figuring out where to start + logical sequence of steps to implement

2023년 3월 3일
·
0개의 댓글
·
post-thumbnail

Light Intro to Web Accessibility

At its core is the four foundational principles for accessibility: Perceivable, Operable, Understandable, and Robust (commonly referred to as POUR.)

2023년 3월 2일
·
0개의 댓글
·
post-thumbnail

Web Optimization Starter: Web Standards & SEO

Basic strategies for building accessible, discoverable websites that work robustly across browsers and devices

2023년 2월 28일
·
0개의 댓글
·
post-thumbnail

Structuring Redux for Use in React: An Overview

Organizing and implementing Redux within React!

2023년 2월 27일
·
0개의 댓글
·
post-thumbnail

The Redux Way (Intro)

state, action => (new) state

2023년 2월 24일
·
0개의 댓글
·

State Management in React

Draw the structure out first. Then identify where your state should live

2023년 2월 23일
·
0개의 댓글
·
post-thumbnail

useRef: Use Cases & Best Practices

Use useRef when you need information that is available regardless of component lifecycle and whose changes should NOT trigger rerenders.

2023년 2월 22일
·
0개의 댓글
·
post-thumbnail

Dominant Paradigm: Component-Driven Development

Google "component-driven development" and the first search result yields: A development methodology that anchors the build process around components.

2023년 2월 20일
·
0개의 댓글
·

Lessons from my first attempt at figma

First attempt at figma-jitsu Clone project site: thanxiety.com. It's a site that gives neat topic prompts for talk (for fam gatherings like Thanksgiving) - and you can choose the type of questions yo...

2023년 2월 17일
·
0개의 댓글
·
post-thumbnail

Why Figma?

The browser isn’t just about better workflows or improved collaboration.

2023년 2월 16일
·
0개의 댓글
·
post-thumbnail

Recursive DOM manipulation & Tree UIs

Recursion can enable easy access to deeper HTML elements to find and manipulate elements inside the DOM

2023년 2월 15일
·
0개의 댓글
·
post-thumbnail

Serializing & Deserializing (JSON)

JSON (JavaScript Object Notation): an ideal, lightweight data-interchange format

2023년 2월 15일
·
0개의 댓글
·