Rashwan Lazkani

Rashwan Lazkani @rashwanlazkani

About: Solution Architect @ Polestar, AWS Community Builder

Location:
Gothenburg, Sweden
Joined:
Dec 21, 2021

Rashwan Lazkani
articles - 20 total

How to Effectively Handle Caching in Your Application: Lazy Loading vs Write-Through

Caching is a powerful technique for optimizing application performance, reducing database load, and...

Learn More 1 0Nov 26 '24

Building an AI-Powered iOS Chat App with Amazon Bedrock and Swift

This post will teach you to create a native iOS app using Amazon Bedrock to build AI-powered chat and...

Learn More 16 7Oct 31 '24

Securing Your REST API with JWT Authorizers and Amazon Cognito

Most applications today expose an API to facilitate seamless interaction with their features and...

Learn More 4 1Oct 31 '24

How to set up AWS Budget Alerts to prevent surprises

In this post, I'll explain how to set up an AWS Budget Alert and why it's important. Why is...

Learn More 6 0Mar 15 '24

Implement AWS Lambda Advanced Logging Controls using Infrastructure as Code

Some time ago, AWS release advanced logging controls for AWS Lambda. This gives developers and...

Learn More 6 2Dec 22 '23

Building an Amazon Bedrock App for Text and Image Retrieval

Introducing Amazon Bedrock, a fully managed service, that provides a range of top-performing...

Learn More 16 2Oct 14 '23

Mobile app with a serverless backend

So you have you mobile application and do now realize that you need a backend service but you don't...

Learn More 2 0Nov 21 '22

Serverless - what should I have thought about?

I have been working with serverless for about 2 years now and I really like it and can recommend...

Learn More 4 0Nov 18 '22

Amazon Athena query S3 data using SQL

Amazon Athena is an interactive query service that makes it easy to analyze data in Amazon S3 using...

Learn More 6 0Nov 16 '22

AWS EventBridge the serverless event bus

Okey so let's talk about Amazon EventBridge! What is Amazon EventBridge? Amazon...

Learn More 9 0Nov 15 '22

Gamification in your daily development

Development is fun and if you want to spice it up you could make a gamification plan for your...

Learn More 3 1Sep 11 '22

Setting up TypeScript with NodeJS

Welcome! The other day when I was setting up TypeScript with a Node project, I thought...

Learn More 12 0Sep 3 '22

Deploy AWS resources using serverless framework

In this article I will show you how you can deploy your AWS resources using the serverless framework...

Learn More 8 0Aug 25 '22

Caching Strategies in AWS

Hi, In this post I will provide you some caching strategies that could be useful when using AWS....

Learn More 4 0Jul 26 '22

Managing AWS S3 using AWS CLI

AWS S3 Amazon Simple Storage Service (Amazon S3) is an object storage service offering...

Learn More 8 0Jul 18 '22

Why AWS SQS FIFO?

Hello, Something I often stumble on is the question "Why shall I use SQS FIFO?" and "How shall we...

Learn More 2 0Jun 27 '22

Git command tips: git amend

A very powerful yet maybe not so common git command is the amend command. Consider the following...

Learn More 5 0Feb 3 '22

TODO app architecture using AWS and serverless

In this article I´m going to go through how the architecture could look like for a ToDo app using...

Learn More 10 0Jan 11 '22

Git cheat sheet for daily use

Here is a collection of useful Git commands that I use and that could be helpful to you when working...

Learn More 10 0Dec 30 '21

Apple Push Notifications through AWS SNS and SwiftUI

This article will show you how you can setup Apple Push Notifications (APNS) and send push messages...

Learn More 12 2Dec 22 '21