SaeedinITNEXTBase64 implementation in Rust — Part 2: decodingIn the previous article, we explored how base64 encoding works and successfully implemented it in Rust. Now, let’s delve into the process…May 25, 20231May 25, 20231
SaeedBase64 Implementation in RustLearn how base64 encoding words in theory and practice. We are going to implement this algorithm in Rust.May 16, 2023May 16, 2023
SaeedDeploy Hugo on Github Pages with GitHub ActionsFor the start, you will require two repositories: one to store your Hugo project, and the other to host the GitHub page with the static…Feb 7, 20231Feb 7, 20231
SaeedinBetter ProgrammingGo(lang) and AWS Lambda: Trigger a Lambda Function Through an API GatewayRemove unwanted HTML tags from a URL in your Go applicationFeb 24, 2022Feb 24, 2022
SaeedinAWS TipServerless PHP: Using an Amazon S3 trigger to create thumbnail imagesIn this article, we will see how to trigger a lambda function after an object was uploaded to S3 bucket. We will see how we can use PHP to…Feb 7, 20221Feb 7, 20221
SaeedPHP strict typed arraysPHP has seen many improvements for the last few years, especially adding the type system, which helps us to avoid runtime errors and make…Jun 28, 20214Jun 28, 20214
SaeedBuild a web scraper with SymfonyFor the last few years, scraping websites and gathering information from different sources has become one of the industry’s primary tools…Jun 24, 20211Jun 24, 20211