Afgespeeld
-
Erik och Fredrik diskuterar Webassembly - ett nytt bytekodformat som kan köras i webbläsare. Vad det egentligen betyder är att det blir möjligt att skriva kod för webbläsaren i fler språk än Javascript, C++ och Rust till exempel, och att det går att köra sagda kod med hög prestanda. Vi diskuterar vad Webassembly är, vad som finns och fungerar i dagsläget och vad det kan tänkas leda till.
Länkar
Webassembly
JVM och JRE - Javas virtuella maskin och körningsmiljö
Coffeescript
asm.js
Arbetsgruppen säger att Webassemblys första version är klar
Epic zen garden i Webassembly - Firefox 52 krävs i skrivande stund
Exempel som väver ihop Javascript och Webassembly-kod
W3C-gruppen för Webassembly
LLVM
Emscripten
binaryen
Isomorfiskt eller universellt Javascript är termer för Javascript som kan köras både på klienten och servern
SDL
Opengl
Openal
POSIX
Officiell dokumentation om säkerhetsaspekterna av Webassembly
Vulkan
Metal
Left-pad
Framtidsutveckling av Webassembly
S-expressions
Nodes API:er för att prata med C++-kod
Bonuslänkar
Poddtips: JSParty avsnitt 2 handlar också om Webassembly
Brendan Eich oroar sig för att leverantörer ska hindra standardiseringsarbetet - han oroar sig dock för den teoretiska framtiden, inte över något som redan hänt.
A cartoon intro to Webassembly
Liten introduktion till Webassembly i Node
Diskussion om sophantering och webb-API-integration i kommande versioner av Webassembly
Under utveckling är en podd av och för utvecklare, skapad i soliga (nåja) Göteborg av oss som jobbar på TimeEdit. Vi vill väldigt gärna höra dina åsikter om det vi pratar om! Vi finns på Twitter som @uupodden och på Facebook som Under utveckling. Gillar du podden får du mer än gärna betygsätta oss i iTunes!
-
Ashu Desai is the founder of Make School, a computer science college in Silicon Valley that trains students for careers in software development.
After a childhood in Singapore and Hong Kong, Ashu moved to Silicon Valley at age 10, where he was bitten by the tech bug. He has been building apps since age 16 after getting involved in the computer science program at his high school and self-teaching coding languages.
Ashu attended college for a year, but didn't find the focus practical enough, and dropped out to build his own projects. This experience is also what inspired him to found Make School, a product-based approach to learning that focuses on teaching real-world skills.
In our conversation, Ashu talks about the importance of a practical education, how Make School works, and tips for getting a job once you're ready.
See the full show notes on the Learn to Code With Me website.
Thank you to this episode's sponsors:
Fullstack Academy Flatiron School -
Chris Castiglione is the co-founder and CEO of One Month, a professor at Columbia University Business School, and a bitcoin and cryptocurrency enthusiast.
The classes Chris teaches focus on coding, digital literacy, and cryptocurrency. He also hosts a podcast and has written for several online publications, and is passionate about using education to inspire positive change in the world.
During his twenties, before founding One Month, Chris traveled the world working as a digital nomad, building websites and doing consulting. This is one of the things you'll hear him talk about in the episode!
When bitcoin and cryptocurrency caught his attention, he got excited about its potential. Now, he's teaching a course on it. Listen to the episode to hear Chris explain what crypto is, how he sees its future, what his course covers, and how to get involved.
See the full show notes on the Learn to Code With Me website.
Thank you to this episode's sponsors:
Fullstack Academy Flatiron School -
What is bitcoin? How do cryptocurrencies work? What is the blockchain? Preethi Kasireddy, a blockchain engineer, gives us a gentle introduction to the world of digital currencies. She walks us through how it all works, what developers should care about, and how she transitioned from a career in finance to being a blockchain engineer. Show Links Partner with Dev & CodeNewbie! (sponsor) Bitcoin Ethereum Satoshi Nakamoto's paper on Bitcoin Satoshi Nakamoto (author of Bitcoin paper) Solidity Ethereum white paper How does Ehterium work anyway? (Preethi's blog post) Ethereum docs Hack Reactor Coinbase Codeland Conf Codeland 2019
-
If you’ve been trying to figure out what JavaScript framework you should learn, Sarah is here to help. She explores the differences (and similarities!) between JavaScript frameworks like Vue.js, React, and jQuery, and what new developers should think about when deciding which tool to learn. She also shares how she got into coding, a journey she started as a science illustrator. Show Links Partner with Dev & CodeNewbie! (sponsor) Vue.js Evan You (creator of Vue.js) jQuery Replacing jQuery With Vue.js: No Build Step Necessary (Smashing magazine article) React CSS Tricks Coding Like A Boss (CodeNewbie Podcast episode with Brian Douglas) Women, Fire and Dangerous Things Codeland Conf Codeland 2019
-
David Yang is the co-founder and lead instructor at Fullstack Academy, and has 17 years of programming experience.
The summer after graduating high school, David became the youngest software engineering intern to ever be accepted at Ernst and Young, and went on to earn bachelor's degrees in computer science and electrical engineering.
Before founding Fullstack, he worked as a software engineer at Microsoft and Yahoo, among other companies, and taught at Columbia University as an adjunct professor.
In our conversation, we talk about whether a coding bootcamp or college degree is the best choice for aspiring techies. He tells his own story, including what led him to create Fullstack, and gives advice on how to prepare for coding bootcamps, succeed, and impress employers after graduation.
See the full show notes on the Learn to Code With Me website.
Thank you to this episode's sponsors:
Interview Cake Flatiron School -
You type in a url and you get a website. But how did you get that website? What are all the little steps that happen when you request a page and (hopefully) see that page in your browser? Julia Evans breaks down how the internet works and gives us an amazing introduction to computer networking. Show Links Partner with Dev & CodeNewbie! (sponsor) Networking! Ack! (Julia's zine) Netcat Cat (command) TCP UDP TCP dump Juia's blog posts Codeland Conf Codeland 2019
-
This episode is part of our remastered greatest hits collection and features Rob Pike and Andrew Gerrand talking about the history and latest updates to the Go programming language.
-
Summary
Andrew Gerrand (@enneff), Developer Advocate at Google & Go core contributor, talks about GoLang and how it is being used in Web Development today as well as the plans for the future of the Go as a platform for the web.
ResourcesGo - https://golang.org/
A Tour of Go - https://tour.golang.org/ (great starting point!)
Godoc.org - https://godoc.org/ (Go package index)
Go Search package search engine - http://go-search.org/
GoLang on Twitter - https://twitter.com/golang
Web programming toolkits and frameworks:
The standard HTTP package
Gorilla Web Toolkit
Revel
BeeGo
Hugo - a static site generator
AJ’s articles on Go
https://coolaj86.com/articles/getting-started-with-golang-and-vim/
https://coolaj86.com/articles/how-to-test-if-a-port-is-available-in-go/
https://coolaj86.com/articles/today-i-became-a-golang-dev-with-vim-and-caddy/
“Learn Go in One Video” - https://www.youtube.com/watch?v=CF9S4QZuV30
GopherCon - http://www.gophercon.com/
GopherCon india - http://www.gophercon.in/
Go on Slack - gopher slack channel
Go intro talks:
Go: code that grows with grace
Go concurrency talks:
Go Concurrency Patterns
Advanced Go Concurrency Patterns
Ruby Learning Slack Channel for Go Courses - https://gocourse.slack.com/
The next Go class for Ruby Learning - https://docs.google.com/forms/d/1WXO68p3gH4b-4S3dOS_MUbvoe7uaRNT9tii1syTznYA/viewform
PanelistsDanny Blue (@dee_bloo) - Front End Engineer at Deloitte Digital
Christian Smith (@anvilhacks) - Founder of Anvil Research, hacker, musician, & startup enthusiast
Erik Isaksen (@eisaksen) - Google Developer Expert in Web Technologies
AJ O’Neal (@coolAJ86) - Podcaster & JavaScript Developer
-
Kim’s a designer and developer who’s always had a side project. But her latest project was a bit different. Not only did she have to learn a new framework (React), she had to learn it and build her app in a few weeks to make her very public deadline. She shares her process for learning a new javascript framework, and the frustrations she experienced even as a seasoned developer. We also hear from Brent Vatne on how to get started with React and React Native. And for a mini technical deep dive, we unpack the virtual dom, a key feature in React, in our new segment, the Coding Corner. Show Links Partner with Dev & CodeNewbie! (sponsor) React Europe workshop playlist Swift PhoneGap No Questions Asked (NQA) Kim's Webby Award #MentorMonday React Native Express React Express Prettier JSX The Virtual DOM Objective C SCAD Episode with Vaidehi Joshi Codeland Conf Codeland 2019
-
Vaidehi decided to take on a year-long challenge. She'd pick a computer science topic every week, do tons of research and write a technical blog post explaining it in simple terms and beautiful illustrations. And then she actually did it. She tells us about her project, basecs, how it's changed her as a developer, and how she handles the trolls and negativity from people who don't appreciate her work. Show Links Partner with Dev & CodeNewbie! (sponsor) Bits, Bytes, Building With Binary (Vaidehi's blog post) 100 Days of Code Rust Hexes and Other Magical Numbers (Vaidehi's blog post) Conway's Game of Life basecs Technical Writer position at CodeNewbie Codeland Conf Codeland 2019
-
You want to get started in open source, but where do you start? How do you pick a repo? And once you do, what's the best way to help out, especially if it's your first time? Richard Schneeman is here to help. He's the creator of Code Triage, where you can sign up for repos and get an open issue sent to your inbox. He talks about different ways first-timers can get started, and how small contributions can be incredibly impactful. He also shares some hilarious stories from his own coding adventures. Show Links Partner with Dev & CodeNewbie! (sponsor) Rails Wicked Derailed Benchmarks Puma Ruby Build Pack Code Triage Codeland Early Bird Tickets Codeland Conf Codeland 2019
-
Rec Room is the most popular virtual reality game. It's a social space where you can play dodgeball, ping pong, darts and more with people from all over the world. But when you're inviting everyone to play, how do you make sure that everyone is safe? What happens when a player attacks someone? What does an attack even look like in a virtual world? Cameron Brown, Chief Creative Officer at Against Gravity, the creators of Rec Room, takes us through the world of social virtual reality and shows how they've designed a system to make their game a welcoming place for all. Show Links Partner with Dev & CodeNewbie! (sponsor) Technical Writer position at CodeNewbie Rec Room's Code of Conduct Rec Room HTC Vive Codeland Conf Codeland 2019
-
Alexander Bard förklarar allt mellan Jordan Peterson och Zara Larsson! Och mellan de två individerna ryms om inte allt allt, så ändå väldigt väldigt mycket!Patreon Post: https://www.patreon.com/posts/17456514Hemsidan: http://bit.ly/BardRasarMotMaskinenDKs Patreon: bit.ly/ARONFLAMDKSWISHA på 0768943737.Bitcoin: 3EPQMEMVh6MtG3bTbGc71Yz8NrMAMF4kSHEdited by Marcus Blomgren - contact at Instagram @marcusbrummgrenIntro by:Intractable by Kevin MacLeod is licensed under a Creative Commons Attribution license (creativecommons.org/licenses/...)Source: incompetech.com/music/royalty-...Artist: incompetech.comEn Svensk Tiger DEL 2 DEKONSTRUKTIV KRITIK Aron Flam by DEKONSTRUKTIV KRITIK is licensed under a Creative Commons License.
Hosted on Acast. See acast.com/privacy for more information.
-
We kick off the first episode of our official first season with Stephanie Slattery, a front-end engineer who specializes in accessibility. She breaks down the world of accessibility, giving you the perfect introduction to this topic. She explains the five categories of disabilities, shows us how to implement suggestions from the Web Content Accessibility Guidelines, and shares why she’s so passionate about helping more people experience tech. Show Links Partner with Dev & CodeNewbie! (sponsor) ADA 1990 W3C Illinois Institute of Technology Dev Bootcamp An Introduction to Web Accessibility (Stephanie's Blog Post) WCAG (Web Content Accessibility Guidelines) Rehabilitation Act of 1973 NeoPets Codeland, CodeNewbie's conference - April 21 and 22 in NYC Codeland Conf Codeland 2019