shadowtime2000

shadowtime2000 @shadowtime2000

About: If you are looking at this you probably wonder who I am; teenage open source maintainer

Joined:
Jul 12, 2020

shadowtime2000
articles - 33 total

What is an Embedded JS Template Engine?

Simply put, embedded JS template engines are template engines that allow you to write JS within delim...

Learn More 6 0Feb 26 '21

Using Data URLs to Load Dependencies in Deno

Recently Deno released 1.7.0 which had support for data URLs. I think this is a pretty cool way to dy...

Learn More 3 1Feb 1 '21

What is Cache Busting?

Cache busting is a technique so that browsers can have long caches on files while having them reload...

Learn More 16 2Jan 30 '21

Tagged Template Literals in a Nutshell

Hi, in this post I will be writing about tagged template literals. Tagged template literals are like...

Learn More 1 0Jan 27 '21

How do You Tell if a Project is Maintained?

How do you tell if a project is maintained? Is it commit activity release activity the rate at which...

Learn More 2 9Jan 20 '21

Simple Chakra UI Card

Simple Chakra UI Card I am currently creating a blog with Chakra UI, so I need a card whic...

Learn More 1 0Jan 17 '21

How Good are You at CSS?

How good are you at CSS? I am absolutely trash, I simply am just not that good at it. What about yo...

Learn More 2 9Jan 16 '21

List of JS Bundlers 🚀

List of JS Bundlers In my previous article about ES6 tree shaking a reader commented sugge...

Learn More 24 6Jan 12 '21

🚀14 JS Template Engines🚀

🚀14 JS Template Engines🚀 This is a list of 14 JS template engines. EJS EJS i...

Learn More 13 0Jan 12 '21

Adding Auto Caching to Our Template Engine

In one of my articles, I showed you how to create a simple JS template engine. In this article I will...

Learn More 8 0Jan 11 '21

Everything You Don't Know About ES Modules

Before I get into how you don't know ES modules, let's review what you know about ES modules. Let's g...

Learn More 21 0Dec 30 '20

Creating a JS Template Engine

Creating a JS Template Engine Hi, it's me @shadowtime2000, one of the maintainers of Eta,...

Learn More 63 7Dec 21 '20

What Travis CI New Billing Means for OSS

What Travis CI New Billing Means for OSS Recently, when I was checking my Travis CI build...

Learn More 9 11Dec 17 '20

Creating a Stylus Library

Creating a Stylus Library Hi, in this article I will be showing how to create a Stylus lib...

Learn More 7 0Dec 14 '20

Web Monetization in VuePress

Web Monetization in VuePress So, you have probably heard of web monetization right now. It...

Learn More 10 0Dec 3 '20

Different Ways of Styling With React

Different Ways of Styling With React There a couple different ways you can style your Reac...

Learn More 15 4Dec 3 '20

What is CSS-in-JS?

What is CSS-in-JS? So you have all probably heard of CSS-in-JS frameworks and libraries su...

Learn More 13 0Dec 2 '20

What are JS Generators?

What are JS Generators? Generators are a feature in Javascript which are basically functio...

Learn More 17 2Dec 2 '20

Typescript Without Compilation

Typescript Without Compilation Hi, in this post I will show how to use Typescript with sta...

Learn More 5 3Dec 2 '20

What is ES6 Tree Shaking

What is ES6 Tree Shaking ES6 tree shaking is a way to optimize the bundle size of your bun...

Learn More 45 6Dec 2 '20

Testing With Deno - Framework

Testing With Deno In this multipart tutorial I will show how to test with Deno....

Learn More 13 0Nov 6 '20

Next 10 Released

Next.js 10 Has Been Released Around 2 hours ago on the Next.js blog Next.js 10 was announc...

Learn More 17 1Oct 27 '20

A Simple CSS Grid Framework

GridBlade GridBlade is a CSS grid framework created with SCSS and SwordCSS. It gives a ve...

Learn More 7 1Oct 27 '20

An Easier Way To Write CSS Variables

Wait What? I think you should be familiar with CSS Variables, which can be used like this:...

Learn More 5 0Oct 20 '20

Testing Command Line Tools

Overview I think you all know the popular library for creating CLIs called yargs. That is...

Learn More 5 0Oct 18 '20

Deprecated Decorator

This is the start of a series I am creating with various useful Typescript decorators. You can track...

Learn More 1 0Oct 12 '20

Decreasing Your Website Bundle Size

How To Just put this in your webpage: <script src="https://cdn.jsdelivr.net/gh/shadow...

Learn More 5 0Oct 7 '20

Using JavaScript Proxies

In this post I will show you how to use a Proxy. The concept of a proxy is pretty simple. You provid...

Learn More 6 0Sep 30 '20

Types To Your Discord Bot Command Arguments

Install Type Validator npm install --save discord-arg-validator Look at structur...

Learn More 4 0Sep 29 '20

Crypto Prices in Discord - Bot

Crypto Prices in Discord - Bot Sorry for the long delay, but this is the second and last p...

Learn More 8 1Sep 19 '20