Posts

cognitive inertia

Staring at the void

Export default and module.exports in Javascript

Modules are the building blocks of modern JavaScript applications, allowing for the encapsulation of code into reusable components. Two primary systems govern the exportation of these modules: export default in ES6 and module.exports in CommonJS.

Setting up Obsidian sync in Windows

Syncing Obsidian in Windows with Windows Task Scheduler and git

What say you?

Free speech enhanced

A Fresh Coat Of Paint

Using Zola as my preferred static site generator

Subresource Integrity

Understanding Subresource Integrity

Install PostgreSQL on Arch | Manjaro | Garuda Linux

Semantic Versioning(SemVer) and Conventional Commits

Adopting best practices in your git and build workflows.

Integrating Netlify CMS

Migrating to a better content management system through Netlify CMS

Django Secret Key Tutorial

Managing the Django SECRET_KEY variable.

Hello World

How it begins

Configure Vue.js app With Tailwind CSS

A guide on how to use Tailwind CSS in your Vue project.