A Supercharge Tale
A Supercharge Tale
Marcus Pöhls
A podcast documenting the journey of Supercharge, sharing behind-the-scenes details of the project.
18: Deploying apps with Supercharge Launch
I’m making good progress on Supercharge Launch. And dang, I need to get the landing page out the door. During development, I provisioned a Node.js server on DigitalOcean and deployed a repository from GitHub to that server. Fully automated … well, I needed to manually run a setup script. Everything else was done by the platform. Comfort I’m coming!
Feb 28, 2020
10 min
17: New Package: supercharge/filesystem
I’ve published a new package: supercharge/filesystem. This filesystem package provides async methods to interact with the local filesystem, like moving files or copying files with ease. All methods are async, no more worrying about sync methods or callbacks for you. Async/await all the way!
Feb 14, 2020
5 min
16: The Secret Project is about Server Management
I’m currently working on a secret Supercharge project. It’s a project on simplifying server management for Node.js applications. More details in the episode!
Jan 31, 2020
7 min
15: Secret Supercharge Project
I want your help with Supercharge. Do you want to contribute to open source? The "supercharge/strings" package has a handful of open issues. I’m calling you for contributions!
Jan 17, 2020
6 min
14: Queues have landed in Supercharge
Finally, queues are available in the Supercharge framework. The new 1.0.0-beta7 release of the framework ships with first-class queue support. Enjoy!
Jan 10, 2020
10 min
13: @supercharge/strings 1.0 && AWS Lambda Tale (Part 2)
I wrote the docs for the new @supercharge/strings package over the last weekend. And I couldn’t resist tagging the 1.0. Since then, I tagged a 1.1 and pushed the versions to NPM. Also, there’s a new package @supercharge/hapi-aws-lambda to provide a helping hand when going serverless with your hapi HTTP server.
Dec 20, 2019
9 min
12: @supercharge/strings is coming
I created a new Supercharge package this week: @supercharge/strings. This new strings package provides helpful utilities around JavaScript’s String class. For example, @supercharge/strings provides methods like .title() or .camelCase() to transform a given string into another format. It’s a handy utility when working with strings. You’ll like it!
Dec 13, 2019
8 min
11: An AWS Lambda Tale (Part 1)
I wanted to jump into Serverless for a long time. AWS Lambda looks really cool, the most intriguing parts are scalability and the removed server management. No more managing servers! This week I submitted a talk at the Magdeburg Developer Days on the topic of going serverless with Node.js monolith.
Dec 6, 2019
11 min
10: Moving from Travis CI to GitHub Actions
I moved the CI pipeline for all packages in the Supercharge family from Travis CI to GitHub Actions. And holy moly! GitHub Actions are FAST!
Nov 29, 2019
11 min
9: Dipping my toe into TypeScript
I’m always starting a package lifecycle at a 1.0 release. I never hide behind 0.x release lines to blame the early stage for issues and missing features. I also share my TypeScript learnings from this week: static analysis and auto-completions in your editor. Enjoy!
Nov 22, 2019
11 min
Load more