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 125 posts matching "javascript"
Web Development
Project
Frictionless Content Creation with MDXBlog
MDXBlog stores posts as markdown files on the local machine, eliminating the need for a round trip to a databa...
October 3, 2024
·
O. Wolfson
·
1
Web Development
Next.js: Navigating Between Routes
Next.js offers multiple ways to navigate between routes, which can improve the user experience by speeding up...
October 3, 2024
·
O. Wolfson
·
1
Web Development
Next.js: Layouts and Templates
In Next.js 14+, both layouts and templates serve to wrap your application’s UI, but their key difference lies...
October 2, 2024
·
O. Wolfson
Web Development
Copy to Clipboard for Text in JavaScript
In this article, we’ll cover how to copy text, images, and files to the clipboard with practical examples usin...
October 1, 2024
·
O. Wolfson
Web Development
Understanding useRef in React
A Guide to Efficient State and DOM Management.
September 24, 2024
·
O. Wolfson
Video Production
Understanding Video and Audio Bitrates for Encoding
This guide should help you understand bitrate standards for different video and audio formats, including MP4,...
September 16, 2024
·
O. Wolfson
·
1
Web Development
Managing Form Submissions in a Next.js Project with useFormState and useFormStatus
Handling form submissions in a modern web application often involves providing feedback to the user, letting t...
September 12, 2024
·
O. Wolfson
Web Development
Implementing a Scroll-to-Top Feature in a Next.js App
Providing a seamless user experience when navigating between pages by ensuring scroll is reset to the top of t...
August 15, 2024
·
O Wolfson
·
1
Web Development
What is React vs Vanilla Javascript?
React is a JavaScript library that helps you build user interfaces, especially for web apps, more easily and e...
August 15, 2024
·
O Wolfson
Web Development
How to Download Images in Node.js Using Axios and fs-extra
Download an image from a specified URL and save it to a local file path using Node.js.
July 29, 2024
·
O Wolfson
Previous
Next