RSS Amplifier

Blog

Eddie's Log

Learn about: Open Source as a Contributor and Maintainer, Web Development with Javascript and Typescript, My experience as a freelancer and remote work as a Digital Nomad, Content Creation, Personal Branding and how to monetise these!

eddiejaoude.substack.comSource feed ↗10 posts

Live Last read · last published · next check

Written by

Latest posts

Newsletter v0.3: Can a tool's DX really improve my productivity?

For me tools need to have a great DX if they are going to improve my efficiency.

Newsletter v0.2: Context and the experience is everything!

They say "a screenshot speaks 1000 words", so does that mean "a video speaks 1M words"?!

Contributing to an Enterprise Open Source Project: Kestra

Contributors should add value to Open Source projects, and it is not just about code! I will use the Open Source project Kestra here as an example to fix a bug.

Newsletter v0.1: Hello world! 👋

My first newsletter on Substack! There is so much going on in our lives that it is difficult not to get distracted, so let's focus, yes you and me 🔭

Building a SaaS with AI: deploying in days NOT months and scaling to many!

You don't need to spend one year building an app. You can build a SaaS that is an MVP and deploy within a week to get user feedback and start generating income.

AI is moving fast, can security keep up? Okta's 2025 Showcase on security

The surge of non-human identities is outpacing traditional security models! Okta provides a unified approach to securing service accounts and other NHIs.

4 reasons to start your knowledge Directory today

Find out why you should make a curated list of resources on a topic you feel passionate about.

Tunnel the internet to your local services

There are times when we need to expose our local services to the internet. This is possible with a Ngrok alternative called LocalTunnel, a npm package.

Stop creating Typescript interfaces (manually)

Creating Typescript Interfaces doesn't have to be painful, it can be as simple as running a single command!

No scheduler? No Cron? No problem... use GitHub Actions

Some hosting platforms especially serverless do not have a scheduler or Cron capabilities, but there are other ways to achieve this