૮
• ᴥ •
ა
</>
Rasel Shikdar
about
me
random🪄
📃
simple
tech
non-tech
ফিশিং অ্যাটাক কি? কেন ও কিভাবে হয়?
2024-09-10・ফিশিং একটি ইংরেজি শব্দ। এর মানে হলো প্রতারণা বা ধোকা দেওয়ার মাধ্যমে কারো নিকট থেকে তার ব্যক্তিগত বা ব্যাংক লেনদেন গত কোন তথ্য হাতিয়ে নেওয়া
#log
#vr
2024 Mac Setup for Web Development (updated)
2024-04-27・web dev setup
#mac
#webdev
Rust - Command Line Arguments
2024-03-30・everybody clap
#rust
cli
Publish your Rust Project on Homebrew using GitHub Releases
2024-03-25・i released my first rust project
#rust
#homebrew
[Side Project] Pomosh written in Rust
2024-03-22・command line pomodoro timer
#side-project
#retrospect
Use ANSI codes to clear the terminal screen in Rust
2024-03-21・should work in all OS
#rust
Rust - Fast I/O
2024-03-19・competetive programming with rust
#rust
#ps
How to update the email associated with existing GPG key
2024-03-08・gpg setup
#git
#gpg
Bypass passphrase when cloning SSH repositories in GitHub
2024-03-08・i had to clone all of my repositories
#git
Unarchive all repositories using gh
2024-03-06・no need to visit github
#git
#gh
Clone all repositories using gh
2024-03-06・i changed my username and had to fix all
#git
#gh
[Side Project] YourTrack - Retrospect
2024-02-19・visualize your top tracks from the spotify
#side-project
#retrospect
PKCE Authorization Code Flow
2024-02-18・user authorization
#PKCE
#OAuth
[Design Pattern] Factory Pattern
2024-02-14・creational pattern
#design-pattern
Dynamically Generate Open Graph Images Using Cloudinary
2024-02-11・easy to generate og-image
#cloudinary
#og-image
[Design Pattern] Command Pattern
2024-02-10・behavioral pattern
#design-pattern
How to resolve 404 error on Vercel (React + Vite)
2024-02-08・configuring vercel.json
#vite
#react
How to change commit author and email using git filter-repo
2024-02-07・git filter-repo
#git
Ordering CSS Properties
2024-02-06・do you organize your properties?
#css
Quickest way to pad zeroes in JavaScript
2024-02-05・string.prototype.padStart
#javascript
How to batch sign previous commits
2024-02-03・sign all of your previous commits
#git
How to sign previous commits
2024-02-03・sign your commits
#git
Sign your commits with a GPG key
2024-02-02・setup guide to sign your github commits
#git
Map vs. Weak Map
2023-07-12・weakly referenced objects
#data-structure
[Side Project] Things I Want
2023-07-09・list of things i want to own
#side-project
#retrospect
Group by data types
2023-07-05・interview question
#algorithm
Primality Test
2023-04-03・too many ways to test for prime numbers
#algorithm
#primes
Array filter vs. map
2023-02-13・predicate vs. callback
#javascript
#array