Tag: workflow

Leveraging Business Applications for Better Workflow Management

October 9, 2023 By Mark Otto Off

In the globalized world, about 34% of Business interruptions are caused by poor workflow management.  Workflow management ensures responsibilities and strategies work seamlessly, boosting productivity and assisting agencies with development.  But here’s the exciting element: today’s technology and innovative business apps are like magic tools…

Automating code updates with codemods

July 18, 2023 By Mark Otto 0

Upgrading TypeORM with jscodeshift — TypeORM is an ORM that supports both Data Mapper and Active Record patterns, and last year it introduced some breaking changes that left the author of this post facing a lot of updates to be made. What to do? Write…

Fully Automated Deployment of an Open Source Mail Server on AWS

May 17, 2023 By Mark Otto 0

Many AWS customers have the requirement to host their own email solution and prefer to operate mail severs over using fully managed solutions (e.g. Amazon WorkMail). While certainly there are merits to either approach, motivations for self-managing often include: full ownership and control need for…

10 ways to build applications faster with Amazon CodeWhisperer

April 26, 2023 By Mark Otto Off

Amazon CodeWhisperer is a powerful generative AI tool that gives me coding superpowers. Ever since I have incorporated CodeWhisperer into my workflow, I have become faster, smarter, and even more delighted when building applications. However, learning to use any generative AI tool effectively requires a…

How to go with the React Flow

April 19, 2023 By Mark Otto 0

Integrating React Flow and the Web Audio API — React Flow is a component for building node-based editors and interactive diagrams, which makes it well suited for building audio signal chains. There’s a lot of depth here, some nice examples, and these techniques could prove…

JavaScript on your schedule

April 6, 2023 By Mark Otto Off

❓ JavaScript Weekly on a Thursday? It’s true. As well as it being Good Friday tomorrow, we’ve decided to move to Thursday permanently going forward. We hope you have a good Easter, if you celebrate it, otherwise enjoy one fewer email on Fridays ????__Your editor, Peter Cooper…

Optimizing npm script performance

March 30, 2023 By Mark Otto 0

⏱ Node Weekly is moving to Tuesdays. We’re making some changes to our schedule, and since next Tuesday isn’t far away, we’re skipping next week’s issue and we’ll be back on Tuesday, April 11, 2023. See you then!__Peter Cooper, your editor Are Half of New…

Using Workflows to Build, Test, and Deploy with Amazon CodeCatalyst

January 29, 2023 By Mark Otto Off

Amazon CodeCatalyst workflows are continuous integration and continuous delivery (CI/CD) pipelines that enable you to easily build, test and deploy applications. CodeCatalyst was announced at re:Invent 2022 and is currently in preview. Introduction: I recently read The Unicorn Project, the follow-up to the bestselling title The Phoenix…

Team Collaboration with Amazon CodeCatalyst

January 16, 2023 By Mark Otto Off

Amazon CodeCatalyst enables teams to collaborate on features, tasks, bugs, and any other work involved when building software. CodeCatalyst was announced at re:Invent 2022 and is currently in preview. Introduction: In a prior post in this series, Using Workflows to Build, Test, and Deploy with…