- Видео 10
- Просмотров 3 087
Sinclair Software
Добавлен 21 апр 2022
Conjurer of interfaces and abstractions with flair, passion and comedy.
Typescript fan-boy.
Man of Vim.
Typescript fan-boy.
Man of Vim.
Hello Gemini Deep Research
Come along and explore the new killer feature of Google's Gemini Large Language Model: Deep Research. The research tool you've been waiting for!
In this video, I go into the capabilities of the new tool, how I've been using it so far, and my overall thoughts on where it fits in your AI Toolbox!
In this video, I go into the capabilities of the new tool, how I've been using it so far, and my overall thoughts on where it fits in your AI Toolbox!
Просмотров: 97
Видео
Fish Hooks
Просмотров 2221 час назад
Dive deep into the Fish Shell's powerful event emitting system! In this video, we'll learn how to leverage shell lifecycle events to trigger your own Fish Functions. We'll cover: - Hooking into lifecycle events: Discover how to tap into key moments within the Fish Shell's execution flow, such as command starts, ends, and even variable changes. - Recording command execution times: Learn how to c...
Supercharge Elixir with Native Zig Functionality
Просмотров 413День назад
In this video, you'll learn how to write a simple Zig function and build it into a NIF (Native Implemented Function) for use within your Elixir applications. We'll cover: - Writing a basic Zig function: Learn the fundamentals of writing a simple, efficient function in the Zig programming language. - Building the NIF: Discover how to properly structure your Zig project, including the inclusion o...
CSS variables in React components
Просмотров 924 месяца назад
In this video, I dive into some techniques for injecting CSS variables onto HTML Elements within React components. Starting with a raw style prop and eventually showcasing a nice shorthand which Tailwind can provide.
Tmux Session Communication
Просмотров 37Год назад
Let's play around with communicating between multiple Tmux sessions!
Golang Static Asset Server
Просмотров 207Год назад
Time to build a static AND dynamic Go server, capable of serve static assets as well as dynamic API content
Sequencial Async Operations
Просмотров 61Год назад
A dive into how to handle asynchronous operations one after the other after the other in Typescript
Typed CSS Variables In React
Просмотров 46Год назад
A look at how to make injected CSS variables in the style attribute typesafe in React's JSX
Jotai Async
Просмотров 2,1 тыс.Год назад
A look into the Jotai state management library, and it's usage in handling asynchronous work