Sign up to save your podcastsEmail addressPasswordRegisterOrContinue with GoogleAlready have an account? Log in here.
A podcast documenting the journey of Supercharge, sharing behind-the-scenes details of the project.... more
FAQs about A Supercharge Tale:How many episodes does A Supercharge Tale have?The podcast currently has 18 episodes available.
February 28, 202018: Deploying apps with Supercharge LaunchI’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!...more11minPlay
February 14, 202017: New Package: supercharge/filesystemI’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!...more6minPlay
January 31, 202016: The Secret Project is about Server ManagementI’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!...more8minPlay
January 17, 202015: Secret Supercharge ProjectI 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!...more7minPlay
January 10, 202014: Queues have landed in SuperchargeFinally, queues are available in the Supercharge framework. The new 1.0.0-beta7 release of the framework ships with first-class queue support. Enjoy!...more11minPlay
December 20, 201913: @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....more10minPlay
December 13, 201912: @supercharge/strings is comingI 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!...more9minPlay
December 06, 201911: 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....more12minPlay
November 29, 201910: Moving from Travis CI to GitHub ActionsI moved the CI pipeline for all packages in the Supercharge family from Travis CI to GitHub Actions. And holy moly! GitHub Actions are FAST!...more12minPlay
November 22, 20199: Dipping my toe into TypeScriptI’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!...more12minPlay
FAQs about A Supercharge Tale:How many episodes does A Supercharge Tale have?The podcast currently has 18 episodes available.