- Видео 31
- Просмотров 256 023
adamdotdev
Добавлен 16 июл 2007
I'm an AWS DevTools Hero and co-founder of StatMuse. I live in the Ozarks, like the show on Netflix but less exciting!
Stop Making This AWS Mistake!
IAM Identity Center makes it easy to vend short term AWS credentials so you can stop storing long-lived credentials on your developer machine. You should be using it!
Просмотров: 1 451
Видео
Are Devs Being Replaced By AI?
Просмотров 2,4 тыс.Год назад
The constant headlines with AI can make any software developer nervous, and I wanted to share my thoughts on the future of our profession.
Surviving The Internet As A Developer
Просмотров 8 тыс.Год назад
This is a video where I talk about how I feel, and the toll tech twitter has taken on me the last couple of years.
Don't Make These Side Project Mistakes
Просмотров 14 тыс.Год назад
I've always had a side project, and some of the biggest mistakes of my career were related to them. Don't make my mistakes!
Laravel First Impressions From A JavaScript Dev
Просмотров 142 тыс.Год назад
It's been a long time coming, and I finally gave Laravel a look. It didn't disappoint!
Every Framework Just Got This AMAZING Next.js Feature
Просмотров 4,2 тыс.Год назад
Next.js has some features that no other framework has, but one important feature was just added to Amazon CloudFront. Deploying full-stack web apps into your own AWS account with SST (sst.dev) means every web framework supported by SST (Astro, SvelteKit, SolidStart, and Remix) has this amazing feature now.
I'm Done With React
Просмотров 30 тыс.Год назад
After 8 years, I'm moving on from React for new web development projects.
My favorite auth library just got SO MUCH BETTER!
Просмотров 6 тыс.2 года назад
My favorite auth library just got SO MUCH BETTER!
The ONE REASON I switched from VSCode to Neovim
Просмотров 21 тыс.2 года назад
The ONE REASON I switched from VSCode to Neovim
My favorite Next.js 13 feature BY FAR
Просмотров 4,8 тыс.2 года назад
My favorite Next.js 13 feature BY FAR
I watched 12 hours of Next.js Conf so you don't have to | FULL 2022 RECAP
Просмотров 4,5 тыс.2 года назад
I watched 12 hours of Next.js Conf so you don't have to | FULL 2022 RECAP
You Don't Like AWS for the Wrong Reasons
Просмотров 2,4 тыс.2 года назад
You Don't Like AWS for the Wrong Reasons
I feel this with Vue and Nuxt. Sure, I COULD write vanilla JS, but why would I want to? I could rig solutions together, but I could also just grab the Nuxt modules I need and be done.
Welcome to the Laravel community. :)
i dont know why people hate on php/laravel I have started my life with javascript php, and chose laravel and its AMAZING you really enjoy and have fun writing laravel code
I like your zsh colorscheme, custom ?
I am ok with the Generative AI PHP framework called the PBullet
And here I am wondering why next.js is reinventing ssr for the 5th time instead of making cool things like Next.js Jetstream...
Roughly a year later, did you end up building something with it?
Programming languages are not cool or notcool. This is a profane approach. A programming language is a tool. And like any tool, a good tool, not a useless one-size-fits-all tool, it is meant for specific purposes. And Laravel fulfills its goals perfectly, for those who use it as a tool, not for "cool".
PHP by default has the issue of putting strain on the server, while most JS Frameworks distribute the load on the clients.
Hello! It's been a year since you posted this video. I'm curious to know if you've continued with laravel.
Thank you! That’s exactly the motivation I needed this morning with my cup of coffee. I appreciate it!
npm run dev will hot reload. npm run build is for backend devs lol.
if you do npm run dev instead of npm run build then you get the hot reload fuctionality! Just saying :)
loved this video , i was thinking of starting a side project that can turn to a startup and i thought about shiping an mvp as fast asp and not invest lot of money
Lol I only just realised what the thumbnal was... 😅
❤🐘 By the way, your keyboard typing sound is so satisfying to listen, oh gosh, makes me wanna go to Monkeytype
I know this video is 1 year ago, but cool little tip: If you run "npm run dev" alongside of your "php artisan serve", you actually do get HMR, which includes edits to your blade files, livewire components, and more.
I’m surprised I’ve never come upon your channel before. Thank you for doing this! I enjoyed it.
just came across your laravel video as a js dev and wondered if you're still enjoying laravel and your thoughts on it after a year now :)
You should try reverb it a built in web sockt server
That _ _dashboard is an thing for universal translation syntax. So imagine you have site in ENG, DE, PL etc.. and depend of the locale of the user it will switch the language displayed. Btw.. @adamdotdev did you converted to laravel religion yet ?
Lol
php is server base, so you will not have live reload, but cntrl F5, initiates a call to the server, which will then process, and send to the client instructions....(for creating the html, etc. in the DOM), and javascript will run after the DOM load.
2gb of node modules was so freaking funny at 2:59:00
Love this take, down to earth facts. At the end of the day, never stop learning and make sure it’s fun.
They give you all of that code out of the box to distract you away from the fact that it is written in php
Facebook, wordpress use php, wtf did u even create using whatever you use
you can literally live reload it using vite plugin.
dude where have you been? 😆
Where can I get your nvim theme? It looks like dracula, but muted and I want it! lol. Great content, just subscribed!
Yes, I feel the same way! But I've never met anyone personally who feels the same way. Everywhere I work, the developers don't have side projects. They just want to do their job and then don't want to know anything more about it. It's nice to hear that someone ticks just like me!
For the Vardump component you could do <Line number={counter++}> where counter is literally let counter = 1; No need in counting children, just copy paste the Line component and counting will adapt. For reference= 47:40
inserts "always was meme"
Everything you're doing with Livewire is server side rendered. Use InertiaJS with React or Vue and you will get the auto update of the UI.
Look for the difference between "npm run dev" and "npm run watch"
This felt like a breakup, but you are right. The constant pressure to create new concepts every year or so is too much to keep up with.
Nestjs all the way
you'll be back
I can't say enough about Laravel. I've used it for over a 11 years now I think and while I've been forced to stay within JS, since people are such elitests in our industry, but I reallllly miss Laravel. What's crazy is that PHP syntax is so similar to most scripting languages (which JS is) and so capable that people IMO again have been brainwashed into not having a real opinion.
Laravel is great for the backend. But you definitely want to build the frontend with a modern frontend framework like Next or Nuxt.
This was on my recommended today. Definitely want to check out Laravel sometime myself for a small project to try it.
i always do run npm dev to enjoy the live reload you used to on javascriptland on the get go.
I'm sold! I have to try this!
There is a whole team behind Laravel.
Jetstream looks amazing
Great content adam, we all feel a little bit like that, I assure you. Just wish you produce more content here, it is really nice the way you are building this
Love this video! Was also wondering which NeoVim plugin you use to hide the .env values. Are you able to share? Thanks!
cloak! github.com/laytan/cloak.nvim
@@adamdotdev You're the best! Thank you!
And let's not forget, PHP devs are the ones who see the most $ (just not on bank account tho 😅)
I think it's because the underlying code is already so strong, that anybody can easily abstract everything now.
Dude, why are you on a Mac? I don't know if I can trust your advice...
"Laravel docker... no thanks". I feel you bro 🤣