Standard Search
About 102 results
https://mikebifulco.com/posts/gatsby-dev-to-cross-poster-brainstorm · 23 Jun 2019
So, like all good things, the idea for this post comes from a tweet...
https://coreyja.com/posts/ported-blog-to-gatsby/ · 25 May 2019
For a couple years now I've used the Middleman ruby framework to build my static blog site. I choose
https://mikebifulco.com/posts/promise-all-settled-pt-2-its-partly-settled · 26 Apr 2019
This is a follow-up to my first post on the upcoming Promise.allSettled() function, coming soon to a node application near you.
https://mikebifulco.com/posts/solve-all-your-problems-with-promise-allsettled · 12 Apr 2019
Promise.allSettled() is a new API coming to the JavaScript / ES6 standard which can help you more efficiently build node applications that make simultaneous asynchronous API calls
https://mikebifulco.com/posts/embracing-prettier · 25 Feb 2019
Prettier.js is a fantastic way to systemize and automate your project's code style.
https://rants.broonix.ca/new-blog-powered-by-gatsby · 28 Jan 2019
Okay, I know I’ve been negelecting this blog for too long. Why did my blogging slow down? It’s complicated, I ended up leaving the remote workforce in 2016, which left me with a little less time for things like blogging. I do have good news, I’m back...
https://rants.broonix.ca/displaying-expo-snacks-in-react-and-gatsby · 5 Jan 2019
I’m still in the process of rebuilding my blog in GatsbyJS. The project so far is going really well. In last weeks post, I outlined how I was loading data into Gatsby and rendering the basic pages. This week I’ve been working on rendering the Gists and...
https://rants.broonix.ca/some-notes-on-gatsby · 1 Jan 2019
I’ve been kicking around the idea of porting my blog to Gatsby. It’s not that I’m unhappy with my current blog set up, it’s more of an excuse to play with Gatsby. If you haven’t heard of Gatsby, it’s a React based static site generator that cre...
https://rants.broonix.ca/adding-coverage-reports · 14 Oct 2017
In my last post, we covered creating a CI pipeline using TravisCI and GitHub Pages. Now let’s add coverage reports to the build setup. Setting up Coveralls.io We will use coveralls.io to provide the reporting. They provide this for free to any public Git...
https://rants.broonix.ca/building-and-deploying-a-react-create-app-to-github-pages-using-travisci · 13 Oct 2017
It is surprisingly simple to deploy a public react-create-app built project on GitHub. In this post, we will look at how to set up a continuous integration pipeline using TravisCI and GitHub Pages. Setting up Continuous Integration Builds Continuous integr...