Insights

Blog

Ideas, guides, and stories on AI, technology, and building for the future.

C#

How to handle null values in C#

Null pointer exceptions are no fun. You can avoid them and keep your code clean and maintainable by using these techniques to elegantly handle null values in C#.When…

Read article
Bootstrap

Bootstrap 5.3.2

Bootstrap v5.3.2 is here with bug fixes, documentation improvements, and more follow-up enhancements for color modes. Keep reading for the highlights! Passing a percentage unit to the global…

Read article
Javascript

Reactive JavaScript with Stable Diffusion

Use React and the Stable Diffusion API to build a reactive AI application that generates images from user-submitted text. In case you’ve been backpacking in the Himalayas for…

Read article