Player FM - Internet Radio Done Right
Checked 1y ago
추가했습니다 three 년 전
webdev에서 제공하는 콘텐츠입니다. 에피소드, 그래픽, 팟캐스트 설명을 포함한 모든 팟캐스트 콘텐츠는 webdev 또는 해당 팟캐스트 플랫폼 파트너가 직접 업로드하고 제공합니다. 누군가가 귀하의 허락 없이 귀하의 저작물을 사용하고 있다고 생각되는 경우 여기에 설명된 절차를 따르실 수 있습니다 https://ko.player.fm/legal.
Player FM -팟 캐스트 앱
Player FM 앱으로 오프라인으로 전환하세요!
Player FM 앱으로 오프라인으로 전환하세요!
Episode 4 - Continous Integration, Security, and Dan
Manage episode 311484092 series 3130316
webdev에서 제공하는 콘텐츠입니다. 에피소드, 그래픽, 팟캐스트 설명을 포함한 모든 팟캐스트 콘텐츠는 webdev 또는 해당 팟캐스트 플랫폼 파트너가 직접 업로드하고 제공합니다. 누군가가 귀하의 허락 없이 귀하의 저작물을 사용하고 있다고 생각되는 경우 여기에 설명된 절차를 따르실 수 있습니다 https://ko.player.fm/legal.
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.
15 에피소드
Manage episode 311484092 series 3130316
webdev에서 제공하는 콘텐츠입니다. 에피소드, 그래픽, 팟캐스트 설명을 포함한 모든 팟캐스트 콘텐츠는 webdev 또는 해당 팟캐스트 플랫폼 파트너가 직접 업로드하고 제공합니다. 누군가가 귀하의 허락 없이 귀하의 저작물을 사용하고 있다고 생각되는 경우 여기에 설명된 절차를 따르실 수 있습니다 https://ko.player.fm/legal.
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.
15 에피소드
모든 에피소드
×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!
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

1 Julian from pagecheck.app talks with Mike about distributed systems, postqueue and phore 56:26
56:26
나중에 재생
나중에 재생
리스트
좋아요
좋아요56:26
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
it's late smart humidifiers ethereum hackathon NPM mid episode craig hiccup devlids.com making fun of Alexa Pomodoro technique and more
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…
w
webdev

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
플레이어 FM에 오신것을 환영합니다!
플레이어 FM은 웹에서 고품질 팟캐스트를 검색하여 지금 바로 즐길 수 있도록 합니다. 최고의 팟캐스트 앱이며 Android, iPhone 및 웹에서도 작동합니다. 장치 간 구독 동기화를 위해 가입하세요.