Archive - Tagged with 'typescript'

< Back



Scheduling Tasks In Javascript Or Typescript With Croner

by Hexagon, , Updated:

Managing time-based tasks in JavaScript has never been easier with Croner, a powerful tool designed to trigger functions or evaluate cron expressions on various platforms. Whether you're working in Node.js, Deno, Bun, or even directly within a browser, Croner has you covered. In this article, I'll give you a brief introduction on how to use Croner.

Getting Started With Deno: A Secure Runtime For Javascript And Typescript

by Hexagon, , Updated:

If you're into JavaScript or TypeScript, you've probably heard about Deno. It's an exciting new runtime that's often described as a more secure and simpler alternative to Node.js. In this blog post, we'll go over what makes Deno awesome and how to get started.

Introducing Lumocs: A Modern Documentation Engine Based On Deno And Lume

by Hexagon,

Meet Lumocs, a documentation generator powered by JavaScript through Deno and Lume. This guide will walk you through the essential steps to set it up, create your first documentation page, and deploy your site.

If you want a quick showcase, check out the Lumocs Documentation, which is generated by Lumocs itself.

Cross-runtime Javascript: Introduction

by Hexagon,

Kickstart your cross-runtime JavaScript journey! Learn the basics and why building code for all runtimes (Node.js, Deno, and Bun) matters.

Cross-runtime Javascript: Streamlining Your Project Setup

by Hexagon,

Embrace the 'less-is-more' philosophy for cross-runtime JavaScript development. Discover how Deno's and Bun's built-in features reduces complexity and enhances your workflow.

Cross-runtime Javascript: Navigating Runtime Differences

by Hexagon,

Discover strategies for handling runtime differences and ensuring smooth cross-platform execution of your JavaScript code.