Abdelrahman Dwedar

Abdelrahman Dwedar @abdelrahman_dwedar

About: Backend developer with 3+ years' experience in Laravel, Django & PostgreSQL. Skilled in full-stack dev, APIs, and scalable solutions. Open to new opportunities!

Location:
Cairo, Egypt
Joined:
Oct 6, 2021

Abdelrahman Dwedar
articles - 11 total

Bloom Filters Applied In Real-Life Application - Laravel Prototype

As software engineers, we frequently encounter system design problems, and determining whether something is unique or exists in a table is one of the more frustrating issues we face, as it requires a full-table scan! I explained why we use bloom filters with a realistic example and developed a prototype in Laravel and Redis.

Learn More 0 0Mar 20

The Actual Difference Between Lambda and Regular Functions (Using PHP)

The Problem Of Function Context When we pass a function as a parameter or something like...

Learn More 1 1Jan 29

The Effect Of Communities On Us

In this article, I'm going to talk about communities, their good, bad, and ugly. Having a look at how...

Learn More 2 1Jun 29 '23

JavaScript Struggles - Part 7 | functions

Function in JavaScript just like most other languages is here to write less code and eliminate...

Learn More 8 1Feb 25 '23

JavaScript struggles - part 6 | truthy & falsy values

When we use most of programming languages or scripting languages we have some values that isn't a...

Learn More 5 0Jul 21 '22

JavaScript Struggles - Part 5 | Data Types

Hey there! 👋🏻 We're now going to explain the data types of JavaScript, I'm only going to talk this...

Learn More 3 2Jun 29 '22

JavaScript Struggles - Part 4 | Comparing

Here we go again! This one is very easy but we all have to know it, you may already heard about it...

Learn More 4 0Nov 28 '21

JavaScript Struggles - Part 3 | String Auto Converting

One of the weirdest things that JS do is converting string variable to numbers by itself. When does...

Learn More 9 4Nov 19 '21

JavaScript Struggles - Part 2 | Numbers

I personally didn't understand how do JS act with number, but after I learnt about it. We have to...

Learn More 5 4Oct 30 '21

JavaScript Struggles - Part 1 | Defending Variables

Defending variables in JS have its own way. We have three ways to defend a variable let,...

Learn More 5 2Oct 27 '21

What language do I start with? (personal opinion)

How can we choose our first languages? 🤔 We have to take 5 main standards into...

Learn More 13 4Oct 16 '21