Posts
All the articles I've posted.
Swagger, Help with API Development
SwaggerAPI DevelopmentExpressJSREST APIsPosted on:December 12, 2023 at 03:22 PMDocker Revisited on M1 Mac
m1-macdockercontainersPosted on:December 11, 2023 at 03:22 PMA look at AWS Services as an Azure CSA.
awsazurecloudPosted on:November 29, 2023 at 03:33 PMIndexedDB, a Look Transaction Performance
indexeddbjavascriptperformanceA look at how to speed up multiple client side data writes when using Indexeddb.
Posted on:August 8, 2022 at 03:33 PMGoogle Authentication & Authorization via Oauth in 2022
googleoauth2A look at how Google has changed their Authorization and Authorization library including the why, and the how of using this newer version of Google's Oauth2 library at then end of 2022
Posted on:April 29, 2022 at 03:33 PMAvoid Distraction during your 9to5
avoid-distractionhostsshell-scriptOne way for mac users to avoid distracting websites during their workday by automatically blocking or redirecting them to an inspirational destination.
Posted on:March 8, 2022 at 03:33 PMExpress Proj Setup 7: Client-side JS bundling, with Rollup
bundlingexpressjsrollupThis post shows how to bundle and optimize website resources for distribution using Rollup
Posted on:February 10, 2022 at 03:33 PMExpress Proj Setup 6: Code Documentation, JSDoc
jsdocAdd code annotations to your functions to describe them, and use JSDoc to automaticlly generate html/css documentation.
Posted on:February 3, 2022 at 03:33 PMExpress Proj Setup 5: Testing with Jest and Supertest
jestmongodbsupertesttestingThis article outlines how to setup a commonly used test framework, Jest, using a virtual/headless browser library called Supertest.
Posted on:February 2, 2022 at 03:33 PMExpress Proj Setup 4: Authentication, Middleware and Secure Cookies
cookie-sessionmiddlewareuser-authenticationIn this article we will add another component to our middleware secure routes and have information for the currently logged in user.
Posted on:January 22, 2022 at 03:33 PM