About:

A personal blog about frontend, engineering management and tech.

Website:

Outgoing Links:

Subscribe to RSS:
AI is revolutionizing software engineering, enabling developers to work more efficiently while emphasizing the importance of human oversight and creativity in coding.

0Christoph Nakazawa

2024-05-14

...

0Christoph Nakazawa

2023-05-23

...

0Christoph Nakazawa

2022-12-06

...

0Christoph Nakazawa

2022-10-03

...

0Christoph Nakazawa

2022-09-20

...

0Christoph Nakazawa

2022-09-13

...

0Christoph Nakazawa

2022-08-16

...

0Christoph Nakazawa

2022-04-23

...

0Christoph Nakazawa

2021-06-02

...

0Christoph Nakazawa

2021-05-19

...

0Christoph Nakazawa

2021-05-05

...

0Christoph Nakazawa

2021-04-14

...

0Christoph Nakazawa

2021-03-31

...

0Christoph Nakazawa

2021-03-17

...
Athena Crisis, a high-quality video game, is now open source under the MIT License. The game is built using JavaScript, React, and CSS. The open source code includes the core data structures, algorithms, game engine, rendering, an...
Christoph Nakazawa, after 12 years at Facebook and Stripe, is establishing an indie game studio and open source tech company, Nakazawa Tech, in Tokyo. He aims to build things that he wishes existed, focus on what truly matters to ...
The text outlines the various types of frontend archetypes, including Product Engineer, UI Infra Engineer, Designer, and Tooling Infra Engineer. It explains the responsibilities and expertise required for each archetype and how th...
The text discusses the author's experience with various frontend tools and the template he published to optimize Developer Experience. It covers Vite, Tailwind, pnpm, ESLint & Prettier, ECMAScript Modules in Node.js, and TypeScrip...
The text discusses the Tech Lead Manager (TLM) role, which is a hybrid of Engineering Management (EM) and Individual Contributor (IC) responsibilities. It outlines the challenges and rewards of the TLM role, and provides advice on...
The text discusses the importance of optimizing your coding setup to increase productivity. It provides recommendations for apps, tools, and programs to reduce context switching and provide a consistent experience. The author shar...
The author shares tips and scripts for setting up a new Mac quickly, including setting up a new SSH key, using dotfiles, installing Homebrew, syncing settings with Syncalicious, and using various apps for window management, screen...
The article discusses leveraging Jest's packages to learn how a JavaScript bundler works. It provides a step-by-step guide on building a JavaScript bundler using Jest's packages and fundamental concepts behind bundling JavaScript ...
The text is a guide to understanding JavaScript test frameworks, with a focus on building a basic test framework called 'best'. It covers topics such as efficiently searching for test files, running tests in parallel, and using an...