Coaching Services Offered Send an email to Peter Kellner's Blog
- Targeted Teaching Sessions: Customized learning sessions on JavaScript and React.
- Personalized Code Reviews: Feedback to enhance code efficiency, readability, and maintainability.
- Expert Architectural Guidance: Insights into complex decisions in JavaScript and React projects.
* ask about special pricing for NGO's and non-profits
Short Bio
- Pluralsight Author
Authored 19 Pluralsight courses for developers. Topics primarily focused on React and JavaScript. - Microsoft Documentation Author
Wrote 100's of pages of Microsoft's official documentation for ASP.NET Core and other topics including developing Chromium based extensions. - Microsoft MVP
This award is given by Microsoft to "technology experts who passionately share their knowledge with the community", award years 2007-2018 - Conference Founder Including Silicon Valley Code Camp and AngularU
Established Silicon Valley Code Camp in 2006 whose mission is to provide the highest quality content built around the topic of computer code. Code Camp draws thousands of attendees year after year with top sponsorship from Silicon Valley's companies including Microsoft, IBM, Google, PayPal, Twilio, and others. This annual event creates an environment to network and share knowledge.
Recent Posts
A Clean .zshrc Startup Script for Setting Github and Docker API Keys on a Mac
Published: at 01:25 PMIn this blog post, we present a streamlined zshrc startup script on macOS that sets environment variables and logs into Docker in the background. We also explore how minimal logging and background execution can improve your workflow.
Replacing Legacy throw in React 19 with Suspense and use
Published: at 11:57 PMReact once used thrown Promises for Suspense. .use() is recommended now, but legacy throwing is still supported.
OBS Recording Resolution 4K Even Though Display is 1080P
Published: at 01:27 AMSet OBS base resolution to 4K and output to 1080P to capture entire screen on Retina MacBooks.
Running React 19 From a CDN and using esm.sh
Published: at 04:51 PMThis blog explains updating to React 19 using esm.sh, transitioning from UMD to ESM modules. It includes changes in CDN usage, detailed esm.sh functionality, and how to find and use the correct React package versions.