hnasr Profile Banner
Hussein Nasser Profile
Hussein Nasser

@hnasr

Followers
84K
Following
4K
Media
4K
Statuses
22K

Backend and Database Courses https://t.co/Qonec4YftL YouTube https://t.co/FfDg8cnVCI Author of https://t.co/PcX2tDsIxC Engineer @esri

California, USA
Joined July 2010
Don't wanna be here? Send us removal request.
@hnasr
Hussein Nasser
4 months
All my courses and the order I recommend taking them on https://t.co/phqAIenRgD For updated coupons https://t.co/2exL1Hk83l
5
6
180
@hnasr
Hussein Nasser
2 days
The beauty of Partitioning Partitioning splits a large table horizontally using a partition key column where all rows with the same partition key are placed in their own table called partition. Logically presented the same table remains the same, but as we query the table the
10
27
224
@hnasr
Hussein Nasser
5 days
0
0
8
@hnasr
Hussein Nasser
5 days
Why close a socket connection
1
5
64
@10minutedrill
10 Minute Drill
4 days
🎙️ New Episode: November 11, 2025 -Senate votes to end the shutdown! -Knives out for Chuck Schumer -Democrats are NOT happy -What’s next for Obamacare pandemic subsidies -The end of the Sierra Club -A fond farewell to Nancy Pelosi and her historic insider trading
4
39
115
@hnasr
Hussein Nasser
6 days
What do you find more readable? (this is js) off % 4 off & 3 To me I’m used to the first.
8
0
22
@hnasr
Hussein Nasser
9 days
kill -15 let the kernel send graceful shutdown allowing the process to cleanup. kill -9 does a force kill of a process and doesn't get a chance for the process to gracefully exit. Here is node http-server killed vs shutdown and noticed how it behaved in both scenarios
11
29
297
@hnasr
Hussein Nasser
11 days
testing video content here.
0
0
6
@hnasr
Hussein Nasser
11 days
page faults
2
6
73
@hnasr
Hussein Nasser
13 days
Connection pool helps with unbounded number requests. But watch out for bad defaults. When a frontend connects to a reverse proxy (load balancer, api gateway, cdn etc.) and sends a request, the RP turns around and establishes a connection to the origin backend and forwards the
9
28
214
@hnasr
Hussein Nasser
14 days
full coverage
0
0
7
@hnasr
Hussein Nasser
14 days
6 minutes summary of the RCA, full coverage on YT
1
1
16
@hnasr
Hussein Nasser
14 days
If have 3-5 years of experience in the backend and want to elevate your skills, consider grabbing the Advanced Backend engineering Bundle. It consists of three fundamental courses taken in this order for an effective learning roadmap. 1- Fundamentals of Backend Engineering 2-
5
41
506
@hnasr
Hussein Nasser
14 days
The advanced Backend Engineering Bundle If have 3-5 years of experience in the backend and want to elevate your skills, consider grabbing the advanced Backend engineering Bundle. It consists of three fundamental courses taken in this order for an effective learning roadmap.
0
0
7
@hnasr
Hussein Nasser
14 days
Intermediate Backend Engineering Bundle If you new to backend engineering, built crud apps and want to take your skill to the next level consider grabbing the Intermediate Backend engineering Bundle. It consists of three fundamental courses in this order for an effective
1
0
5
@hnasr
Hussein Nasser
14 days
I added two bundles , The intermediate backend engineering and advanced backend engineering check them out https://t.co/bLUZlHqv5L
1
0
1
@TanelPoder
Tanel Poder 🇺🇦
24 days
Announcing my new Oracle Optimizer, Partitioning and I/O-Intensive Database Handling Deep Dive Training! If you run serious Oracle workloads on-premises or in the cloud and want to learn some practical *and* new things this year, this is it! https://t.co/wn6vvjDgq2
2
5
20
@hnasr
Hussein Nasser
15 days
Page tables provide the mapping between virtual memory and physical memory for each process. This means it needs to be as efficient and as fast as possible I explore the inner workings of page tables in the next episode of the backend engineering show Episode Live for members.
5
47
314
@hnasr
Hussein Nasser
15 days
@hnasr
Hussein Nasser
16 days
They finally posted the details On October 19 2025 AWS experienced an outage that lasted over a day, we knew it was due to dynamodb DNS resolution failure but never knew what caused the failure. 10 days later we finally got the detailed root cause analysis and we know exactly
3
8
94
@hnasr
Hussein Nasser
15 days
full RCA
aws.amazon.com
1
1
31
@hnasr
Hussein Nasser
16 days
They finally posted the details On October 19 2025 AWS experienced an outage that lasted over a day, we knew it was due to dynamodb DNS resolution failure but never knew what caused the failure. 10 days later we finally got the detailed root cause analysis and we know exactly
11
50
447
@hnasr
Hussein Nasser
16 days
When you fix a bug and you understand the truth behind it surfacing, you level up as an engineer. For example, it may be tempting to add a null pointer check to fix a crash, but it is 10 times as hard to understand how this null pointer came to be. This is especially true in a
5
13
221