podcast
details
.com
Print
Share
Look for any podcast host, guest or anyone
Search
Showing episodes and shows of
Andreas Ekeroot
Shows
Regular Programming
About Ending Things
The End.LinksLADOKSanne Kalkman - companies should hire junior developersMünchenbryggerietThe art of gatheringDead dog partyNobody wants thisNeon genesis evangelionGhost in the shell: stand alone complexSerial experiments LainHackersBlack mirrorWilliam GibsonBurning chromeNeil StephensonThe Bridge trilogys-CRY-edFullmetal alchemistHellsingSamurai ChamplooBlack lagoon
2025-01-20
40 min
Regular Programming
About the Least Powerful Abstraction
Imagine Andreas going around making annoying electronic sounds all the time.Strike that. Andreas and Lars discuss using less power - less fancy abstractions - to make things easier to understand. Andreas likes to do a de-powering pass to code.Avoid making something which is more general than is useful.Lars goes into the lure of event sourcing - going for very high data resolution - it might come in handy! - at the cost of a lot of other things - how do we prevent duplicate user names?You've got...
2024-12-23
42 min
Regular Programming
About Licenses
How do people learn about licenses?If you entered into software in a certain way, it's easy to assume that everyone is a part-time license attorney. But how do other people pick up license knowledge? And what does one really need to know?Licenses underpin open source but seem kind of dull. But they are also a cool and special thing about the software industry.Lars provides his licenses 101 thoughts and looks forward to becoming open source grandpa.LinksGPLBSD licenseMIT licenseApache licenseLGPLAGPL - Affero licenseOSIOpen source licenses tried...
2024-11-25
45 min
Regular Programming
About Learning New Languages
Everyone's favorite idempotent podcast returns to discuss learning new languages and concepts. Can mixing and matching new concepts and syntax help or hinder language adoption? A new concept but a familiar syntax might make a language easier for all the drifting Javascript developers to grab on to.Lars considers picking up a lisp at some point.It's harder to pick up new languages when you're mainly keen on building. Lars is very much in a building phase. He has problems, but they are his problems.Lars is currently learning - among other things...
2024-10-28
42 min
Regular Programming
About C
Wherein the wonders of C are explored.But first, let Andreas tell you what's so great about Chalmers' approach to teaching computer engineering. Spoiler: starting with Haskell, close to math.The tooling around C: cultural mystery meat.Lars tries out a shocking plan for a productive framework for C!It's very cool to be able to just poke memory. Memory, arrays, structs, and strings are discussed. Strings are a bundle of fun. Arrays are desugared.Finally, a dive into the wonderful world of interoperability, both with and without C...
2024-10-14
53 min
Regular Programming
About Defining Functional Programming
What is functional programming?Andreas grabs his whiteboard and his Turing machine, and starts from laziness, while Lars thinks of immutability, functions, and data.Is syntax important for being functional or not?The functionalness of various languages are delved into, from Haskell to Rust via Python, Go, and Ruby. And, of course, the evil version of Elixir.A good pipeline can be really nice.Oh, and you shouldn't use witchcraft anymore.LinksFunctional programmingHaskellLazy evaluationLambda calculusTuring machinesAlonzo ChurchGödel - "A German guy" who formalized the d...
2024-09-30
37 min
Kodsnack
Ett sunt system, med Andreas Ekeroot
Fredrik får besök av Andreas Ekeroot som diskuterar det whiteboardvänliga språket Haskell. Och monader, förstås, i poddens första försök att förklara monader som amöbor. Dessutom ett exjobb om att generera program. Vi reder också ut vem som är äldst av Andreas, Haskell, och Erlang. Samt varför det kan vara ett bra motto att undvika framgång till varje pris. Lite exempelkod: sumAllNumbers :: String -> Int sumAllNumbers str = sum (map read (lines str)) main :: IO () main = do
2024-09-24
56 min
Regular Programming
About Giving Talks
Lars wants a less demanding way to prepare for giving talks, but he doesn't have the time right now.Andreas knows a cheat code for public speaking. Lars uses slides like a blunt instrument.How should you wield your slides? How do you weigh information content against entertainment value? Should you try to reach precisely everyone with your talk? Many slides, or few? Lars has the questions, and some of the answers, at least for himself.Last but not least, Lars reveals his current way of preparing for talks. It ideally involves...
2024-09-02
27 min
Regular Programming
About Developer Experience
What are people talking about when they talk about developer experience? Pretty colors in the terminal?What is worth improving, what is not? Lars has thoughts about all of developer experience, not least the one of Nerves. How flaky do you accept, for how fast?Revealed: why all Andreas' Elm programs are one line long.Also: Why not attend the Øredev developer conference in Malmö this November? LinksDX - developer experienceElmLanguage serverElixir's brand new official language server team unifies the work of the previous separate teamsThe Elm language serverMix - E...
2024-08-19
34 min
Regular Programming
About Endings and Beginnings
Andreas' place of work ceased to exist.It was mostly a relief.The main worry is about resting and recovering enough before whatever comes next begins. All the learnings about how not to do certain things live on.The right way of doing those things still remains to be learned.Lars is on the other end of the spectrum: beginning completely new things. Figuring out where exactly Delaware is, finding a Nerves-shaped Elixir hole, wading through Python scripts, and so much more.Also: Why not attend the Øredev developer c...
2024-08-05
28 min
Regular Programming
About Non-CRUD
CRUD - a classic term among supposedly simple web apps. But, not always the right move? Not always all that mappable to the actual problem?Discussed: picking spicy architectures, non-CRUD data storage needs, slovely solutions, dirty refunds, and doing the OAuth dance.Hey, thing happened!Finally: a story where pubsub was reasonable, and some telemetry.LinksCRUD - Create, read, update, deleteDjangoRuby on railsPhoenixAshRethinkDBMnesiaPlausible analyticsTimescaleClickhouseNervesconfAlex McLainNervesCubDBRocksDBDynamoDBThe DynamoDB paperEctoOAuth
2024-07-08
29 min
Regular Programming
About Embedded
Embedded is a weird thing. Lars is all Nerves and tries to explain and report from a world where people know part numbers off the top of their heads. The physical device missing is rarely a thing that happens in web development.Embedded-style work can sneak into other areas as well. Without a root file system, everything is a lot more secure. Security is a deep topic in general, and WPA is not just for wifi.Andreas shares his view of what "embedded" means, plus the story of building a really bad audio cable.
2024-06-24
37 min
Kodsnack
300 ingenjörer på samma webbsida
Fredrik snackar Facebooks svar på HTMX, Microsofts Recall-fiasko, och actions på retrospekt. Som start blir det lite snack utifrån att spara på serverns resurser. Fredrik tar upp lite återkoppling på avsnittet om en värld utan React och hittade ett underbart kaninhål Facebooks HTMX-lika spår Primer. HTMX, från 2010! Ja, varför inte? Har någon av oss fler användare idag än Facebook hade 2010? Samtidigt som det lockar går det att se förklaringar till att det blev React istället för Primer. I alla fall för Facebooks del. Därefter lite sna...
2024-06-11
37 min
Kodsnack
Roliga legacyäventyr, med Andreas Ekeroot
Fredrik snackar med Andreas Ekeroot om stora omskrivningar, databasbyten, loggning, och Buster Keaton. Bland annat. Andreas har nyligen varit med om en riktigt (ovanligt?) lyckad omskrivning. Ingen har krossats av stenblock, och Andreas berättar hur det gick till. Det är svårt att få med sig alla detaljer när man gör en stor omskrivning, så det är fint om man inte behöver. Vi snackar också om databasbyten, att göra dem i farten, och vilka som är våra förstaval. Eller framför allt Andreas första till och med tredje val....
2024-06-04
48 min
Regular Programming
About Interviewing
Andreas is a man of many hobbies. Interviewing for example. But sometimes, you get strange questions from strange people, end up feeling scared, or start lying just a bit. Then, perhaps, you tell the story of a bug. Perhaps we shouldn't work during the winter?Lars doesn't have interviews. More like sales calls. H§e shares his experiences of how to recruitment, both as part of interviews and as a more straightforward recruiter.Finally: the secret to everything Lars does.LinksPercy NilegårdHiring Processes with Gergely Orosz - Oxide and Friends (po...
2024-05-27
31 min
Regular Programming
About Ranting at Ecto
Stories about Ecto quickly redeeming itself, and of what it takes to introduce foreign keys.Some of us are super comfortable referencing the ID. Lars dislikes that Ecto needs to be more complicated because of SQL, but the abstractions do hold.Also: the biggest reason to ever use a ORM! It can be reallynice to come back to one after a tour of plain SQL-land.Some people have just been bitten so hard by cowboys.LinksEctoForeign keysRethinkDBReferential integrityAXALantmännenModelForm in DjangoCowboy and PlugDSLUpsertsFragmentsHaxl - DSL for c...
2024-03-25
36 min
Regular Programming
About Long-Lived Code
Fredrik wants to think about long-lived code. Lars is offended, Andreas only a little bit so.Are there other good software development practices out there? Other than the ones focusing on building something quickly? Practices for building software which lives on and is maintained for much longer than we seem to care to admit? Should we remove dependencies over time? The swamp of dependency management and vendoring is probed, gradually shifting into firmware, the horrors of floating point (proper excuses are made), small language models.Finally, of course, indecent cups of tea.Links
2024-03-04
42 min
Regular Programming
About Fat Tuesday Buns
The Saint Valentine's peak passed without issue. Andreas had time for semlor.Lars has opinions on semlor, and can imagine many possible improvements. Like having an apple. Or a pizza.Lars has had a nice influx of work, including hardware work using Nerves. Testing and very hackish hot code reloading are both included.Finally, some thoughts on Linux audio, and musings about the possibility of creating really nice audio tools for the platform.LinksSaint ValentineThe strangler fig patternThe strangler patternPhoenixCowboySemlaMudcakeThe Swedish chef making chocolate mooseFinnish fastlagsbulle...
2024-02-19
31 min
Regular Programming
About things you built long ago that start doing weird things
Andreas tells the story of a old system which suddenly exhibited a new and frightening bug. Lars shares similar experiences of things going wrong in new and novel ways.When things do go wrong, it is so nice to have supervision trees or other things which allow you to hear about problems, not to mention recover from them.Also covered are some stories about TCP, networks, and timeouts. And a realization that testing the frameworks upon which you build could have saved some bacon, had it just been done a long time ago....
2024-02-05
28 min
Regular Programming
About Data Pipelines
Lars dove into data pipelines, and emerged bearing arrows and wishing for a lot fewer copies.What is there to think about regarding data pipelines, what is interesting about them?Which tools are out there, and why might you want to use them?Why all this talk about making fewer copies of data?What does Lars' current ideal pipeline look like, and where does Elixir fit in?LinksMatt TopolApache ArrowLarge language modelsVector searchBigQuerysedAWKjqReplacing Hadoop with bash - "Command-line Tools can be 235x Faster than your Hadoop Cluster"...
2024-01-01
43 min
Regular Programming
About Fun With GenServers
GenServers are fun! Andreas gives all the context. Things were learned, knowledge was aquired. You can do so much with GenServers, but make sure you have a good reason.If you don't watch out, this is where concurrency goes to die.Dynamic supervisors, and their children, are thoroughly considered.Also delved into is the mess other ecosystems make of doing things at the same time, waiting, and so on.The strange worlds of C and other unusual languages are considered.Finally, an interesting bug....
2023-11-20
1h 06
Regular Programming
About What Every Web App Needs But Your Developer Does Not Want You To Know About
Every web app starts out fine, the tabula rasa of an unwritten BODY. But sooner or later you need users. And a million other things which live in trees.Also: email.And that layer between the controller and the database where things like fine-grained access control goes.I'd like to have an admin, please.Eventually, web apps grows up. And while a larger framework with solutions and conventions for all those grown-up features may not necessarily be fun, it can certainly be useful.LinksAPM - Application Performance...
2023-10-23
30 min
Regular Programming
About Code Nerds
The software development industry is very much built for code nerds. It shouldn’t be.Many of us know many people who are really into coding. Not every working developer can, or even should, be though. Doesn't that create kind of a weird gap between professionals who live and breathe code both on and off work, and those who have a more balanced life?Being passionate about your job shouldn't be an expectation or requirement for anyone or anything.Is there too little space for learning - are we assumed to know too mu...
2023-10-09
36 min
Regular Programming
About Databases
Data has moved to a real database. Next, there may be brave attempts to add actual structure. Working with a real database is nice, as is not losing data, and being able to restore.Not everything is ephemeral, after all.Database service providers and cool stuff they do are discussed. The deal with Elastic is clarified. Finally, it is revealed where you should store your traces.It is actually probably fine.LinksMongoDBRethinkDBEctoEcto changesetsDatabase schemaOpenAPIAsh frameworkDjangoDjango REST frameworkX-Request-IDTransactionsWrite-ahead logpg_restorepg_dumpBigqueryLogical replicationFly.ioElectricSQLFlutterReact nativeCRDT:sPhoenix liveviewFireflyWebassemblySQLiteDuckDBClickhouseDeveloper voices...
2023-09-25
42 min
Regular Programming
About Mingling
It seems a mingle is a thing, and not just in Swedish! But what do we want to get out of them, how do we go into them, and how do we create good ones?Do you want resonance or hole-poking when you tell people about your plan to arm toddlers with nuclear weapons? Do you want to successfully mingle nerds, or just hit the snacks hard?The foood, the cake, the coffee, and the old classmates. Too hot, too loud, too crowded.LinksMingle (noun)Ben OrensteinTupleThougtbot podcasts - The...
2023-09-11
37 min
Regular Programming
About Performance
Performance: we wish the incentives were there to focus on it more often.Lars would like more opportunities and incentives to focus on making things fast, rather than just making them not slow. Unfortunately, things tend to line up so that fast enough and more features are in focus. Plus, performance and optimization can be very context sensitive and age out without anyone really noticing.Also pondered: IRC, Gentoo, and the eldritch horrors buried within the x86 architecture.LinksGrepos.walk() in PythonWhy GNU grep is fastRipgrepAg - the silver searcherTravelling...
2023-08-28
37 min
Regular Programming
About Developing Speed
CTOs want the ability to get prototypes built and out into production fast. Others preach the gospel of building things properly. How fast can you be? How much can you perpare before you hit the ice? And one you built and shipped that prototype, how can you get any kind of speed trying to maintain and evolve something where many corners were cut for speed?How do we want things to work then? Having an algebra for things might be nice. A sprinkling of interface, things that break noisily, and nice toolboxes to work with structs are...
2023-06-05
38 min
Regular Programming
About System Design
Did they do design, or did they just do a system?Distributed systems are hard in many ways. Andreas describes a system communicating between backends and mobile phones in exciting ways with many exciting possibilities for errors. Like data format changes, loss of messages, having 1.5 source of truths, and of course ordering.In certain cases, nobody likes an optimist.The discussion then moves to discuss the working well-windows for various networking solutions, before diving into WebRTC and finishing up with the various dangers of auto.LinksRecursionEventual consistencyPubsubRethinkDBEvent sourcingReact nativeAndroid...
2023-05-08
38 min
Regular Programming
About Conferences
Lars went to ElixirConf EU. Going to a conference can be a credibly incredible experience. Elixir has more clarity than Erlang.Lars also gave a talk, a fact he was comfortably uncomfortable with. Giving a talk also comes with benefits such as being able to talk to fish in a barrel. But why did he choose to make the whole talk a demo? What is the goal of it all?Gotta build things! Dive in, make stuff.LinksElixirConf EULars' conference report blog postCode BEAMSverokPieter Hintjens about giving talks by talking...
2023-04-28
31 min
Regular Programming
About Text Editors
Text editors - which ones do we enjoy, which ones have we used, and what do we actually want and need in them?Andreas has read about vim, sed and awk. Lars is quite comfortable in vim, but finds Visual studio code more than acceptable enough. Andreas is excited to show Lars how to use Vim properly. Lars considers advanced setups something of a hellscape.Lars has held a lecture about functional programming and wishes to provide a path for new .Net developers (dotnet dots?) to become free software zealots.They b...
2023-04-10
30 min
Regular Programming
About Remote Work
How do we feel about working remotely? Pretty good, on the whole.Chairs and other basics are of course important, as is making your way of remote work a nice way of doing remote work for you. It is also nice to need to wear your work face less.The challenges are more around the social sides - communicating differently, but generally replacing and rebuilding ways of being social with people both inside and outside of your work interests. That takes work.Also, some talk about audio and video gear for remote meetings...
2023-03-27
36 min
Regular Programming
About Distributed Systems
Lars is thinking about distributed systems, and Andreas kind of fears them. The best thing to do for most cases might be to avoid distributing things at all. But if you do end up needing to distribute, you may run into one of the places in the world where worse is better is not necessarily better? Adding distribution on top of something not really built for it is one of the hard problems.There are deep dives into reconciliation, vector clocks, normalization, and places where fun goes to die. And there, still, are no magical solutions.
2023-03-13
36 min
Regular Programming
About Hackers
About Hackers Thinking about the term "hacker". Time to take it back to mean something rather down to earth, rather than a pedistal requiring years of C and a black hoodie?What do airlines have against Erlang anyway?There's also the mindset angle: the hacking mindset can be when exploring, versus when needing to solve a specific problem.The discussion goes into labels one feels comfortable with, switching between different modes, and the ever present, ever hard to find dark matter developers.Over time, labels can easily go bad in...
2023-03-01
38 min
Regular Programming
About Being Wrong
About Being WrongWherein polite gentlemen at gaming conventions explain how people didn't have their variables separate enough with regard to the Dunning-Kruger effect. Lars thinks Andreas has drawn the wrong learnings from this.It's a good idea to be humble … but strong opinions loosely held may not be the perfect thing, either?Also discussed is the curse of the expert - teaching across a large gap in experience, and how to actually go about changing systems and having better discussions. Have you considered being god's advocate instead of the devil's wh...
2023-02-16
52 min
Regular Programming
About Estimates
About EstimatesEstimates are a nasty subject, Andreas doesn't know how to handle it.Fortunately, Lars has one weird trick, which doctors hate.When you have plenty of control, estimates can be useful.Not useful: unexplained deadlines.Finally: when things get stuck. (Lars is usually available to blame.)(In an alternate timeline, Andreas' tells us everything his relatives taught him about quark cake.)LinksDeadlines whooshing pastThe XKCD about determining if you're in a national park, and check if your photo is of a...
2023-02-03
34 min
Regular Programming
About Meeting Developers
Passing pandemics make it possible to meet developers in real life again. Elixir-Lars makes a splash, and tells about recent and coming real-life events he's enjoyed. Things learned from real-life events and the need - or not - of constant learning are mentioned.(It's not bit rot, it's data composting!)Finally, a deep dive into the art of arranging good events, including preparatory pre-event events.Who wouldn't like a movie night with a bunch of developers and pizza?Linkable matterElixirconf EU 2023, in LisbonVarbergCode BEAM - there are so...
2023-01-20
35 min
Regular Programming
About Open Alternatives
The continued cratering of Twitter, and the joy of discovering open alternatives. Lars and many others find themselves on the open and federated Mastodon instead of Twitter, having a great time, and feeling more excited about open systems than in a long time.On the level of individuals, owning and controlling your own data feels back in fashion, but there is even more to dig into on the level of large organizations.Perhaps when GDPR says no and the good spirit of the internet is strong, there is a chance for municipalities and other public...
2023-01-02
1h 04
Regular Programming
About Teaching Functional Programming
How to teach functional programming? What are the proper steps, beyond the first ones? Especially when you can't or don't want to point to a framework and say "we do it this way!"Lars outlines his ideas for teaching Elixir to someone without requiring any prior programming experience.There is also discussion of mapping, reducing, and representing one in terms of the other. Also things which are better in Haskell than Elixir, perfectly named modules, and - inevitably - why you don't just use Rust instead.LinksChalmersCakeMLElixir in action - Saša...
2022-12-19
39 min
Regular Programming
About Archives
Archives are cool. How do you keep your digital things in order and, hopefully, backed up?We need more archivists.Andreas has re-read Snowcrash, and while it isn't the manual for the world to adopt it doesn't seem to stop the megacorps from thinking it is and trying. Where did Google go wrong, and why? And why aren't we jealous of their recruiting?Linkable matterThe library of Alexandria - overrated?Backblaze B2SyncthingTailscaleNextcloudHetzner Storage Share (NextCloud)ZFSBorg - backup handling softwareAndreas' Instagram accountDragonbox algebra (5 yo / 12 yo)Snowcrash by Neal StephensonEnder's game...
2022-12-08
39 min
Regular Programming
About Good Things in Programming
There are good things in programming, many of which are enumerated in this episode.Among other nice things: the best features in Elixir. Lars won open source? Bots and realtime-y stuff. Not to mention a type system that screams at you.Also: Lists in lists, in lists (in lists).Code made by other people is not one of the things, however. Code made by other people is always upsetting. CSS does not make the list either, but Tailwind does, prompting a discussion of fractally difficult things, leaky abstractions, and progressive enhancement....
2022-11-21
39 min
Regular Programming
About Miscellaneous Hardware
The hardware woes episode. But first: the joy and wonder of ID3v2.3.Implementing the specification of a binary format as a library.Lars' next laptop. Then Lars' gear situation. Power bricks and cable capabilities are … a labyrinth.The trials and tribulations of getting and setting up a Steam deck.Linkable matter* The ID3v2.3 spec* EXIF* Fold left and fold right* Lars' blog post about working with ID3* CRDT* Apple's WWDC keynote* The M2 Macbook air* The Framework laptop* Linux on...
2022-11-07
56 min
Regular Programming
About Cyberdecks
Elon Musk wanting to buy Twitter leads naturally into the topic of cyberdecks and jacking in, which in turn naturally leads one to talk about audio on Linux.But what is a cyberdeck? How do you build one? And when would you use it?The sad state of video calls compared to Star Trek - why don't they have to install Teams to hail the Microsoft ship?Lamenting the sad state of the current crop of dystopic overlords. Who runs Google, really? Amazon might be the most attractive target, just don't take down...
2022-10-27
46 min
Regular Programming
About Proprietary Things
Notes will improve when beatings continue.
2022-08-29
55 min
Regular Programming
About Recruitment
Hopefully some day :)
2022-05-21
1h 06
Regular Programming
About 90/10
TBD
2022-03-28
34 min
Regular Programming
About Good Software
TBD
2022-03-14
47 min
Regular Programming
About Blockchain
TBD
2022-02-28
51 min
Regular Programming
About Docker
:)
2022-02-04
45 min
Regular Programming
Small Entrepreneurs
TBD
2022-01-20
57 min
Regular Programming
About Learning
Show notes may show up again some day. But right now we wouldn't be on it :)
2022-01-07
1h 04
Regular Programming
About Microservices
Thanks to the listener who chimed in and wanted our thoughts on microservices. That wasn't what put it on the topic list but I think we still get credit for responding to input right?
2021-12-20
52 min
Regular Programming
About Seniority
We apologize for any discomfort in the audio. We lost the original Ekeroot recording and had to use the backup cloud recording. The people responsible have been sacked.
2021-12-10
50 min
Regular Programming
About Programming Languages
This episode was a bit delayed, sorry about that. Poor planning on our part :)
2021-11-26
1h 24
Regular Programming
About Types
Show notes, hopefully some day :)
2021-11-08
52 min
Regular Programming
About Databases
Show notes TBD, maybe :)
2021-10-29
42 min
Regular Programming
About Production
Running with show notes?
2021-10-11
32 min
Regular Programming
About Vacations
Some show notes might show up later if you are lucky :)
2021-09-27
22 min
Regular Programming
About Observability
More notes TBD
2021-09-13
49 min
Regular Programming
About Gear
We're talking gear and trying to answer the always relevant question of what is needed to program.C++CSSHTMLJavascriptGymnasiumIBM's briefcase-shaped PCMonochrome monitorGlitch.app or maybe Glitch.ioRaspberry pi, all versionsMicrosoft ergonomic keyboardTrackballGHCSwiftRustLLVMProperty based testing explained by JessitronElixirErlangBEAMDialyzerDockerVagrantVirtualBoxMoore's lawLet's encryptBayesian inferenceASICBalrogLaggardFilco majestouch with Cherry MX blue switchesFilco majestouch tenkeyless with Cherry MX brown switchesKVM switchi3MoonlanderLogitech TrackMan Marble FX TrackballCounter-StrikeKerp used a trackball when playing League of LegendsSony zv1Elgato keylightBlue yetiAudio Technica atr2100x usbFocusrite ScarlettThinkPad T400ThinkPad T440sNFSTmpfs
2021-08-30
1h 29
Regular Programming
About Testing
Painstakingly putting together a framework on frameworks. Also name dropping as if there was no tomorrow.Ariane 5 rocket launch explosionTDDHaskellPythonMocking or mock objectsQuickcheckHypothesisPytestElixirPhoenix FrameworkDomain-driven designTelegramElixir Outlaws: Episode 97: Successfully VampedChaos monkeyPrince of persiaTesting telecoms software with quviq QuickCheckBlue green deploymentDjangoThe About ORMs episodeNew RelicDatadogPrometheusGrafanaPromExLivestream with Alex KoutmosAntiloop's Purpose in lifePurescriptPHPripgrepProtocol buffersThe Bike Shedfactory_boyGolden testsPython difflibPostgreSQLnginxElmNixosArch linux
2021-08-16
1h 18
Regular Programming
About Onboarding
Jonathan Stark speaks about value based pricing, his podcast Ditching Hourly is highly recommended.Fight Club
2021-08-02
57 min
Regular Programming
About Servers
Show notes are on vacation time. Hopefully we'll have them expanded eventually :)
2021-07-19
1h 02
Regular Programming
About Tooling
Notes will arrive if vacation allows.
2021-07-05
1h 01
Regular Programming
About ORMs
All about that base, data base no, trouble.ORMPythonPHPSQLAlchemyDjango ORMDrupalWordpressElasticsearchC# dapperEctoElixirThe pattern bookLaravelRubyJavaDieselSeldaHaskellSQLSQLitePostgreSQLMySQLMS SQLN+1 queriesselect_relatedprefetch_related aka The other oneRESTModelformsEcto schemasEcto changesetsHttp formsRepo insertRepo updateData mapperStructs in ElixirRecord typesDSLPost-mortem: 10 years in the vertical - Part 3Episode 4Cartesian productSQLAlchemy core and the other oneModuleErlangReducer, map, filter, etc.foldr, foldlBruce TateConstruct, reduce, convertElixir pipesPlug webserver
2021-06-21
1h 05
Regular Programming
About Frameworks
Painstakingly putting together a framework on frameworks. Also name dropping frameworks and everything under the sun as if there was no tomorrow.Phoenix FrameworktailwindcssalpinejsDjangojQueryWordpressLaravelSymphonyDrupalDjango adminDjango modelformsEcto schemas in PhoenixEcto changesets in PhoenixRuby on RailsDjango formsetsFlaskFastApiHTTP basic authDjango REST frameworkPlugCowboyLiveviewErlangCelerySidekiqCronRedisObanBeamPostgreSQLPostgrestViewsSchemaLemmingpantsGraphQLHaskellYesod Web FrameworkScottySqlite-simpleLucid: templating DSL for HTMLEDSL@HaskellWikiEDSL@Ward wikiSurface uiphpCycle.jsFunctional reactive programmingVirtual DOMElm architectureJavascriptPureScriptPureScript HalogenMithrilReactVue.jsVuex
2021-06-07
1h 07
Regular Programming
About Communication
On the benefits and woes of written communication. Code reviews are usually written, so we revisit them again.rfc2119 Key words for use in RFCs to Indicate Requirement LevelsDunning–Kruger effect
2021-05-24
54 min
Regular Programming
About Code Reviews
On the benefits and woes of code reviews.Accelerate by Nicole Forsgren, Jez Humlbe and Gene KimMarie KondoFlying workstationCI/CDKubernetes"Nobody expects the spanish inquisition!"hlintCredoclippyrustfmtdialyzerThe do-not-eat-all-the-resources-ticketpartial in Python
2021-05-11
58 min
Regular Programming
About Javascript
Sometimes you end up talking about Javascript. UnpolyMithril.jsLodashWebpackParcel.jsElixirPhoenixAlpine.jsStimulusTurbolinksCordovaReact nativenpxMarie KondoElevator sagaLars mentorshipFancy forms without JavascriptMozilla Developer NetworkMJPEGHTTP Live StreamingMembrane frameworkFFMPEGWebRTCWebUSBWeb BluetoothRemote Code Execution in Slack desktop appsStagefright, Android MMS remote code executionPine phoneArch LinuxShark phoneCAT phonesKaiOSReactReact RouterBonus: Opinionated reactAngularJSISO8601flatpickrMoment.jsVue.jsReact PortalsVuexStripecassie.codesFactorioSlay the spireBeam Bloggers Webring
2021-04-20
1h 08