Player FM - Internet Radio Done Right
Checked 1y ago
اضافه شده در three سال پیش
محتوای ارائه شده توسط webdev. تمام محتوای پادکست شامل قسمتها، گرافیکها و توضیحات پادکست مستقیماً توسط webdev یا شریک پلتفرم پادکست آنها آپلود و ارائه میشوند. اگر فکر میکنید شخصی بدون اجازه شما از اثر دارای حق نسخهبرداری شما استفاده میکند، میتوانید روندی که در اینجا شرح داده شده است را دنبال کنید.https://fa.player.fm/legal
Player FM - برنامه پادکست
با برنامه Player FM !
با برنامه Player FM !
Jagz from CodeGuru.io
Manage episode 311484083 series 3130316
محتوای ارائه شده توسط webdev. تمام محتوای پادکست شامل قسمتها، گرافیکها و توضیحات پادکست مستقیماً توسط webdev یا شریک پلتفرم پادکست آنها آپلود و ارائه میشوند. اگر فکر میکنید شخصی بدون اجازه شما از اثر دارای حق نسخهبرداری شما استفاده میکند، میتوانید روندی که در اینجا شرح داده شده است را دنبال کنید.https://fa.player.fm/legal
Jagz creates a youtube video tutorial series focused on webdevelopment and has several great tutorials focused specifically on the VUE.js framework Quasar
15 قسمت
Manage episode 311484083 series 3130316
محتوای ارائه شده توسط webdev. تمام محتوای پادکست شامل قسمتها، گرافیکها و توضیحات پادکست مستقیماً توسط webdev یا شریک پلتفرم پادکست آنها آپلود و ارائه میشوند. اگر فکر میکنید شخصی بدون اجازه شما از اثر دارای حق نسخهبرداری شما استفاده میکند، میتوانید روندی که در اینجا شرح داده شده است را دنبال کنید.https://fa.player.fm/legal
Jagz creates a youtube video tutorial series focused on webdevelopment and has several great tutorials focused specifically on the VUE.js framework Quasar
15 قسمت
همه قسمت ها
×w
webdev

1 Get a Job: An Interactive Discussion 1:00:24
1:00:24
پخش در آینده
پخش در آینده
لیست ها
پسندیدن
دوست داشته شد1:00:24
Kenny Wilson, Cassidy Williams, Mike Seiler, and Mike M. join together in an interactive discussion about finding jobs in tech - what to look for, what to look out for, and other questions from the audience! Read or listen along to the transcript here: https://share.descript.com/view/Mhawkqk1Mdp This was recorded live! in the /r/webdev+web_design Discord server: https://discord.gg/web…
Discord members introduce themselves and we begin to design an open source project!
w
webdev

1 Jagz from CodeGuru.io 1:19:54
1:19:54
پخش در آینده
پخش در آینده
لیست ها
پسندیدن
دوست داشته شد1:19:54
Jagz creates a youtube video tutorial series focused on webdevelopment and has several great tutorials focused specifically on the VUE.js framework Quasar https://www.youtube.com/channel/UCyNpa6WDH4i2lEznoju1lMg https://codeguru.io/ https://github.com/quasarframework/quasar
w
webdev

Julian from pagecheck.app talks with Mike about distributed systems, postqueue and phore. He has been working on pagecheck.app for the past three months and is looking for feedback and free beta users using the code webdevtrial! We talk about the distributed architecture that underlies his new app. His postgres server that uses a new framework he built because bull jobs was too slow, and timescaledb - a column oriented automatically partitioned extension to Postgres, and next.js the "next" react framework! https://github.com/meyer9/postqueue - postqueue was written by Julian and is open source. Julian is the lead developer of the Phore cryptocurrency: http://phore.io/ All this while still being a Sophomore at University of California, Santa Cruz!…
Blake Watson is a web designer and developer living outside Jackson, MS. He is a member of the web team at Mad Genius . You can see some of his work over on the Mad Genius portfolio . When not pushing pixels or creating bugs, Blake is probably listening to music , writing a novel , gaming , or enjoying a movie or TV show . Blake has a disability called spinal muscular atrophy , and he is a monthly supporter of NMD United , a non-profit run by adults with nueromuscular conditions for adults with neuromuscular conditions. http://blakewatson.com/ https://practicaltypography.com/font-recommendations.html https://afinestart.me/…
Justin interviews Gabriel "gmem" Simmer, one of the /r/webdev Discord admins and subreddit moderator, about how he got this way, opinions on CMS platforms, and the future of the web. gmem's GitHub: https://github.com/gmemstr?tab=repositories&type=source gmem on Drupal.org: https://www.drupal.org/u/gmem…
Justin interviews Dayvi Schuster AKA @Frosty and his site is https://www.arctek.dev join the discord and say hi https://discord.gg/keD8rZp
w
webdev

1 Monitoring alerts from smart humidifiers 2:28:54
2:28:54
پخش در آینده
پخش در آینده
لیست ها
پسندیدن
دوست داشته شد2:28:54
it's late smart humidifiers ethereum hackathon NPM mid episode craig hiccup devlids.com making fun of Alexa Pomodoro technique and more
w
webdev

1 May the Fourth Webdev You 2:16:18
2:16:18
پخش در آینده
پخش در آینده
لیست ها
پسندیدن
دوست داشته شد2:16:18
Show notes for our new episode: Wildbuddha / Justin joined us for the first time No Endgame spoilers but we talk about it a little along with other comic book movies All about how to use checklists professionally to make sure you do all your easy things and give you the freedom to think creatively - book review of https://www.amazon.com/Checklist-Manifesto-How-Things-Right/dp/0312430000 We almost talked about user onboarding We talked a lot about Imports in javascript and node js How package.json works, what is it, what's wrong with it and Mike is going to do some reading about NPM's documentation deno.land - the new node from ryan dahl creator of node.js Thanks for listening, from Gmem/Gabe, Shadowpath, Mike, and Justin Join the discord if you'd like to join an episode https://discord.gg/keD8rZp…
Lumen a php microframework by the creators of laravel: https://lumen.laravel.com/ $app->get('user/{id}', function($id) { return User::findOrFail($id); }); https://tutorialedge.net/golang/creating-simple-web-server-with-golang/ func main() { http.HandleFunc("/", func(w http.ResponseWriter, r *http.Request) { fmt.Fprintf(w, "Hello, %q", html.EscapeString(r.URL.Path)) }) http.HandleFunc("/hi", func(w http.ResponseWriter, r *http.Request){ fmt.Fprintf(w, "Hi") }) log.Fatal(http.ListenAndServe(":8081", nil)) }…
w
webdev

1 Do you like SQL tables that go the wide way or the long way? 2:49:17
2:49:17
پخش در آینده
پخش در آینده
لیست ها
پسندیدن
دوست داشته شد2:49:17
https://www.arangodb.com https://reactjs.org/docs/add-react-to-a-website.html
w
webdev

1 Episode 4 - Continous Integration, Security, and Dan 1:46:51
1:46:51
پخش در آینده
پخش در آینده
لیست ها
پسندیدن
دوست داشته شد1:46:51
This week we are joined by bencomicgraphics, gmem, mossbyte, techsquidtv and shadowpath, and covered security on the web, continuous integration and travisci's recent purchase, and explore the life of Dan the developer.
w
webdev

1 Web apps to stream Nirvana and who shot Kurt Cobain? 2:44:58
2:44:58
پخش در آینده
پخش در آینده
لیست ها
پسندیدن
دوست داشته شد2:44:58
We discuss Json resume formats, printing out your portfolio, some top posts from the subreddit and whether Courtney Love shot Kurt Cobain!
episode 1 teaser
w
webdev

1 Inaugural Episode - Introductions, interview tips, war stories, lots more 2:09:57
2:09:57
پخش در آینده
پخش در آینده
لیست ها
پسندیدن
دوست داشته شد2:09:57
Inaugural Episode - Introductions, interview tips, war stories, lots more
به Player FM خوش آمدید!
Player FM در سراسر وب را برای یافتن پادکست های با کیفیت اسکن می کند تا همین الان لذت ببرید. این بهترین برنامه ی پادکست است که در اندروید، آیفون و وب کار می کند. ثبت نام کنید تا اشتراک های شما در بین دستگاه های مختلف همگام سازی شود.