Build a Serverless Workflow: AWS Lambda + Textract (Sync & Async with SNS + SQS) — Step‑by‑Step GuideAutomate Document Processing at Scale Using AWS Serverless ServicesAug 21, 2025·12 min read·4
Why is Javascript Debounce important for our Web ApplicationsOne of the biggest mistakes we can see when optimizing existing code is the absence of the debounce function. When we use Javascript for our web applications or even frameworks like React, Vue, and Angular, a debounce function is essential to ensuri...Aug 20, 2021·3 min read·953
10 Awesome Ruby Gems for Ruby on Rails Web DevelopmentRuby on Rails is one of the most popular for developing web applications with influential features that aid to increase the speed of your web app development utilizing an MVC pattern. It is intended in such a manner that it can be simply prolonged e...Aug 12, 2021·4 min read·875
How to improve your commit messages with Commitizen for your node.js projectsWhen are working on several projects a common problem could be the different conventions or standardization with the commits, to that kind of problem can be used Commitizen which will create an easy and good integration with your projects. A benefit...Aug 11, 2021·3 min read·1.0K
What is Jamstack and Why is revolutionizing web development?What is Jamstack? Jamstack is a Modern web development architecture based on client-side JavaScript, reusable APIs, and prebuilt Markup. Jamstack is an architecture designed to make the web faster, more secure, and easier to scale. It builds on many ...Aug 9, 2021·6 min read·826
How use console.log like a ProThe console.log() is one of the most famous javascript methods for every developer, due that help us to do a quick check about problems in our code in some cases. There are some other different ways to make your debugging process a lot easier with co...Jul 23, 2021·4 min read·4.2K
The Best Google Chrome Extensions for developers (Part #1)Every developer has a collection of a Chrome extension that uses during their daily routine due to the different benefits in saving our time and do the work easier. During this post, we will see some awesome Chrome extensions for developers. Colorzil...Jul 21, 2021·5 min read·1.4K