Smart 🧠 Fullstack
45 subscribers
168 photos
11 videos
13 files
153 links
About channel: everyday developer hints.

for (💲Coders as 💲Student):
echo("Hello 💲Student->name");
endfor;

Author: @BakirovRoman
Download Telegram
echo 'Hello World'; # Test Telegram code highlight feature
#ngrok #webhook #telegram
How to debug telegram bot webhook / or any other webhook locally.
Medium
Forwarded from Laravel World
👉 Get #IP by #domain:
Command:
dig +short stackoverflow.com

Result:
104.18.32.7
172.64.155.249


P.S. Useful for check site IP after change DNS CNAME / A records.
Get system timers list:
systemctl list-timers

#Linux
This media is not supported in your browser
VIEW IN TELEGRAM
👍1😁1
#Arduino fix not detected board / port on Ubuntu.
sudo apt remove brltty
Detect f*cking biggest dir ("Arduino IDE" 200Gb with log)
du -Sh /* 2>/dev/null | sort -rh | head -20
🤮1
#Linux #snap install from file
sudo snap install --dangerous <file-*.snap>
Forwarded from RESTful api
Docker commands cheat sheet
👍1
#PHP #PhpStorm #warning

Multiple definitions exist for class 'Throwable'


1️⃣ Every time:
/** @noinspection PhpMultipleClassDeclarationsInspection */


2️⃣ Once:
1) Ctrl + Click
2) Project ➡️ Select Opened File
3) Right Click
4) Override File Type ➡️ Plain Text
Forwarded from QA Family by Alexey (Alexey)