Standard Search
About 209 results
Showing the first 200 results.
https://mackuba.eu/2020/10/15/typescript-on-corona-charts/ · 15 Oct 2020
Back in spring I built a website that lets you browse charts of coronavirus cases for each country separately, or to compare any chosen countries or regions together on one chart. I spent about a month of time working on it, but I mostly stopped around ...
https://marko.tech/journal/set-local-page-as-homepage-firefox · 14 Oct 2020
A short walkthrough to setting a local HTML file as your homepage and new tab page in Firefox
https://matteogassend.com/articles/react-for-beginners · 15 Aug 2020
So... You heard of this framework called React and want to know what all the fuss is about ? Well, wander no more ! Let's go for a spin with ReactJS and build a simple application that will let us see why everyone is talking about it. Installing React Pr...
https://mackuba.eu/2020/05/26/building-an-adblocker/ · 26 May 2020
Since my update to the iOS version of Banner Hunter was rejected by app review, the app’s been in a kind of Schrödinger state, both dead and alive. It’s still selling those few copies a week, and I’m updating the blocklist, but I’m afraid to make ...
https://mackuba.eu/2020/04/03/coronavirus-charts/ · 3 Apr 2020
I’ve been tracking the growth of the new coronavirus ever since it first appeared in China in the last week of January, and even more since it spread to Europe around mid February. Initially I’ve been looking mostly at the popular ArcGIS dashboard made...
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://marko.tech/journal/es6-cheatsheet · 1 Mar 2020
"A cheatsheet containing ES2015 [ES6] tips, tricks, best practices and code
https://marko.tech/journal/react-cheatsheet-2020 · 26 Feb 2020
A handy, quick reference for me (and everyone) to come back to when working with React.
https://mikebifulco.com/posts/i-have-to-tell-you-about-dependabot · 31 May 2019
Dependabot is an automation service that will automatically create PRs to keep your projects' dependencies up to date, and it is really powerful.
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.