tag: #code (3 posts)

Show all tags

Bulk Post Importer, My First WP Plugin

I finally got around to writing a plugin for WordPress. It's called Bulk Post Importer and it's a simple plugin that allows you to import posts from a CSV file.

Read more  ↩︎

Tailwind + Twig and the Zed Editor

Getting tailwind to work in Zed for Twig was a little weird. Found this comment in an issue and thought it was a good idea to share it here.

Read more  ↩︎

🦀 Understanding Rust: Navigating the Complexities of a Powerful Language

Rust is a modern systems programming language designed to provide high performance, memory safety, and concurrency without compromising on efficiency. Developed with a focus on preventing common programming errors, Rust achieves this through its unique ownership model, strict type system, and powerful abstractions. While Rust offers significant advantages for systems-level programming, network services, and performance-critical applications, it is often noted for its steep learning curve, primarily due to its distinct and rigorous language features.

Read more  ↩︎