Vue.js Tips on Django
Resolve marker/delimiter conflict between Django's template system and Vue.js.
Resolve marker/delimiter conflict between Django's template system and Vue.js.
Working with Server-sent Events (SSE) with Django
Publishing reusable Django apps to PyPI
Setting up sticky authentication to GitHub for WSL sessions.
Sonatype "sunset" their OSSRH system for publisning into https://mvnrepository.com/ on 2025-06. These steps will allow using the existing Maven plugins to publish while working on switching to their new plugin.
As mentioned before, the follow-up Go post to record some findings while learning the language. I was burned once when bringing notions of types from previous experiences with C++/Java when…
Some quick notes on Go after taking a short "OOP in Go" course from LinkedIn (instructor Frank P Moley III). Encapsulation Encapsulation in Go is performed at a package level…