Node.JS
import.meta.main, neat!
if (import.meta.main) main();
Coverage of Open Source Software or otherwise relating to it.
Node.JS
if (import.meta.main) main();
quick-tip
I'm working on an article regarding Ghost, I came across the following which didn't work: # First clone Ghost with submodules and make it your working dir git clone --recurse-submodules git@github.com:TryGhost/Ghost && cd Ghost This assumes that you have a git public
Open Source Software
TestCafe is a web application (or website) testing tool. It's designed to automatically test websites from a user's perspective. This paradigm is key to the effective use of TestCafe; a common objective for TestCafe is to test website features through the lens of the user while
Linkbook - Interesting Technical Links
* Elon Musk's 6 productivity rules, including walk out of meetings that waste your time * Visual Studio's UserVoice if you use Visual Studio, you should participate... * Creating your own NuGet Server * 'Doom' Rendered Entirely in ASCII Is the Most 1337 Way to Play
software engineering
I wanted to share an old graduate school project I have in my GitHub account. I return to this project as a reference. Not to remind myself of the core pattern but to remind me to consider the architecture of a given project. It's a basic pipe and
Reference
Quick summary and examples of git config settings I set on a new installation of Git.
Linkbook - Interesting Technical Links
Linkbook is my weekly (or so) series listing interesting technical or science related links. * Linode: I've hosted with them for years; never had an outage and the few times I contacted customer service they responded immediately despite me being a small customer of theirs. * Wordpress Plugin development -
Exploration
I decided to follow this up for two main reasons. First and foremost, there was an error in the original code I posted and I couldn't remember if that error existed in the code I actually tested with or if it was introduced during my writing of the article.
Exploration
In this part, we take a closer look at the implementation of pg-promise, dissecting some basic components.
Linkbook - Interesting Technical Links
Linkbook is my weekly (or so) series listing interesting technical or science related links. * PHP to dotNet compiler * qBittorrent: I don't use torrent often but I needed to download a few Ubuntu ISOs and I found this and it worked well. It's open source too with
Exploration
Vitaly Tomilov's pg-promise is a fantastic example of a well ran, well written open source project. This is part 1 of this set where we go through Tomilov's code and learn about how pg-promise is put together and architected.
Linkbook - Interesting Technical Links
Linkbook is my weekly (or so) series listing interesting technical or science related links.