Week 2 Scripting Challenge: Caesarian Cipher
Week 2 Security Challenge: Caesar Cipher 💡 Following along? All exercises are open‑source! ⭐️ Star the AppSec‑Exercises repohttps://github.com/fosres/AppSec-E...
Week 2 Security Challenge: Caesar Cipher 💡 Following along? All exercises are open‑source! ⭐️ Star the AppSec‑Exercises repohttps://github.com/fosres/AppSec-E...
Overview The task is to implement a function that mimics the immutability helper. It applies changes to data without mutating the original value by interpretin...
Problem Find the Peak Element in a 2D Matrix GeeksforGeeks problem linkhttps://www.geeksforgeeks.org/problems/find-the-peak-element-in-a-2d-matrix/1 Difficulty...
React Tic‑Tac‑Toe Implementation Component Code javascript import { useState } from 'react'; import './styles.css'; function Square{ value, onClick } { return...
!Cover image for New Free React Challenge: Countdown ⏱️https://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/https%3A%2F%...
Advent of Code 2024 Day 25https://adventofcode.com/2024/day/25 Part 1 A cool way to end the year. This seems like a fun challenge, and I’m excited to attempt it...
Taking on a new challenge: solving GeeksforGeeks POTD daily and sharing my solutions! 💻🔥 The goal: sharpen problem‑solving skills, level up coding, and learn...
Problem Bus Conductor – GeeksforGeekshttps://www.geeksforgeeks.org/problems/bus-conductor--170647/1 Difficulty: Easy Accuracy: 75.3% Examples Example 1 - Input...
DSA - Reviewed notes on DSA. - Solved the Two Sum problem using a hashmap and the complement technique. - Instead of storing each element and checking sums, st...
Task Implement a function that replaces undefined values with null throughout a given input, handling primitives, arrays, and objects recursively. Approach 1....
Problem Link https://leetcode.com/problems/gas-station/https://leetcode.com/problems/gas-station/ !leetcode 134https://media2.dev.to/dynamic/image/width=800%2C...
I originally posted this post on my bloghttps://canro91.github.io/2025/12/13/AoC7/. This year, I'm following the Advent of Code. I challenged myself to write “f...