Tagged "code"

11ty and tailwindcss template, Part II

Time to get tailwindcss added and compiling into our project. Install the tailwindcss and enabling packages...

11ty and tailwindcss template, Part I

Until now I have been trying to write my own CSS and keep it simple. I like simplicity in my designs but also I do like the fun that comes with what you can do these days with CSS. With that thought in mind I want to get a little more creative with my site design and that is what brings us to this point.

NestJS: VSCode debugger setup

Debugging is inevitable for all developers and when you get the point that your code is not doing what you would expect...

NestJS: Getting started

This is the next post in a series of articles as I explore NodeJS. If you need to go back one and get Node setup and running check this one out: NodeJS: Getting started.

NodeJS: Getting started

Desc

Functional Programming with JavaScript

This is the first post in a series focused on NodeJS. Node is a asynchronous event-driven JavaScript runtime for building scalable network applications. Just like JavaScript, NodeJS is not actually a functional programming language but is a good place to use functional programming if you so please.

See all tags.