It's been a while. Some thoughts about the last couple of months. I have a great blessing and a big curse at the same time. I want to be one of the greats. I don't just want to make software, I want to make the greatest software ever.
🏔️ Peak
@peaklabs.dev
👨💻 Full-Time Entrepreneur & 👨🍳 Core Developer at coolLabs on https://coolify.io/. 🚧 Building OSS at https://github.com/peakoss
2026 Development Log 73 & 74 🚀 👨🍳 Core Coolify Development ✅ Fixed a Postgres cannot be restored error with my new standardized backup implementation by excluding the superuser, which has some other benefits too ✅ Started MySQL and MariaDB backup and restore commands modernization and optimization
2026 Development Log 73 & 74 🚀 👨🍳 Core Coolify Development ✅ Fixed a Postgres cannot be restored error with my new standardized backup implementation by excluding the superuser, which has some other benefits too ✅ Started MySQL and MariaDB backup and restore commands modernization and optimization
2026 Development Log 71 & 72 🚀 Today I opened 2 PRs for v5 that need to go into v4. One is the maintenance email and holy, it looks so good (fyi the date is not real).
2026 Development Log 71 & 72 🚀 Today I opened 2 PRs for v5 that need to go into v4. One is the maintenance email and holy, it looks so good (fyi the date is not real).
2026 Development Log 69 & 70 🚀 👨🍳 Core Cooliy Development ✅ Found clean solutions for multiple issues I discovered when testing the new standardized backups and planned solutions for them (adding them tomorrow)
2026 Development Log 69 & 70 🚀 👨🍳 Core Cooliy Development ✅ Found clean solutions for multiple issues I discovered when testing the new standardized backups and planned solutions for them (adding them tomorrow)
2026 Development Log 68 🚀 👨🍳 Core Coolify Development ✅ Continued my backup PR development and finalized the new Postgres backup and restore commands ✅ Finished reading over 4+ Postgres docs pages covering all backup options and which newly available options we should also include
2026 Development Log 68 🚀 👨🍳 Core Coolify Development ✅ Continued my backup PR development and finalized the new Postgres backup and restore commands ✅ Finished reading over 4+ Postgres docs pages covering all backup options and which newly available options we should also include
2026 Development Log 67 🚀 👨🍳 Core Coolify Development ✅ Improved my backup PR by switching zstd compression to level 12 and also making it use all threads, which is much faster and provides even more compression ✅ Did a lot of docs reading to improve backup and restore commands further
2026 Development Log 67 🚀 👨🍳 Core Coolify Development ✅ Improved my backup PR by switching zstd compression to level 12 and also making it use all threads, which is much faster and provides even more compression ✅ Did a lot of docs reading to improve backup and restore commands further
2026 Development Log 66 🚀 Today I made massive progress on the standardization of the backup feature - some v5 code which is coming to v4 very soon.
2026 Development Log 64 & 65 🚀 👨🍳 Core Coolify Development ✅ Built and opened a v4 PR that standardizes v4 backups for easier migration to v5 and many other benefits ✅ Did a lot of testing on the changes of the backup PR
2026 Development Log 63 🚀 👨🍳 Core Coolify Development ✅ Did some more in-depth testing with permissions and how to handle them on the frontend 🏔️ PeakOSS ✅ Completely rewrote the whole core of the VSCode extension - turned from just modernizing into a complete rewrite
2026 Development Log 63 🚀 👨🍳 Core Coolify Development ✅ Did some more in-depth testing with permissions and how to handle them on the frontend 🏔️ PeakOSS ✅ Completely rewrote the whole core of the VSCode extension - turned from just modernizing into a complete rewrite
2026 Development Log 62 🚀 Yesterday and today, I spent some time catching up on all the things I missed during my week off, and I also released v0.3 of Anti Slop today. v0.3 adds 3 new checks and massively improves the compiled action size.
2026 Development Log 62 🚀 Yesterday and today, I spent some time catching up on all the things I missed during my week off, and I also released v0.3 of Anti Slop today. v0.3 adds 3 new checks and massively improves the compiled action size.
I'll be on vacation this week, so peak shipping will resume next week.
2026 Development Log 61 🚀 Continued working on my action and also started planning out v3 of JetBrains Icons for VS Code, which was recently transferred to my org (thanks Cadams 💜). 🏔️ PeakOSS ✅ Continued work on v0.3 of my anti-slop action -added some performance improvements and more
2026 Development Log 61 🚀 Continued working on my action and also started planning out v3 of JetBrains Icons for VS Code, which was recently transferred to my org (thanks Cadams 💜). 🏔️ PeakOSS ✅ Continued work on v0.3 of my anti-slop action -added some performance improvements and more
2026 Development Log 60 🚀 Yesterday and today I worked a lot on v0.3 of Anti Slop, which will include some fixes, new checks, and many improvements. What is especially cool is I just updated @rolldown.rs (tsdown) and my bundled action went from over 50K lines and 2.16MB down to 21K and 0.9MB.
2026 Development Log 60 🚀 Yesterday and today I worked a lot on v0.3 of Anti Slop, which will include some fixes, new checks, and many improvements. What is especially cool is I just updated @rolldown.rs (tsdown) and my bundled action went from over 50K lines and 2.16MB down to 21K and 0.9MB.
2026 Development Log 59 🚀 Today I opened the 3rd of 3 foundation scaffolding PRs - the v5 permission system base. 👨🍳 Core Coolify Development ✅ Opened the scaffold permission PR, which adds the full base for the very granular v5 permission system
2026 Development Log 59 🚀 Today I opened the 3rd of 3 foundation scaffolding PRs - the v5 permission system base. 👨🍳 Core Coolify Development ✅ Opened the scaffold permission PR, which adds the full base for the very granular v5 permission system
2026 Development Log 58 🚀 Finished 2 of 3 foundation scaffolding PRs (9+ others depend on them). One adds v5 workspaces, reducing manual team checks on v4 from ~2,800 lines across 400 files to just ~114 lines in 2 files. This is what v5 is all about!
2026 Development Log 58 🚀 Finished 2 of 3 foundation scaffolding PRs (9+ others depend on them). One adds v5 workspaces, reducing manual team checks on v4 from ~2,800 lines across 400 files to just ~114 lines in 2 files. This is what v5 is all about!
2026 Development Log 57 🚀 👨🍳 Core Coolify Development ✅ Opened 2 scaffolding PRs ✅ Implemented the workspaces middleware with multi-workspace support in the same browser and much more. It is 100x more maintainable, more secure, less error-prone, and much cleaner than v4
2026 Development Log 57 🚀 👨🍳 Core Coolify Development ✅ Opened 2 scaffolding PRs ✅ Implemented the workspaces middleware with multi-workspace support in the same browser and much more. It is 100x more maintainable, more secure, less error-prone, and much cleaner than v4
2026 Development Log 56 🚀 👨🍳 Core Coolify Development ✅ Further improved my scaffolding and added missing tables, such as custom roles, API token scopes, and more. ✅ Refined 55 additional points across the scaffolding. ✅ Split and stacked several branches to create better, more organized PRs.
2026 Development Log 56 🚀 👨🍳 Core Coolify Development ✅ Further improved my scaffolding and added missing tables, such as custom roles, API token scopes, and more. ✅ Refined 55 additional points across the scaffolding. ✅ Split and stacked several branches to create better, more organized PRs.