Skip to content
Navigation menu
Search
Powered by Algolia
Search
Log in
Create account
DEV Community
Close
#
intermediate
Follow
Hide
Posts
Left menu
đź‘‹
Sign in
for the ability to sort posts by
relevant
,
latest
, or
top
.
Right menu
AWS AWS Security Groups vs NACLs: (Stateful vs Stateless explicado fácil para proteger tus cargas de trabajo)
Oscar Gaviria
Oscar Gaviria
Oscar Gaviria
Follow
Jan 21
AWS AWS Security Groups vs NACLs: (Stateful vs Stateless explicado fácil para proteger tus cargas de trabajo)
#
aws
#
networking
#
security
#
intermediate
7
 reactions
Comments
4
 comments
6 min read
Day 58: Python Run-Length Encoding (RLE) – Compress Strings Like a Pro with This Ultra-Simple O(n) Trick
Shahrouz Nikseresht
Shahrouz Nikseresht
Shahrouz Nikseresht
Follow
Dec 8 '25
Day 58: Python Run-Length Encoding (RLE) – Compress Strings Like a Pro with This Ultra-Simple O(n) Trick
#
challenge
#
python
#
intermediate
#
programming
Comments
Add Comment
2 min read
Day 57: Python GCD & LCM with Euclidean Algorithm, Lightning-Fast Divisor Math That's 2000+ Years Old (And Still Unbeatable)
Shahrouz Nikseresht
Shahrouz Nikseresht
Shahrouz Nikseresht
Follow
Dec 7 '25
Day 57: Python GCD & LCM with Euclidean Algorithm, Lightning-Fast Divisor Math That's 2000+ Years Old (And Still Unbeatable)
#
challenge
#
python
#
intermediate
#
algorithms
Comments
Add Comment
3 min read
Day 56: Python Fibonacci nth Term – Blazing Fast O(n) Iterative Solution with O(1) Space (No Recursion!)
Shahrouz Nikseresht
Shahrouz Nikseresht
Shahrouz Nikseresht
Follow
Dec 6 '25
Day 56: Python Fibonacci nth Term – Blazing Fast O(n) Iterative Solution with O(1) Space (No Recursion!)
#
challenge
#
python
#
intermediate
#
programming
Comments
Add Comment
2 min read
Day 54: Python Summary Ranges – Compress Sorted Unique Integers into Minimal "a->b" Strings Like LeetCode Pros
Shahrouz Nikseresht
Shahrouz Nikseresht
Shahrouz Nikseresht
Follow
Dec 4 '25
Day 54: Python Summary Ranges – Compress Sorted Unique Integers into Minimal "a->b" Strings Like LeetCode Pros
#
challenge
#
python
#
intermediate
#
programming
Comments
Add Comment
3 min read
Day 55: Python Calculate Mean & Median Manually – No Statistics Module, Just Pure Python Power
Shahrouz Nikseresht
Shahrouz Nikseresht
Shahrouz Nikseresht
Follow
Dec 5 '25
Day 55: Python Calculate Mean & Median Manually – No Statistics Module, Just Pure Python Power
#
challenge
#
python
#
intermediate
#
programming
Comments
Add Comment
3 min read
Day 53: Python Count Overlapping Substrings – The Hidden Limitation of str.count() and the Perfect Sliding Window Fix
Shahrouz Nikseresht
Shahrouz Nikseresht
Shahrouz Nikseresht
Follow
Dec 3 '25
Day 53: Python Count Overlapping Substrings – The Hidden Limitation of str.count() and the Perfect Sliding Window Fix
#
challenge
#
python
#
intermediate
#
programming
Comments
Add Comment
3 min read
Day 52: Python Longest Continuous Increasing Subarray – Find the Maximum Length of Strictly Increasing Adjacent Elements in O(n)
Shahrouz Nikseresht
Shahrouz Nikseresht
Shahrouz Nikseresht
Follow
Dec 2 '25
Day 52: Python Longest Continuous Increasing Subarray – Find the Maximum Length of Strictly Increasing Adjacent Elements in O(n)
#
challenge
#
python
#
intermediate
#
programming
1
 reaction
Comments
Add Comment
3 min read
Day 51: Python First Unique Character – Find the First Non-Repeating Char in String with Hash Map Magic
Shahrouz Nikseresht
Shahrouz Nikseresht
Shahrouz Nikseresht
Follow
Dec 1 '25
Day 51: Python First Unique Character – Find the First Non-Repeating Char in String with Hash Map Magic
#
challenge
#
python
#
intermediate
#
programming
1
 reaction
Comments
Add Comment
2 min read
Day 50: Python Group Anagrams – The Cleanest O(n * m log m) Way to Cluster Words by Letter Signature
Shahrouz Nikseresht
Shahrouz Nikseresht
Shahrouz Nikseresht
Follow
Nov 30 '25
Day 50: Python Group Anagrams – The Cleanest O(n * m log m) Way to Cluster Words by Letter Signature
#
challenge
#
python
#
intermediate
#
programming
1
 reaction
Comments
Add Comment
2 min read
Day 49: Python Playlist Shuffler – True Unbiased Random Shuffle with Fisher-Yates Algorithm
Shahrouz Nikseresht
Shahrouz Nikseresht
Shahrouz Nikseresht
Follow
Nov 29 '25
Day 49: Python Playlist Shuffler – True Unbiased Random Shuffle with Fisher-Yates Algorithm
#
challenge
#
python
#
intermediate
#
programming
1
 reaction
Comments
Add Comment
3 min read
Day 47: Python Rotate Array to Right by K Steps – Master the Elegant Slicing Trick in One Line
Shahrouz Nikseresht
Shahrouz Nikseresht
Shahrouz Nikseresht
Follow
Nov 27 '25
Day 47: Python Rotate Array to Right by K Steps – Master the Elegant Slicing Trick in One Line
#
challenge
#
python
#
intermediate
#
programming
1
 reaction
Comments
Add Comment
3 min read
Day 48: Python Merge Two Sorted Lists - Master the Two-Pointer Technique in Pure O(n)
Shahrouz Nikseresht
Shahrouz Nikseresht
Shahrouz Nikseresht
Follow
Nov 28 '25
Day 48: Python Merge Two Sorted Lists - Master the Two-Pointer Technique in Pure O(n)
#
challenge
#
python
#
intermediate
#
programming
1
 reaction
Comments
Add Comment
3 min read
Day 46: Python Moving Average Calculator, Optimized Sliding Window for Simple Moving Average Computation
Shahrouz Nikseresht
Shahrouz Nikseresht
Shahrouz Nikseresht
Follow
Nov 26 '25
Day 46: Python Moving Average Calculator, Optimized Sliding Window for Simple Moving Average Computation
#
challenge
#
python
#
intermediate
#
programming
1
 reaction
Comments
Add Comment
2 min read
Day 45: Python Majority Element Finder, Boyer-Moore Voting Algorithm for Efficient Detection in Arrays
Shahrouz Nikseresht
Shahrouz Nikseresht
Shahrouz Nikseresht
Follow
Nov 25 '25
Day 45: Python Majority Element Finder, Boyer-Moore Voting Algorithm for Efficient Detection in Arrays
#
challenge
#
python
#
intermediate
#
programming
1
 reaction
Comments
Add Comment
2 min read
đź‘‹
Sign in
for the ability to sort posts by
relevant
,
latest
, or
top
.
We're a place where coders share, stay up-to-date and grow their careers.
Log in
Create account