https://github.com/msitarzewski/agency-agents
https://github.com/promptfoo/promptfoo
https://github.com/666ghj/MiroFish
| https://linuxcommand.org/lc3_lts0090.php | |
| https://learnbyexample.github.io/curated_resources/linux_cli_scripting.html#cli-video-and-interactive-courses | |
| https://labex.io/linuxjourney |
Some free and quality Go courses that are helpful to me (total duration, number of vids):
Dave2D video https://www.youtube.com/watch?v=0vFErGxD2QY
https://brew.sh - Lets you install programs from the terminal. https://ghostty.org - A better terminal emulator with support for True Colour, font ligatures, separate fonts for regular, italic, and symbols. https://yazi-rs.github.io - A file manager. https://helix-editor.com
| name | description | tools |
|---|---|---|
gemini-analyzer |
Manages Gemini CLI for large codebase analysis and pattern detection. Use proactively when Claude needs to analyze extensive code patterns, architectural overviews, or search through large codebases efficiently. |
Bash, Read, Write |
I’m a frequent visitor to the r/webdev subreddit, and recently I came across a post where someone shared an interesting story. The original poster (OP) talked about a client who questioned why they should pay for a developer when AI tools could do the job. OP decided to part ways with the client, and most people in the comments agreed—if the client thinks AI can handle everything, they’ll get what they pay for: a generic, AI-generated website.
This got me thinking: is being a frontend developer still relevant in a world where tools like Bolt, Loveable.dev, and v0.dev can generate entire websites with minimal input?
When I started my career as a web developer, I was working with PHP, building websites using WordPress and the CodeIgniter framework. But what I enjoyed most was the browser—making changes in Firefox DevTools and seeing them live instantly
| services: | |
| dockge: | |
| image: louislam/dockge:1 | |
| restart: unless-stopped | |
| ports: | |
| # Host Port : Container Port | |
| - 5001:5001 | |
| volumes: | |
| - /var/run/docker.sock:/var/run/docker.sock | |
| - ./data:/app/data |