devgleb's profile picture. 👶 Dad 🧑‍💻Backend developer 💙 love coding, architecture and dogs. 🕸️ I share my knowledge in web development. #buildinpublic

Gleb Varganov

@devgleb

👶 Dad 🧑‍💻Backend developer 💙 love coding, architecture and dogs. 🕸️ I share my knowledge in web development. #buildinpublic

置顶

🚀Hey, developers! I want to present my small project, that i build in pubic, which I hope will cheer you up! Magic predictions for developers. I don't have much of an audience and I would appreciate likes and retweets! devmancy.com #buildinpublic #devmancy @devmancy

devgleb's tweet image. 🚀Hey, developers!
I want to present my small project, that i build in pubic, which I hope will cheer you up! Magic predictions for developers. I don't have much of an audience and I would appreciate likes and retweets! devmancy.com

#buildinpublic #devmancy @devmancy

Gleb Varganov 已转帖

Some of the Most Intriguing Moments from History. A Thread🧵 1. Saddam Hussein captured by the United States military in December 2003

VertigoWarrior's tweet image. Some of the Most Intriguing Moments from History. A Thread🧵

1. Saddam Hussein captured by the United States military in December 2003

Gleb Varganov 已转帖

Want icons? This are my go to sites: ⏤ css .gg ⏤ icones.js .org ⏤ lucide .dev ⏤ feathericons .com ⏤ remixicon .com ⏤ heroicons .com ⏤ tabler-icons .io 100% Free and stunning


Gleb Varganov 已转帖

What a great start of year that would be! 👨🏻‍💻☕️ #devmancy @devgleb

akshitarora0907's tweet image. What a great start of year that would be! 👨🏻‍💻☕️
#devmancy
@devgleb

Funny image, but true 😀

If being a senior engineer means having meetings non-stop, I think I’ll stay at the “engineer” level.

catalinmpit's tweet image. If being a senior engineer means having meetings non-stop, I think I’ll stay at the “engineer” level.


Since I had to buy a new VPS for the #devmancy deployment and the task arose of transferring old unused domains to it, I decided to make a coming soon page. I decided to make it as a template and share it with you. #buildinpublic


Great list!

Here are my favorite 16 Laravel packages📦 I would immediately DIE without them! 🧵Keep Reading



Gleb Varganov 已转帖

💡 If you're running PHP or Laravel apps in production you're probably using nginx and php-fpm. But do you actually know what these terms mean? - CGI - FastCGI - php-fpm - How do they connect to nginx? Let's find out! 🧵 Keep Reading

mmartin_joo's tweet image. 💡 If you're running PHP or Laravel apps in production you're probably using nginx and php-fpm.

But do you actually know what these terms mean?
- CGI
- FastCGI
- php-fpm
- How do they connect to nginx?

Let's find out! 

🧵 Keep Reading
mmartin_joo's tweet image. 💡 If you're running PHP or Laravel apps in production you're probably using nginx and php-fpm.

But do you actually know what these terms mean?
- CGI
- FastCGI
- php-fpm
- How do they connect to nginx?

Let's find out! 

🧵 Keep Reading

Today I set up the server, I’m putting the finishing touches on it and I’ll show you the project very soon 🔜 #devmancy #buildinpublic


Gleb Varganov 已转帖

Here is how @1000_tools crossed $2000 (€1,932) MRR in 45 days! Many have asked what strategy I've followed, what I've done on X, and how I planned my PH launch. All of this was documented on X. From the start, in chronological order 👇

dgut_'s tweet image. Here is how @1000_tools crossed $2000 (€1,932) MRR in 45 days!

Many have asked what strategy I've followed, what I've done on X, and how I planned my PH launch.

All of this was documented on X.

From the start, in chronological order 👇

Spend an evening to configure new vps. Now I’m in Ubuntu 22.04 (before was 18), so new fresh vps that waiting new projects. Thanks @AmbrozicMarko for advices! In a step closer to show #devmancy #buildinpublic


About #devmancy. Finishing with first version and I hope I upload it to production in a few days #buildinpublic


Yesterday was inactive here, because I had a birthday. Now I’m 32. Waiting that this year will be interesting! 🎉


🚀Devs, I don't know why, but one of my favourite method when i'm working with Models, is updateOrCreate(). Check if a record exists and update it, or create a new one seamlessly: #LaravelTips #PHP

devgleb's tweet image. 🚀Devs, I don't know why, but one of my favourite method when i'm working with Models, is  updateOrCreate().  Check if a record exists and update it, or create a new one seamlessly:
#LaravelTips #PHP

🚀 Did you know that in #Laravel, you can fine-tune your Collections with precision? ✨ Leverage the whereInstanceOf method to filter collections by a specific class type. Perfect for consolidating data from diverse sources like polymorphic relationships. 💻🔍 #LaravelTips #PHP

devgleb's tweet image. 🚀 Did you know that in #Laravel, you can fine-tune your Collections with precision? ✨ Leverage the whereInstanceOf method to filter collections by a specific class type. Perfect for consolidating data from diverse sources like polymorphic relationships. 💻🔍 #LaravelTips #PHP

Did you know, that replicate method lets you create an unsaved model, enabling seamless chaining of your favourite model methods. 🎨 For instance, effortlessly copy a model and append "(copy)" to the title for easy identification. Your models, your rules! 💻🔗 #LaravelTips #PHP

devgleb's tweet image. Did you know, that replicate method lets you create an unsaved model, enabling seamless chaining of your favourite model methods. 🎨 For instance, effortlessly copy a model and append "(copy)" to the title for easy identification. Your models, your rules! 💻🔗 #LaravelTips #PHP

✨ Simplify your HTTP requests in #Laravel! 🚀 Did you know about the versatile when method in the PendingRequest class from the Http facade? 🌐 Unify your logic and eliminate if statements. Here's an example for secure, elegant code. Your choice, your style! 💻👌 #Laravel #PHP

devgleb's tweet image. ✨ Simplify your HTTP requests in #Laravel! 🚀 Did you know about the versatile when method in the PendingRequest class from the Http facade? 🌐 Unify your logic and eliminate if statements. Here's an example for secure, elegant code. Your choice, your style! 💻👌 #Laravel #PHP

⚠️ Guard your secrets in #Laravel development! 🛡️ Never track your .env file on Git—it's a vault of sensitive info. 🤐 Keep it safe and sound by adding it to your .gitignore. Remember, most data leaks happen close to home. Stay secure! 💻🔐 #LaravelTips #SecurityFirst

devgleb's tweet image. ⚠️ Guard your secrets in #Laravel development! 🛡️ Never track your .env file on Git—it's a vault of sensitive info. 🤐 Keep it safe and sound by adding it to your .gitignore. Remember, most data leaks happen close to home. Stay secure! 💻🔐 #LaravelTips #SecurityFirst

Loading...

Something went wrong.


Something went wrong.