Max Martínez Cartagenamaxmartinez.dev·Nov 29, 2023NodeJS Express and AWS Lambda FunctionsIn my previous article I wrote about Lambda Function, NodeJS and GitHub Actions. Now, I will share a second article related to "Running a Lambda Express API". This article assumes that you are familiar with Lambda Function and GitHub Actions. If you ...Discuss·1 likeLambda functions, nodejs and github actionsExpress
Max Martínez Cartagenamaxmartinez.dev·Nov 29, 2023Deploy AWS Lambda Function using S3 Bucket and GitHub actionsAWS Lambda offers zip file as a deployment package. The file includes your application code and its dependencies with a size limitation. For example: If your deployment package is larger than 50 MB, you need to upload the code to Amazon S3 bucket. In...Discuss·26 readsLambda functions, nodejs and github actionslambda
Max Martínez Cartagenamaxmartinez.dev·Nov 28, 2023Lambda functions - IntroductionFirst things first, for a better understanding, let's share some definitions from official AWS documentation: Serverless Build and run applications without thinking about servers, eliminate infrastructure management tasks and keep the focus on writin...DiscussLambda functions, nodejs and github actionslambda
muhammed shameelmuhammedshameel.hashnode.dev·Nov 27, 2023Short-Circuiting in JavaScriptJavaScript is a powerful and flexible programming language, and one concept that can make your code more concise and efficient is "short-circuiting." In this blog post, we'll explore what short-circuiting is and how you can leverage it in your code. ...Discuss·28 readsWeb Development
Andyson Mupetaandysonm.hashnode.dev·Nov 27, 2023Building Whinst Part 20: Adding video thumbnail creation functionalityIn the last article, I talked about how I set up functionality that allows videos to be uploaded and displayed in the Whinst web app. In this article, I'll walk you through how I added functionality that allows users to select a video thumbnail from ...DiscussBuilding WhinstWeb Development
Sumit Bhanushaliblog.sumitbhanushali.com·Nov 25, 2023Benefits of using Typescript with ExpressJS with Project TemplateIn this post, we will setup our Backend service. We will be using ExpressJS for APIs, MySQL for storage and Prisma for ORM. We will be using Typescript as the primary language. We will be using Docker to host MySQL on our machine. This will only work...DiscussNode.js
Yuvraj Singhblogs.yuvrajsingh.me·Nov 24, 2023Solving SEO Challenges in CRA (and Beyond) Without Switching to Next.jsDevelopers using the Create React App (CRA) or any other basic React framework using Client Side Rendering(CSR) often face a challenge when it comes to implementing dynamic SEO for different pages. The common advice suggests migrating to a Server-Sid...Discuss·1 likeDynamic SEO
John Fáwọléjohnfawole.hashnode.dev·Nov 23, 2023How To Hash Passwords In Node.js Applications Using BcryptAny production-worthy codebase must be secure and safe for its users. Imagine a financial application where the users' passwords are plainly available in the database. Such a product is way more susceptible to malicious attacks. Not long ago, threat ...Raghu S and 1 other are discussing this2 people are discussing thisDiscuss·2 likesNode.js
John FáwọléforBlockchain Alphablockchainalpha.hashnode.dev·Nov 23, 2023How To Hash Passwords In Node.js Applications Using BcryptAny production-worthy codebase must be secure and safe for its users. Imagine a financial application where the users' passwords are plainly available in the database. Such a product is way more susceptible to malicious attacks. Not long ago, threat ...DiscussNode.js
Andyson Mupetaandysonm.hashnode.dev·Nov 22, 2023Building Whinst Part 19: Adding video playing functionalityIn the last 2 articles, I walked you through how I set up file upload and image displaying functionality. In this article, I'll talk about how I set functionality that allows uploaded videos to be played. Video playing functionality📽 To set up video...DiscussBuilding WhinstWeb Development