Archive.
Posts originally published elsewhere, collected here with their canonical source.
108 posts
2020
The Perfect Breadcrumbs (in Nuxt)A small component for semantic breadcrumbs in Nuxt (or VueJS). Tagged with nuxt, javascript, showdev.JavaScriptvia dev.to
Speed up Nuxt Builds on NetlifyIf you're not careful, your build times for Nuxt can spiral out of control. This is my journey to get from 30 minutes to 1 minute builds.Engineeringvia dev.to
Hacktoberfest - Open Source and Lots MoreI love Hacktoberfest. The very idea of it is to promote folks discovering the process of open-source... Tagged with hacktoberfest, opensource, contributorswanted.Open Sourcevia dev.to
Other Ways to Contribute to Open Source This HacktoberfestNot a programmer? There are other ways to contribute to open source. From translating docs to removing uninclusive or patronising language.Developer Relationsvia developer.vonage.com
Change Git's Default Branch From MasterHow to change Git's default branch from master to main: rename it locally, update the remote and its HEAD, and keep every existing ref pointing somewhere real.Communityvia dev.to
Guy's Bot - Inclusive Language in SlackWorking remake of popular Slack Bot guys-bot-for-slack with modern Slack APIs, using a basic implementation of Slack's Node.js SDKs.Engineeringvia dev.to
Any TILs from your package managers library recently?Any TILs from your package managers library recently?. Tagged with discuss, opensource.Open Sourcevia dev.to
The Ultimate `npm run dev`Wire Express, Nodemon and Ngrok into one npm run dev: your app reloads on every save and is reachable on a public URL, with none of it shipped to production.JavaScriptvia dev.to
Export WordPress Posts to NuxtA simple CLI to suck your WordPress posts down into. Tagged with nuxt, javascript, webdev, showdev.JavaScriptvia dev.to
Building a Slack Clone Using Vue Part 1Ever wanted to create a chat application like Slack? Learn to build a clone of Slack, using Vue.js and the Vonage Conversation API.Developer Relationsvia developer.vonage.com