Oliver Wolfson
ProjectsContact

Development Services

SaaS apps · AI systems · MVP builds · Technical consulting

Services·Blog
© 2026 O. Wolf. All rights reserved.

Blog

Articles, tutorials, and insights about web development and technology.

Search Posts
Find posts by title, description, author, tags, or categories.
Language Learning Apps
We believe that repetition is the key to learning a language. Our app is designed to help you internalize the phrases you learn, ensuring that they be...
September 30, 2024•O. Wolfson•1•
Web Development
Supabase Auth
Cookie-based authentication with Supabase stores JWTs in secure, HTTP-only cookies to manage user sessions. Upon login, Supabase generates a JWT, whic...
September 29, 2024•O. Wolfson•
Web Development
Next.js: Routing in Next.js 14
This article should aid in understanding the fundamentals and advanced patterns of routing in Next.js 14+
September 28, 2024•O. Wolfson•1•
Web Development
Tailwind CSS Color Classes
Tailwind CSS offers a versatile palette of base colors, providing developers with a solid foundation for creating visually appealing designs.
September 28, 2024•O. Wolfson•
Web DevelopmentDesign
Next.js: Installing and Configuring Next.js
This guide will walk you through setting up a Next.js project with modern tooling and practices.
September 27, 2024•O. Wolfson•
Web Development
Next.js, The Docs
A series of articles tailored to full-stack developers who want to harness the full power of Next.js.
September 26, 2024•O. Wolfson•
Web Development
Understanding useRef in React
A Guide to Efficient State and DOM Management.
September 24, 2024•O. Wolfson•
Web Development
Optimizing React Components with useCallback
In React, callbacks are commonly passed as props to child components, which can sometimes cause unnecessary re-renders and degrade performance. React’...
September 23, 2024•O. Wolfson•
Web Development
Formatting a drive in Linux using the EXT2 filesystem for DCP distribution
This article should guide you through formatting a drive with the EXT2 filesystem specifically for DCP distribution.
September 20, 2024•O. Wolfson•
Video Production
Automating Video Metadata Extraction with Bash: A Step-by-Step Guide
FFmpeg’s ffprobe tool, you can automate this process and store the metadata in a JSON file. In this post, I’ll walk you through a custom script I deve...
September 19, 2024•O. Wolfson•
Video Production