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
sudo apt install php8.5-cli php8.5-common php8.5-mysql php8.5-pgsql php8.5-xml php8.5-curl php8.5-mbstring php8.5-zip php8.5-gd php8.5-fpm
GIT_SSL_NO_VERIFY=true git clone ...

git config --global http.sslVerify false
Makefile Tips

Use Parent Makefile:
include ../Makefile


Change Dir and Use Different Makefile:
%:
cd .. && $(MAKE) $@


#makefile
sudo apt install gh

gh auth login

git init && git add . && git commit -m "Init" && gh repo create your-new-project --private --source=. --push
Claude Cli Hints
/clear
@index.php refactor auth function
/rewind # rollback last bad changes
В алкомаркете появилась оплата ладонью.
😭2🤡1
How to Rule the World)
Чувствую себя РосКомНадзором)
Err
Error response from daemon: client version 1.41 is too old. Minimum supported API version is 1.44, please upgrade your client to a newer version


Solution
mkdir -p ~/.docker/cli-plugins/                                                                                                                                                                                                  
curl -SL https://github.com/docker/compose/releases/latest/download/docker-compose-linux-x86_64 -o ~/.docker/cli-plugins/docker-compose
chmod +x ~/.docker/cli-plugins/docker-compose
sudo apt install ripgrep
apt update