Open in app

Sign in

Write

Sign in

Sean
Sean

457 Followers

Home

About

Pinned

Why Vim is better than VSCode

After Github was bought by Microsoft it got a pretty significant feature update called Codespaces. It lets you code directly from your repo rather than locally from your own machine. You can run code, serve it and update it using a super fast server running VSCode from your browser. Mental. …

Vim

8 min read

Why Vim is better than VSCode
Why Vim is better than VSCode
Vim

8 min read


Pinned

Ten Things Most JS Devs Don’t Know

1. Strings are definitely strings right? Well… kind of: You’ve probably heard that in Javascript “everything’s an object” right? In fact strings are both objects and strings at the same time:

JavaScript

6 min read

Ten Things Most JS Devs Don’t Know
Ten Things Most JS Devs Don’t Know
JavaScript

6 min read


Pinned

React Hacks For Lazy Devs

1. Adding console logs to render expressions — If you wanna log the props to an expression style component but can’t be bothered to convert it, put the log in parentheses then add chopsticks ||: Note. you have to use the or operator because console.log returns undefined. 2. Trace a function’s call with the Error object If you’ve no idea where a function’s being called from, log…

React

4 min read

React Hacks For Lazy Devs
React Hacks For Lazy Devs
React

4 min read


Nov 28

JS Hacks for Lazy Devs

Shortcuts for the initiated — Number Rather than going to the effort of typing the Number constructor you can just wrap a number (in parens) to access number functions… Number(20).toFixed(); // lame! 20.toFixed(); // Error! (JS thinks this is a decimal) (20).toFixed(); // thumbsup! Also, the toFixed function is a quick way to make a number…

JavaScript

4 min read

JS Hacks for Lazy Devs
JS Hacks for Lazy Devs
JavaScript

4 min read


Oct 27

How Does TDD Really Work?

Real world Test Driven Development — How many web tutorials have you watched where someone builds a simple todo list? How many simple todo lists have you been asked to build for money? Not many? No me neither. Rather than use a contrived example app I’m writing a series of posts that follow my work on…

Cypress

11 min read

How Does TDD Really Work?
How Does TDD Really Work?
Cypress

11 min read


Jul 17

Turing™ is a Con

Remote developer platforms in the global economy — I watched a interview clip with Arthur C Clarke some time ago. It’s the 60s and he’s standing in a room of huge computers, the kind they made back then that used tape memory—my dad often reminds me of the computer installed at his grammar school, there was a whole…

Programming

5 min read

Turing™ is a Con
Turing™ is a Con
Programming

5 min read


Jan 13

Does ChatGPT work on Stack Overflow?

ChatGPT was released by OpenAI to crazed excitement from the dev community a couple of months back. …

Development

4 min read

Does ChatGPT work on Stack Overflow?
Does ChatGPT work on Stack Overflow?
Development

4 min read


Aug 27, 2022

Should You Home Ed Your Kids?

From a programmer who was home educated — Me and my partner watch a documentary series called Child Genius that follows a yearly competition to find the UK's smartest under 10 year old. The fascination with smart kids — how smart they are, what learning styles they use, how they behave, what their parents are like — as…

Home Education

8 min read

Should You Home Ed Your Kids?
Should You Home Ed Your Kids?
Home Education

8 min read


Jun 3, 2022

What the Heck is a Merkle Tree?

How it’s often useful to learn things no one asks you to — They’re used to structure Blockchains, which is why you might have heard of them, but also you might not know that Git uses Merkle Trees to store commits and compare diffs between files. In the corporate world, aka at work, the conceptual stuff tends to take a back seat. I’m…

Programming

6 min read

What the Heck is a Merkle Tree?
What the Heck is a Merkle Tree?
Programming

6 min read


May 19, 2022

How Bug Fixing Hardens You

Doing the jobs no one else wants to do You ever seen the movie Social Network or watched the series Silicon Valley? These two shows basically summed up how I imaged getting into web development would be.

Development

3 min read

How Bug Fixing Hardens You
How Bug Fixing Hardens You
Development

3 min read

Sean

Sean

457 Followers
Following
  • Josef Cruz

    Josef Cruz

  • Andrew Zuo

    Andrew Zuo

  • Amando Abreu

    Amando Abreu

  • R. Philip Bouchard

    R. Philip Bouchard

See all (6)

Help

Status

About

Careers

Blog

Privacy

Terms

Text to speech

Teams