The Unsung Traits of Exceptional Senior Software EngineersIn the world of software development, senior software engineers are often recognized for their exceptional technical expertise, leadership…Apr 10, 2023Apr 10, 2023
Published inPython in Plain EnglishMastering Python for Java Developers: 8 Key Differences to Boost Your Coding SkillsAs a Java developer transitioning to Python, I’ve found that understanding the differences between the two languages is crucial for a…Apr 9, 2023Apr 9, 2023
Published inPython in Plain EnglishA Practical Guide to Migrating Synchronous Python Code to AsynchronousAs developers, we constantly strive to create efficient and high-performing applications. One approach to achieving this is by leveraging…Mar 26, 2023Mar 26, 2023
Published inTowards AWSAWS Resources: Unlocking the Key to Effective Reuse and Avoidance PracticesNavigating the world of AWS resources can be challenging, particularly when deciding whether to reuse or avoid certain resources. In this…Mar 25, 2023Mar 25, 2023
Published inTowards AWSAWS Cost Optimization: How to Build and Run a Website on a BudgetBuilding and running a website can be costly, but AWS offers cost-effective tools and services to help you save money. In this blog post…Mar 25, 20231Mar 25, 20231
Published inAWS in Plain EnglishHow to Build a Concurrency Limiting Job Scheduler Using AWS StepFunction and Lambda — Part 2Implement using AWS StepFunction and Lambda.Dec 31, 20211Dec 31, 20211
Published inAWS in Plain EnglishHow to Build a Concurrency Limiting Job Scheduler Using AWS StepFunction and LambdaA serverless solution to build a job scheduler that executes several jobs by maintaining max concurrency (Part 1/2).Dec 20, 2021Dec 20, 2021
Published inAWS in Plain EnglishAWS StepFunction and the Importance of Idempotent FunctionsAWS StepFunction allows you to build decoupled applications by letting you orchestrate microservices in an asynchronous and event-driven…Jun 16, 2021Jun 16, 2021
Published inAWS in Plain EnglishHow On-Demand Provisioning Your ECS/Serverless Apps Can Save You MoneyAn application is provisioned(or started) rwhen you need it and taken down when it’s not in use. That’s on-demand provisioning and in the…Jun 7, 2021Jun 7, 2021
10 Practical Tips for writing clean and readable Java codeNo matter what style convention you adhere to, you need to stick to it. It doesn’t matter how many spaces you use for ident, just be…May 30, 2021May 30, 2021