I recently finished a Go course and built a project with it (I posted a video about it on LinkedIn). These are some notes I had lying around from that process, comparing Go and Rust — not “which language is objectively better,” but which one made sense for me, coming from a .NET background.
Continue reading “Quick Thoughts Learning Go vs Rust”Learning to code is still needed in the era of AI?
A controversial question to answer, but based on some readings/videos here is my view. I don’t know for how long this will be true since AI keeps improving everyday.
Continue reading “Learning to code is still needed in the era of AI?”Double-Entry Accounting For Developers Notes
This is a summary of the posts from Modern Treasury (part 1 and part 2) about accounting and its importance in software development involving money.
Continue reading “Double-Entry Accounting For Developers Notes”Web Accessibility Notes
Web accessibility is vital for people with disabilities and benefits many others. The W3C Web Accessibility Initiative (WAI) provides guidelines, notably the Web Content Accessibility Guidelines (WCAG). WCAG is based on four POUR principles: Perceivable, Operable, Understandable, and Robust, ensuring content is accessible, usable, and compatible across technologies.
Continue reading “Web Accessibility Notes”Solution Architecture Notes
A quick summary of software architecture courses, it includes books recommended in the courses. Software architecture is important since it is across any software project. The sooner you know the concepts the better you will understand some decisions made in the project you are or will work on.
Continue reading “Solution Architecture Notes”



