Hey 👋 new reader,
Pluralsight gave me some free

1 month
subscriptions

, get them before
they are gone!

Posts

  • Learn Frontend in 2021 — 21 December 2020
    Frontend engineer changes every year. Different technologies, libraries and techniques. This series is everything you need to know to get up to scratch with Frontend Engineering in 2021.
    • react
    • typescript
    • CSS
    • scss
  • Should you use React.FC for typing React Components — 20 May 2020
    Typescript provides some interfaces to help with writing React components. React.FC is one of those interfaces that is used in a lot of apps to define a functional component. The question you should ask yourself is: should you use React.FC for Typescript react components?
    • react
    • typescript
  • 7 Best Practices for Cypress — 17 April 2020
    I recently refactored and improved a large test suite library that used Cypress as the main test automation tool. Here are some best practices and common mistakes I found for working with this library.
    • cypress
    • typescript
  • Do you know the CSS box model? — 06 February 2020
    How well do you know the CSS Box Model? Do you know the differences between the box-sizing properties?
    • CSS
  • TypeScript 3.7 Features — 03 October 2019
    Microsoft recently annouced the beta for Typescript 3.7. This has several useful features coming into the next version of TypeScript soon. My favourite is Optional Chaining.
    • javascript
    • typescript
  • S.O.L.I.D. Principles — 16 May 2018
    Code examples of the SOLID principles.
    • software engineering
    • c#
  • Stubs, Spies and Mocks in JavaScript — 11 April 2018
    Testing with Mocks in JavaScript.
    • javascript
  • Solving Google Interview Questions — 27 November 2017
    Part 2.
    • interview
  • Solving Google Interview Questions — 24 November 2017
    Part 1.
    • interview
  • The First Website I Built — 15 November 2017
    The first ever website I created and how I tried to improve it.
    • css
    • scss
    • html
    • php
  • Track mailto and tel clicks in Wordpress with Google Analytics — 10 November 2017
    How to easily add Google Analytics tracking code to mailto: and tel: anchor links.
    • php
    • javscript
    • wordpress
    • google-analytics
  • 1.1 Million SLOC — 28 October 2017
    I have contributed 1.1 Million Source Lines of code (SLOC) to open-source.
    • github
    • bash
  • Static Analysis for Writing — 13 May 2017
    A linter for english prose.
    • writing
  • Habit-Formation Methods — 01 April 2017
    Methods to Form Habits for users of your app.
    • habits
  • How to Host unlimited Side Projects for free — 26 February 2017
    Host unlimited side projects using GitHub pages!
    • github
    • javascript
  • Automatic Sleep Tracking — 18 May 2016
    How I track my Sleep to my Google calendar.
    • javascript
    • habits