Posted inUncategorized AWS Lambda Function + API Gateway for Absolute Beginners. Posted by By Sami Samiudidn December 20, 2024 Contents: Introduction & Goal Why Use Lambda anyways? Two Real Life Lambda Use Cases Local…
Posted inUncategorized Some ways to improve bug fixing.. Posted by By Sami Samiudidn December 20, 2024 Bugs will happen whether you like it or not. But it pays off to know…
Posted inUncategorized Using Stripe with Laravel/PHP (Stripe connect) Posted by By Sami Samiudidn December 20, 2024 What we’ll cover: Overview Enabling Stripe-Connect account The On-boarding Process Generating On-boarding Link On-boarding verification…
Posted inUncategorized Distractions aren’t bad if you can control when you’re distracted! Posted by By Sami Samiudidn December 20, 2024 You think you’re doing great after a distraction but you’re not. I thought I was!…
Posted inUncategorized Avoiding Bugs when working with Percentage (%) values in your application Posted by By Sami Samiudidn December 20, 2024 The idea is that if we have a proper understanding between frontend and the backend…
Posted inUncategorized Git rebase — How to clean merge history log and squash commits Posted by By Sami Samiudidn December 20, 2024 Cleaning up merge mess I have people working on different branches. Each person has made…
Posted inUncategorized How we handled user Invoices background process after downtime Posted by By Sami Samiudidn December 20, 2024 Most people don’t ever think what will happen to the data if background processes stopped…
Posted inUncategorized How not to ruin your data after downtime Posted by By Sami Samiudidn December 20, 2024 Sometimes it’s best to create a nice interface for the users and let them fix…
Posted inUncategorized Bruteforcing a login page without recaptcha Posted by By Sami Samiudidn December 20, 2024 Most people don’t realize but it’s very easy to Bruteforce login pages and find the…
Posted inUncategorized Always validate 3rd API data. Here’s why! Posted by By Sami Samiudidn December 20, 2024 This is what I think, hear me out. Just because the data is coming from…