O. Wolfson
Services
Projects
Blog
Contact
Toggle theme
Toggle theme
Open menu
Blog
Technical archive — notes, tutorials, and dev references.
Search Posts
Find posts by title, description, author, tags, or categories.
Include technical archive
Found 47 posts matching "productivity"
Open Source Software for your Small Business
Discover five powerful self-hosted tools—Nextcloud, Invoice Ninja, Bitwarden, Homebox, and Outline—that you ca...
September 21, 2025
·
O. Wolfson
Web Development
Programming
Markdown-to-PDF API with a Vercel Frontend and a DigitalOcean Backend
I recently built a secure, full-stack Markdown-to-PDF converter
April 15, 2025
·
O. Wolfson
·
2
Web Development
Programming
Understanding Git Rebase
Git rebase is a powerful tool that helps you update your branch by applying its changes on top of another bran...
March 16, 2025
·
O. Wolfson
·
2
Web Development
Programming
Pull Requests & Code Reviews in Git
A Pull Request (PR) is a feature in version control systems like GitHub, GitLab, and Bitbucket that allows dev...
March 15, 2025
·
O. Wolfson
·
1
Programming
Technology
How to Download, Train, and Run Coqui TTS on a Mac (Text-to-Speech with Custom Voice)
Coqui TTS is an open-source text-to-speech (TTS) system that allows you to generate speech from text. You can...
March 9, 2025
·
O. Wolfson
·
3
Web Development
Productivity
Create a Multi-Select Component Using ShadCN in Next.js
Multi-select dropdowns are crucial for user-friendly forms, allowing users to pick multiple options efficientl...
March 7, 2025
·
O. Wolfson
·
3
Web Development
Productivity
GitHub for Collaboration & Teamwork
GitHub is a powerful platform for version control and collaboration, allowing developers to work together on p...
March 1, 2025
·
O. Wolfson
Web Development
Productivity
Working with Branches & Merging in Git
Version control is essential for modern software development, and Git's branching and merging capabilities are...
February 25, 2025
·
O. Wolfson
·
2
Web Development
Productivity
A Comprehensive Technical Guide to Email Systems
Email is a foundational technology of the internet, enabling asynchronous communication between individuals an...
February 22, 2025
·
O. Wolfson
·
3
Programming
Productivity
Restoring Files to the Last Committed Version with git restore
When working with Git, it is common to modify files and later realize that you need to discard the changes and...
February 16, 2025
·
O. Wolfson
·
2
Next