top of page
Just Jeb
Search

Optimizing Your Web App: How to Score 100 on Lighthouse
While you may be using SSR, having all the content discoverable in the initial HTML, using a CDN for caching, and following all the best...
JeB
Feb 21, 202314 min read
4,232 views
0 comments


Stop Using Function Parameters Now
Why you shouldn't be using function parameters in JavaScript and what the alternative is.
JeB
Apr 28, 20224 min read
1,044 views
0 comments


Boosting Your React App Performance with React Profiler
A guide to measuring and improving React Apps performance with React Profiler. Accompanied by a web app that makes it easy to follow along.
JeB
Dec 17, 20218 min read
3,278 views
0 comments


Custom React Hooks: Why Do We Need a Context
TL;DR Custom React Hooks is a very convenient way to encapsulate logic and pass the data down the rendering tree. The rules for custom...
JeB
Aug 16, 20213 min read
2,930 views
0 comments


Angular CLI under the hood - builders demystified
Hey folks. Hope the sun is shining for you today. In the previous article we talked about customizing Angular build configuration without...
JeB
Aug 8, 20217 min read
5,068 views
6 comments


Angular CLI: “ng test” with Jest in 3 minutes
Hey folks. Today I’m going to show you how to setup your Angular CLI workspace to work with Jest while keeping it clear of boilerplate...
JeB
Jul 2, 20212 min read
11,393 views
0 comments


Customizing Angular CLI build
An alternative to ng eject So, your Angular CLI project just went a bit beyond a TODO app and you have to customize your build...
JeB
Jul 1, 20213 min read
15,459 views
0 comments
bottom of page