- 2025Yet Another Rust SSG路 5m 路聽#best-practices#content-creation#development-patterns#frontend#professional-development#rust#tutorial#type-safety#web-development 路 馃嚞馃嚙
A personal journey into Rust through building a simple static site generator. "Yet Another Rust SSG" is not a production-ready tool鈥攊t鈥檚 a learning project born from curiosity and the desire to build something real in Rust. In this article, I share how I created a basic static site generator from scratch, what I learned about Rust along the way, and why sometimes building your own primitive tools is more rewarding than using polished ones.
- 2024Mastering Effective Prompts: Unlocking the Full Potential of Generative AI Tools路 5m 路聽#ai-tools#best-practices#communication#content-creation#generative-ai#made-with-obsidian#methodology#professional-development#prompt-engineering#tutorial#writing-tips 路 馃嚞馃嚙
Learn how to create effective prompts that unlock the full potential of generative AI tools, leading to more accurate and relevant outputs.
- Guide to Project Management: An Analysis of Principles and Practices路 25m 路聽#agile#best-practices#business-strategy#leadership#made-with-obsidian#management#methodology#organizational-development#planning#professional-development#project-management#risk-management#team-building#workplace 路 馃嚞馃嚙
An in-depth exploration of project management fundamentals and advanced methodologies, covering the complete project lifecycle from initiation through closure. This comprehensive guide combines theoretical frameworks with practical implementation strategies, featuring detailed breakdowns of PESTLE analysis, Work Breakdown Structures (WBS), risk management frameworks, and critical success factors that drive project delivery. Whether you're a seasoned project manager or looking to strengthen your project management capabilities, this guide provides a structured approach to mastering the art and science of successful project execution
- edX Verified Certificate for Introduction to Project Management路 0m 路聽#agile#best-practices#business-strategy#leadership#made-with-obsidian#management#methodology#organizational-development#planning#professional-development#project-management#risk-management#team-building#workplace 路 馃嚞馃嚙
Note from the "Introduction to Project Management" course on EdX. A comprehensive overview of a 6-week project management course from the University of Adelaide. These notes cover the complete project lifecycle, from initiation to closure, with practical insights on planning, risk management, and leadership. Suitable for beginners and experienced professionals looking to strengthen their project management fundamentals. Topics include project canvas methodology, stakeholder engagement, and real-world scenarios across various industries.
- Advent of Code 2024: Your Holiday Programming Challenge Awaits路 15m 路聽#made-with-obsidian#professional-development#programming-challenges#team-building#tech-culture#tutorial 路 馃嚞馃嚙
Discover, a unique programming challenge that turns December into a coding adventure. With daily puzzles ranging from beginner-friendly to expert level, this free event lets you practice coding skills, compete globally, and join a vibrant community of developers. Learn how to get started and make the most of this holiday coding tradition.
- Middle Management in Tech Consulting: A Veteran Developer's Perspective路 8m 路聽#agile#best-practices#career#consulting#development-patterns#leadership#made-with-obsidian#management#professional-development#team-building#tech-culture#workplace 路 馃嚞馃嚙
A veteran developer's perspective on middle management in tech consulting firms, drawing from years of experience across multiple companies. This article explores how traditional management approaches often hinder rather than help development teams, and proposes a new model where middle managers serve as enablers of autonomy rather than controllers. Through real-world examples and observations, it illustrates the true value of effective middle management and the cost of bureaucratic overhead in modern software development
- Evolving an i18n Solution: From Astro to Vue.js路 15m 路聽#astro#best-practices#development-patterns#frontend#i18n#internationalization#routing#ssr#testing#tutorial#type-safety#typescript#vuejs#web-development 路 馃嚞馃嚙
This article details the evolution of an i18n (internationalization) solution, from a basic Astro implementation to a more sophisticated Vue.js approach, highlighting the differences and advantages of each.
- Introducing Rolldown: A Rust-Based JavaScript Bundler for Vite路 8m 路聽#bundler#made-with-obsidian#performance#rust#tree-shaking#vite#web-development 路 馃嚞馃嚙
Discover Rolldown, a high-performance Rust-based JavaScript bundler designed to unify and optimize the build process in Vite. This article explores the motivations behind its development and how it aims to improve upon existing solutions
- The Psychology of Testing: Moving Beyond 'Should' to 'Want'路 14m 路聽#best-practices#development-patterns#frontend#qa#testing#tutorial#type-safety#typescript#web-development 路 馃嚞馃嚙
An in-depth exploration of why developers resist testing, how to make testing the path of least resistance, and practical approaches to building a sustainable testing culture in development teams
- Building a Secure Email Obfuscator Component with Vue.js and Astro路 8m 路聽#astro#email#made-with-obsidian#ssr#tutorial#vuejs 路 馃嚞馃嚙
A Vue.js 3 Component for Astro that Protects Email Addresses from Automated Scraping Bots
- Didn鈥檛 know CSS could do that路 2m 路聽#made-with-obsidian 路 馃嚞馃嚙
These notes cover advanced CSS features such as the ":has" and ":range" selectors, new text wrapping options, and techniques for scroll-driven animations. The guide provides insights into the proper implementation of these features, offers examples of their usage, and highlights important considerations for performance and compatibility with modern browsers
- Building a Multi-Platform Rust App with Shamir's Secret Sharing路 13m 路聽#clap#leptos#made-with-obsidian#rust#shamir-secret-sharing#slint 路 馃嚞馃嚙
A journey through developing a single Rust application that targets web, desktop and CLI platforms, using modern frameworks and best practices.