The JavaScript reference serves as a repository of facts about the JavaScript language. The entire language is described here in detail. As you write JavaScript code, you'll refer to these pages often (thus the title "JavaScript reference").
Modern JavaScript Tutorial: simple, but detailed explanations with examples and tasks, including: closures, document and events, object oriented programming and more.
Programming Terminology: Glossary of Programming Terms
Programming is an interesting topic. There are so many different languages, frameworks and other tools that can be used to program. The world of programming
GitHub - zoni/obsidian-export: Rust library and CLI to export an Obsidian vault to regular Markdown
Rust library and CLI to export an Obsidian vault to regular Markdown - GitHub - zoni/obsidian-export: Rust library and CLI to export an Obsidian vault to regular Markdown
Express Tutorial Part 7: Deploying to production - Learn web development | MDN
That's the end of this tutorial on setting up Express apps in production, and also the series of tutorials on working with Express. We hope you've found them useful. You can check out a fully worked-through version of the source code on GitHub here.
Sometimes I write blog posts to remind myself what I’ve learned and sometimes I write them because someone else shares something and I want to remember that better. This post is one of the latter.
The Node Package Manager, or npm, is one of the best parts about Node, in my opinion. Package management can really make or break a language, so ensuring that...
In a tool like Obsidian, direct, manually created links are the best way to connect your thinking across notes. This is the default behaviour of the Zettelkasten, and I appreciate the emphasis it's given by the folks at Zettelkasten.de. However, I'm also not against using other forms of linking
HTML (Hypertext Markup Language) is the code that is used to structure a web page and its content. For example, content could be structured within a set of paragraphs, a list of bulleted points, or using images and data tables. As the title suggests, this article will give you a basic understanding of HTML and its functions.
A re-introduction to JavaScript (JS tutorial) - JavaScript | MDN
Why a re-introduction? Because JavaScript is notorious for being misunderstood. It is often derided as being a toy, but beneath its layer of deceptive simplicity, powerful language features await. JavaScript is now used by an incredible number of high-profile applications, showing that deeper knowledge of this technology is an important skill for any web or mobile developer.
Capturing for Obsidian Using Drafts and GitHub | ThoughtAsylum
I’ve been a long time user of Markdown and have found it a convenient format in which to capture notes and documentation day to day. Utilising Markdown opens up a wealth of options for me in terms of capturing and processing content. I’ve been using Obsidian for a while as a repository for notes and I’ve been expanding my use into some new vaults recently, but as a cross-platform user I’ve been limited in my ability to easily capture thoughts when away from my desk. Until now. Now I have a solution that allows me to easily capture using Drafts.