Skip to main content
webdev

webdev

By webdev

Podcast interviewing people from the reddit webdev with 340,000 members. Discussion about software development, web development, web dev, html, css, javascript, full stack, front-end, back-end, devops and everything in between.
Available on
Apple Podcasts Logo
Google Podcasts Logo
Overcast Logo
Pocket Casts Logo
PodBean Logo
RadioPublic Logo
Spotify Logo
Currently playing episode

Get a Job: An Interactive Discussion

webdev Jul 15, 2021

00:00
01:00:25
Get a Job: An Interactive Discussion
Jul 15, 202101:00:25
New Season!

New Season!

Discord members introduce themselves and we begin to design an open source project!

Oct 24, 202002:04:11
Jagz from CodeGuru.io
Jan 30, 202001:19:54
Julian from pagecheck.app talks with Mike about distributed systems, postqueue and phore
Jan 14, 202056:26
The Gospel According to Blake Watson

The Gospel According to Blake Watson

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/

Jun 25, 201945:29
An Interview: Gabriel "gmem" Simmer
Jun 10, 201945:31
The Artist and the Artisan
Jun 08, 201955:19
Monitoring alerts from smart humidifiers
May 27, 201902:28:54
May the Fourth Webdev You

May the Fourth Webdev You

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

May 05, 201902:16:19
Mikers and Shadow Path chat about PHP, NodeJS and GO

Mikers and Shadow Path chat about PHP, NodeJS and GO

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))

}

Apr 11, 201922:29
Do you like SQL tables that go the wide way or the long way?

Do you like SQL tables that go the wide way or the long way?

https://www.arangodb.com

https://reactjs.org/docs/add-react-to-a-website.html


Mar 03, 201902:49:18
Episode 4 - Continous Integration, Security, and Dan

Episode 4 - Continous Integration, Security, and Dan

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.

Feb 24, 201901:46:52
Web apps to stream Nirvana and who shot Kurt Cobain?

Web apps to stream Nirvana and who shot Kurt Cobain?

We discuss Json resume formats, printing out your portfolio, some top posts from the subreddit and whether Courtney Love shot Kurt Cobain!

Feb 21, 201902:44:58
How to get ahead in an interview

How to get ahead in an interview

episode 1 teaser 

Feb 10, 201900:60
Inaugural Episode - Introductions, interview tips, war stories, lots more

Inaugural Episode - Introductions, interview tips, war stories, lots more

Inaugural Episode - Introductions, interview tips, war stories, lots more 

Feb 10, 201902:09:57