Nik Does Tech

Nik Does Tech

Follow
Follow
homeHow to Think like a Programmerbadges

How to install and set up Neovim on Windows

Mar 16, 202319 min read

At the beginning of September 2022 I made the jump from VS Code to Neovim. I was having issues in VS Code with workflow and it was getting...

How to install and set up Neovim on Windows

I moved to Neovim and love it, but is it right for you?

Jan 6, 202325 min read

Let me start out by clarifying a few things so that you have a better understanding of the point of this post. First, this won't be a sales pitch...

I moved to Neovim and love it, but is it right for you?

How to think like a programmer: What are variables, really?

Nov 18, 202223 min read

Ah, the mighty variable. It's a core tenet of programming. You assign them, you use them, maybe you reassign them. They store your strings and numbers...

How to think like a programmer: What are variables, really?

How to think like a programmer: The human part

Nov 11, 202214 min read

Welcome to the inaugural post of this series, designed to help you think like a programmer! I got the idea for this series after a comment that I...

How to think like a programmer: The human part

Programming is everything and everything is programming!

Oct 14, 202218 min read

I was recently reading through comments on a Youtube video while eating my lunch (You know, like you do) and I came across one that got me thinking....

Programming is everything and everything is programming!

Exploring The Guild's incredible GraphQL tools

Jun 15, 202210 min read

Early on in my journey with GraphQL I was faced with a number of options for implementation. Sure, the ideas behind GraphQL are simple enough, and the...

Exploring The Guild's incredible GraphQL tools