javascript
-
Want To Do AI Stuff? Don’t Want To Learn Python? Use Typescript!
Helpful Langchian TypeScript examples and a template repo.
-
Coding x GPT: Do We Even Need To Chat With Machines?
Like a lot of folks, I am super interested in AI, but also plenty fearful. Part of it is worrying about my future employment, and part of it is wondering how much longer all this code I learned about is going to matter. I’m a super nerd for this stuff. Before we got all obsessed…
-
Using The useEffect React Hook In WordPress
This post explains how to use the useEffect hook in WordPress.
-
Creating Reusable React Hooks For The WordPress Block Editor or Whatever
The new React documentation site is live and looks great. This section on creating custom hooks to encapsulate logic that needs to be used in multiple places in a React application is quite good. This is an important strategy to learn, and can help a lot when developing multiple blocks for a WordPress site. In…
-
How To Insert Blocks In WordPress Block Editor
How to inserta block to the WordPress post editor, using JavaScript.