I haven't written anything here for almost two years, and I think it's time to return. Hi everyone, and if anyone still remembers me, a special hello to you! 🙂👋
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
ALT "Screenshot of a website featuring '700 CSS Icons'. The top of the page has a vibrant purple header with the text and a 'Subscribe @astrit' button. Below the header, there is a showcase of various monochrome icons against a dark background. On the left side, a snippet of CSS code is visible, suggesting these icons are customizable and can be implemented via CSS. The page also includes a button labeled 'View all icons' pointing to the right, indicating more icons can be browsed."
I just include cdn for tailwind css, but in the future update will install tailwind normally to have small weight css files with style that used in this template. Subscribe for updates 🔜
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
🚀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
💡 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 x.com/mmartin_joo/status/169…
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
🚀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
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
⚠️ 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
Did you know? You can wield the power of pluck directly on Eloquent classes—no need to query instances first! 🌐 Streamline your data extraction process effortlessly. Less code, more productivity! 💻⚡ #LaravelTips#PHP#Laravel