soy devs – Telegram
soy devs
97 subscribers
82 photos
14 videos
5 files
41 links
- Typenoscript/Javanoscript
- Nvim and linux enthusiast
- A 2nd year SWE student @ HiLCoE
- github.com/zekariyasamdu

Follow along as I build projects.
Download Telegram
1. Logic / Problem Solving
- How well a developer reasons about problems
2. Architecture/system design
- ability to design scalable systems
3. Tool mastery.
- How will you are familiar with your tech stack
4. Pace/ Excution speed
- How quick a developer goes from idea to correct implementation
5. Correct /reliability.
- how often the code works as intended
6. Creativity
- Original thinking and elegance
7. Testing
- how will a dev validate their code?
8. Resilience.
- how a dev handles pressure failure in complexity
😭1
soy devs
1. Logic / Problem Solving - How well a developer reasons about problems 2. Architecture/system design - ability to design scalable systems 3. Tool mastery. - How will you are familiar with your tech stack 4. Pace/ Excution speed - How quick a developer…
I was thinking of ways on how to rate a developer skills and this are the importance stats I came up with. A FIFA type rating system, but for stats like logic, architecture, tool mastery, pace, correct, creativity, test and resilience. 😭😭😂😂
am fighting my linter more than coding
check out this kick ahh earplugs
Forwarded from Y🦇
Linux users will breathe through the terminal if they can
Main linux commands

## Files & Directories
ls list files
cd change directory
pwd show current directory
mkdir create directory
rmdir remove empty directory
cp copy files/directories
mv move or rename
rm delete files

## Viewing & Editing Files
cat print file contents
less view file
head first lines of file
tail last lines of file
vim editor

## Searching & Finding
find find files
grep search text inside files

## Package Management
apt update refresh package list
apt upgrade upgrade installed packages
apt install install package
apt remove remove package
apt autoremove clean unused deps

## System Info & Monitoring
top running processes
htop better top (if installed)
ps process status
df -h disk usage
du -sh folder size
free -h memory usage
uptime system running time

## Permissions & Ownership
chmod change permissions
chown change owner
whoami current user
id user info

## Networking
ip a network interfaces
ping check connectivity
curl fetch data from URLs
wget download files
ssh remote login
scp copy over ssh

## Process Control
kill stop process
killall stop by name
bg resume job in background
fg bring job to foreground
jobs list background jobs

## Archives & Compression
tar archive files
gzip compress
gunzip decompress
zip zip files
unzip unzip files


## Environment & Shell
env environment variables
export set env var
alias create shortcut
history command history
clear clear terminal

## Power-user
| pipe output
> redirect output
>> append output
&& run next if success
|| run next if failure
that’s enough anthropology for today 💔
🤨2😭2
The next time I see an AI startup on linkedin I will blow my brain out
“Maybe AGI was the agents we made along the way.”
😁3
pov: how it feels sacrificing ur github contribution graph because you low-key need to study for the final exam
😭6
Forwarded from xdagiz (xᴅᴀɢɪᴢ (vim btw))
This media is not supported in your browser
VIEW IN TELEGRAM
I'm dropping xytz - a TUI app that lets you download YouTube Videos all from the terminal.

- Written in Go
- Powered by yt-dlp

Core features
- Search YouTube from the terminal
- Download full playlists
- Download videos from a specific channel
- Resume unfinished downloads

Get it from github: github.com/xdagiz/xytz

or if you have go installed:
go install github.com/xdagiz/xytz@latest


If you wanna support by starring the repo: github.com/xdagiz/xytz contributions and issues are welcome.
🔥4
I can’t with this clanker😭😭😭
😭4