Home » Archives for Mark Otto » Page 37
January 25, 2024
By
Mark Otto
Better JavaScript Shell Scripting with Bun Shell — Performance-focused server-side runtime Bun continues its rapid evolution with a side quest into the world of shell scripting by making it easier, cross-platform friendly, and less verbose. zx offers similar (but less integrated and focused) functionality to…
January 24, 2024
By
Mark Otto
In the dynamic world of software development, staying ahead means harnessing the latest tools – and GPTs (Generative Pre-trained Transformers) are at the forefront of this revolution. How can GPTs transform your development process? Interested in integrating AI into your coding workflow? Looking for the…
January 24, 2024
By
Mark Otto
The AWS Lambda service automatically captures telemetry, such as metrics, logs, and traces, and sends it to Amazon CloudWatch and AWS X-Ray. There’s nothing you need to do for it to happen, this is available out-of-the-box. However, if your enterprise has adopted an open source…
January 24, 2024
By
Mark Otto
Lessons Learned Upgrading to React 18 — If you get the feeling everyone upgrades to using the newest React version and features ASAP, it’s not true. Most teams take a while to do big upgrades (if they even do so at all) so it’s interesting…
January 23, 2024
By
Mark Otto
Effortless GraphQL with Hasura: TypeScript Included — Hasura connects to your data sources, generates a GraphQL API, and deploys it globally — instantly. But, what if you could also write and use TypesScript functions directly in your GraphQL API? With Hasura, you can. Check it…
January 19, 2024
By
Mark Otto
At Flatlogic, we try to keep up with development trends🤝, so we want to introduce you to our latest GPTs: AppWizzy – Text to Web App. Imagine an AI that turns your spoken ideas into fully functioning apps and databases. That’s what we’re delivering. AppWizzy…
January 19, 2024
By
Mark Otto
This post demonstrates using AWS CloudFormation StackSets to deploy CloudFormation Hooks from a centralized delegated administrator account to all accounts within an Organization Unit(OU). It provides step-by-step guidance to deploy controls at scale to your AWS Organization as Hooks using StackSets. By following this post,…
January 18, 2024
By
Mark Otto
console.delight — You use console.log to output text, but did you know that in the browser console it can be used to render other things, like SVGs and HTML? This post is packed with examples and goes deeper into the creative options opened up by…
January 17, 2024
By
Mark Otto
“In the world of finance, precision is not just a virtue, it’s a necessity. Discover the top AI tools that redefine financial analysis, and why they are indispensable in today’s fast-paced market.” When you’re on the hunt for the best financial analysis AI tools, you…
January 17, 2024
By
Mark Otto
React Libraries for 2024 — A few issues ago, we were hoping that Robin would soon do a 2024 update of his opinionated annual guide to which libraries to consider for different tasks – and he has! 🎉 Robin Wieruch Using React with templ and Go —…