How to leverage dev containers in VS Code, in a new or existing project, to help maintain consistent development environments and reduce the time and effort required when ‘onboarding’ to another team or project.
Synchronizing Joplin notes between devices
After doing a bit of research on several of the note taking apps available, I decided on Joplin to be the next one I intend to use for several reasons.
Joplin is an excellent open source note taking application with plenty of features. You can take notes, make to-do list and sync your notes across devices by linking it with cloud services. The synchronization is protected with end to end encryption.
Automated testing with Playwright
Playwright enables reliable end-to-end testing for modern web apps - any browser, any platform, one API.
Read on to get it installed and running on nixos.
Getting started with crewAI
A basic outline in getting started with crewAI framework in order to evaluate it further.
Local Ollama models
How to install and run open source LLM’s locally using Ollama and integrate it into VSCode editor for assisted code completion etc.