Setting up a Home Media Server
Setup a home media server in minutes with your existing or "ripped" library of content.
Setup a home media server in minutes with your existing or "ripped" library of content.
A quick tutorial on how to implement reordering (in a grid or otherwise) using drag and drop in modern React functional components with hooks.
Webforms on a static, serverless site can be difficult to implement on your own. For ease of use you could opt for one of the paid website form services, or spend a few minutes connecting it with a google sheet (or forms).
The main modifier (control) key placement on windows keyboards is unpleasant at best. Switching to a windows keyboard after years on a macOS keyboard layout is painful. Luckily you can get some of the macOS keybinds on Windows with some tools.
Syncing ringtones on an iPhone is ridiculously hard for *some* reason. However you can export any audio (or video) file from the interwebs into a ringtone using Garageband. This simple guide will shows you how.
Used FontAwesome for a project during prototyping, but now designers want you to use their icons? Here's how to quickly add custom icons to the already awesome Font library.
Vector graphics can be used as React components allowing extensive customizability by means of props. Here's how to create a SVG component in React.
Every full stack developer would need to implement file uploads, downloads and access control at some point in their projects. This handy guide explores implementation of all aspects of file management, with part II focusing on UI and client side things.
Every full stack developer would need to implement file uploads, downloads and access control at some point in their projects. This handy guide explores implementation of all aspects of file management, with Part I focusing on data, backend and server side things.
Next.js is a fast, scalable framework for React Applications, supporting Hybrid Static and Server Renders. While it's made for static deployments on Vercel, it works very well with any existing server (e.g. express) you may have. This shows you how.