Standard Search
About 185 results
https://www.coryd.dev/posts/2020/ssh-directory-permissions · 9 Nov 2020
I was recently setting up a new, always-on machine that I do occasional dev work.
https://www.coryd.dev/posts/2020/chrome-tool-helps-developers-make-websites-more-color-blind-friendly · 11 Mar 2020
Google has launched a new Chrome tool that allows developers to mimic visual impairments like color blindness to help them fix accessibility issues on their sites. Developers can use this feature by launching Google Chrome and heading to the browser's deve...
https://www.coryd.dev/posts/2020/the-history-of-the-url · 5 Mar 2020
On the twenty-two computer scientists met to discuss an issue with 'computer mail' (now known as email). Attendees included the guy who would create Sun Microsystems, the guy who made Zork, the NTP guy, and the guy who convinced the government to pay for U...
https://www.coryd.dev/posts/2020/debugging-javascript-interview-with-mehdi-osman · 4 Mar 2020
Debugging JavaScript is one of those topics where people tend to be divided into two camps - those that console.log and those that use a debugger. In this interview, I am learning more about the topic from Mehdi Osman, the CEO of a company called Asayer.
https://www.coryd.dev/posts/2020/prevent-content-from-being-hidden-underneath-a-fixed-header-by-using-scroll-margin-top · 1 Mar 2020
If you've ever implemented a design with a fixed header, you've surely had this problem.
https://www.coryd.dev/posts/2020/deploying-a-jekyll-site-to-netlify-with-docker-and-gitlab-ci · 1 Mar 2020
This is a step-by-step guide covering how to automatically deploy a Jekyll site to Netlify using Docker and GitLab CI/CD. This post assumes that have already set up a GitLab repository and a Netlify site.
https://www.coryd.dev/posts/2020/lets-encrypt-hits-1-billion-certificates-issued · 27 Feb 2020
We issued our billionth certificate on February 27, 2020. We're going to use this big round number as an opportunity to reflect on what has changed for us, and for the Internet, leading up to this event. In particular, we want to talk about what has happen...
https://www.coryd.dev/posts/2020/fixing-memory-leaks-in-web-applications · 26 Feb 2020
Part of the bargain we struck when we switched from building server-rendered websites to client-rendered SPAs is that we suddenly had to take a lot more care with the resources on the user's device.
https://rants.broonix.ca/nextjs-bugsnag-heroku-source-maps · 4 Jan 2020
I recently set up bugsnag and had to fiddle around to get source maps working. I wanted to share my setup in case it is useful to anyone else out there. I’m using NextJS 9 and hosting my application on Heroku. This guide assumes you have already installe...
https://toddl.dev/blog/cors-codepen-and-me · 6 Sep 2019
My adventures solving the CORS issue.