Download Image in Clipboard on OSX with Raycast Script
Sun Nov 05 2023
With the amount of applications that still don't allow copy/paste of an image, I find myself needed a faster way to quickly screengrab and download an image on OSX.
Sun Nov 05 2023
With the amount of applications that still don't allow copy/paste of an image, I find myself needed a faster way to quickly screengrab and download an image on OSX.
Mon Oct 23 2023
A list of all the data types available in SQLite3 and what they mean
Mon Aug 28 2023
Learn all about search parameters, when to use them and how to implement search parameters with Next.js
Mon Jul 31 2023
In this blog post I'm going to show you one of my favourite helpers for developing with tailwindcss.
Tue Apr 11 2023
Learn how to do i18n with Next.js 13 App router. This article shows from end to end how to do localisation with Next.js App router
Mon Apr 10 2023
Code drop for uploading images via a Next.js API route to Amazon AWS S3 using React, Next.js and Amazon S3
Thu Apr 06 2023
Learn to build contact forms without depending on external libraries. In this post the code is contained for the Form Components
Wed Apr 05 2023
In this post, I write about whether ChatGPT/GPT4 can really build applications? The intent is to discover if it can write applications for users with no coding experience.
Sat Apr 01 2023
In this blog post, you will learn how to do a search form using React Server components, working with Next JS 13 App Dir
Wed Dec 28 2022
I am so excited to introduce Cojolt, a brand new data-driven service that helps businesses tap into the power of their data.
Sat Nov 19 2022
All of the data fetching methods Next.js has to offer, explained. When to use different data fetching methods in Next.js.
Sat Nov 19 2022
With the changes to Next.js 13 app directory, and mainly the fact “router.events” is no longer supported, here is how you can register analytics events
Thu Sep 22 2022
In this article, I will show you how you can create your own Hygraph Block renderer to give complete control over your content, create custom blocks for use with next/image etc
Thu Feb 24 2022
Code for adding Fathom to Next.js website
Wed Aug 18 2021
Code for prefetching and statically generating a page then taking over with useSWR for pagination and search on client-side
Mon Mar 22 2021
Code drop for creating a graphql server in a Next.js Application route
Sat Mar 20 2021
Toasts are basically just notifications. When you have a complex application or you need a lot of input from your users, giving them feedback on their actions is really important to their experience. Toasts are a great way to do this and here is a simple integration into a React application.