The Function Call is a show about friends, and it’s also a show about programming. We get together and talk about tech, what we're working on, and the little things, like what we had for dinner last night. Come hang out, have a laugh, and maybe learn something new. Support this podcast: https://anchor.fm/thefncall/support
In this episode, we talked about a deep-dive series Austin has been working on, all about file uploads. We looked at file uploads in HTML and JS. Then moved into the backend with Node.js. We discussed multipart/form-data, "Chunks", "Buffers", and "Streams". After that, we discussed where to store files like Object Storage and S3. And briefly discussed deliver and security with a CDN.
Links:
General recommendations and accolades to unrelated products/services:
--- Support this podcast: https://podcasters.spotify.com/pod/show/thefncall/support
It's been a minute since our last episode so we had to spend some time catching up on things. We looked back at 2022 and spent some time sharing our hopes for 2023. It was a nice chat to get back in the swing of things heading into the year.
--- Support this podcast: https://anchor.fm/thefncall/support
In this episode Austin shares some cool things he's learned about recently. Edge compute can fix performance bugs in Apache, and the HTML capture attribute is a handy way to open up the user's camera. Grant goes into his new role where he gets to control TypeScript and ESLint rules at his organization; the ultimate power trip.
Links:
Love:
Support this podcast: https://anchor.fm/thefncall/support
In this episode, Austin shares about his recent experience with Remix.run, a full-stack JavaScript web framework. We discuss what it is, what it's not, some things we like, some things we don't, and how you can think about it. TLDR: It's pretty cool. In fact, it even got Austin to write React.
It was a very serious chat (sorry, no bloopers).
Appreciations:
Support this podcast: https://anchor.fm/thefncall/support
In this episode, Grant and Austin do some catch up on what’s been going on since the last call. Grant’s goes into all sorts of interesting stuff including Static Site Generation, working on design systems, migration from enterpriseGitHub to GitHub cloud, managing several different code bases with monorepos. Austin is mostly just happy to hear Grant talk about his day and shares some fun changes sing Akamai acquired Linode.
Shoutouts:
Support this podcast: https://anchor.fm/thefncall/support
In this episode Grant and Austin are visited by special guest and creator of AgnosticUI, Rob Levin. Rob shares the story behind AgnosticUI, how it got started, why the world needs it, and some interesting bits into how it all works. We also discuss some more general topics around design systems, CSS, open source, accessibility and more. He is a great guy with a very interesting project, and we think you should check it out.
Links:
Shout outs:
Support this podcast: https://anchor.fm/thefncall/support
In this episode Austin gets into it with Grant about working with agencies, and some of the pitfalls related. After a bit of venting we actual come around to some interesting content related to Gatsby, React, and working with TypeScript.
We cover:
Links:
Shout Outs:
Support this podcast: https://anchor.fm/thefncall/support
Grant wanted to share some things he wish he knew as a beginner that would have made his career easier. His tips boil down to:
Shout outs:
Support this podcast: https://anchor.fm/thefncall/support
Do you like progress? Well too bad because we’re using 90s technology until otherwise required!
In the episode, Austin schools Grant on why building forms to work with and without JavaScript matters, how you can do it, and some tips and tricks if you want to do it yourself. It’s one of those technical deep dive episodes that we like to mix in here and there and we get into native behavior vs JS, accessibility, UX, and more. We hope you enjoy.
Outline:
Links:
Shout outs:
Support this podcast: https://anchor.fm/thefncall/support
Isn't it obvious? We did the same thing everyone else is doing this time of year. We talked about recaps and highlights of 2021, and then some predictions and resolutions for 2022. Spoiler alert! 2022 is going to be a good year :D
Shou touts
Support this podcast: https://anchor.fm/thefncall/support
Ever wondered what sort of equipment Austin and Grant have for their office setup? No? Well, we’re going to tell you anyway. We covered desks, chairs, monitor arms, peripherals, audio/video stuff, and more. It’s just as boring as it sounds, but we hope you enjoy it nonetheless. Hey, they can’t all be bangers.
Links:
Shout Outs:
Support this podcast: https://anchor.fm/thefncall/support
Austin’s been working a lot with build tooling lately. In this episode, he takes Grant on a bit of a journey into the world of build tools and ASTs, or Abstract Syntax Trees. We talk Webpack, Rollup, Vite, Babel, and Acorn JS.
Links:
Shout Outs:
Support this podcast: https://anchor.fm/thefncall/support
In this episode, Grant and Austin do some eggnog math before chatting about burnout, ES Modules, building plugins for different build tools, interesting thoughts around island architecture and Astro. We went all over the place. Hope you enjoy the journey.
Links:
Shout outs:
Support this podcast: https://anchor.fm/thefncall/support
In this episode, Grant and Austin sit down to chat about the latest tech news that's on their minds. We covered a whole slew of things such as:
Shoutouts:
Support this podcast: https://anchor.fm/thefncall/support
In this episode, Grant and Austin discuss some of the trials and tribulations of maintaining the same dependencies across multiple projects. Some topics we cover are Package Registry (NPM/GitHub Packages), Monorepos, Framework-specific tooling, Learna, and Git Submodules.
Links:
Shoutouts:
Support this podcast: https://anchor.fm/thefncall/support
In this episode we had the pleasure of speaking with Amal Hussein about the sorts of things developers can do to level up later in their careers. The game changes as we progress, and she is a fantastic player. We discuss books to read, what to focus on, why Twitter followers means nothing, and everything wrong with Silicon Valley.
Links:
Support this podcast: https://anchor.fm/thefncall/support
In this episode, we’re getting the band back together to talk about HTTP requests. We cover a little bit about what they are, go into the options we have for making HTTP requests with JavaScript, and explore some libraries that make life easier on us.
Links:
https://web.dev/stale-while-revalidate/ * jQuery * Axios * Node-fetch * cross-fetch * isomorphic-fetch * Got * SWR * GraphQL + Apollo + Relay + React-graphql
Shoutouts:
Support this podcast: https://anchor.fm/thefncall/support
Experience makes you a stronger developer, except when it doesnt. Many in the dev community accept the idea that a lack of experience could be a liability on a project, however in a similar way someone with experience can have mental blocks as a result of that experience. We discuss in this episode how experience can influence decisions in a negative way.
Links:
Shoutouts:
Support this podcast: https://anchor.fm/thefncall/support
In this episode, Grant and Austin catch up on some cool new things around web development. Specifically, Vite and Vitedge, a new full-stack framework for "Edge-side rendering". Sparked by that coolness, we explore other rendering patterns such as strict server-side, client-side, static sites (build time), lambda functions, and more. Finally, we end with a silly discussion of frameworks vs libraries.
Links:
Shoutouts:
Support this podcast: https://anchor.fm/thefncall/support
In this episode, Grant and Austin talk all about environment variables. We cover the difference between private and public variables, how to keep them secure, keeping them in sync across teams, and where to store your precious precious variables. They may be keys, secrets, or just configuration strings, but hopefully this chat sheds some light on the subject for you.
Reference dotnev from Jest config:
// jest.config.js
module.exports = {
setupFiles: ['dotenv/config'],
};
Reference dotenv from NPM script:"jest": "node -r dotenv/config ./node_modules/.bin/jest",
"knex": "node -r dotenv/config ./node_modules/knex/bin/cli.js",
Links:
Shoutouts:
Support this podcast: https://anchor.fm/thefncall/support
Grant’s adventure into why compile time type checking isnt enough. Do you have a reliable data source. Is it really, really reliable? If not, you might like runtime type checking! Sometimes rapid parallel development is painful, solve that pain with runtime type checking! Austin and Grant discuss what problems lead to the development of runtime type checking apollo hooks. They cover the initial problem, the attempted solutions, and the process of developing the structure that allows this set of hooks to work.
Links:
Shout-outs:
Support this podcast: https://anchor.fm/thefncall/support
We start out this episode with a nice little “Grant Rant” section, then slowly transition into PEGD. If you never got PEGD before, give this episode a listend, and you might get PEGD after.
What is PEGD? Well it's Progressive Enhancement & Graceful Degradation, of course.
It’s pretty sweet. You should try it some time.
Links:
Shout Outs
Support this podcast: https://anchor.fm/thefncall/support
In this episode Austin introduces Grant to the wonderful world of CSS resets and normalizers. We discussed what they are, why you might want one, and what makes them different from a library/framework. Austin had some technical difficulties at the end, but it was a fun show regardless.
Links:
Shoutouts:
Support this podcast: https://anchor.fm/thefncall/support
Why did it break? Why does it work?
In this episode, Grant takes us on a Grant Rant about why the "It works and I have no idea why" meme is troublesome. How this erodes communication, confidence, and leads to a deeper sense of imposter syndrome. Austin goes along for the ride, mostly just for comedic value.
Shoutouts:
Support this podcast: https://anchor.fm/thefncall/support
In this episode, Grant and Austin have a MEANINGFUL chat about markup, but it was all just semantics. We covered a wide range of topics from HTML to accessibility to JSON-LD, and more.
Links:
Shoutouts:
Support this podcast: https://anchor.fm/thefncall/support
In this episode, Grant and Austin discuss some recent issues working with dates at work, advice about working with time and dates in JavaScript, what libraries we currently run with, and the future of time in the browser. We also share some takes on storing dates in databases, and the native HTML date input.
Links:
Shoutouts:
Support this podcast: https://anchor.fm/thefncall/support
In this episode of The Function Call, Austin, Grant, and AJ get a visit from special guest, Ben Katz. Ben shared lots of valuable insights about the interview process, both from the interviewer and interviewee side. For interviewees, we went into tips on getting a job, dealing with LinkedIn, and some things to look for and/or things to avoid. On the interviewer side of things, we talked about the lack of clarity on needs, how resumes are inherently boring, the fact that screening is usually arbitrary and lead to lots of false negatives, and problems with the interview process in general
Links:
Picks
Support this podcast: https://anchor.fm/thefncall/support
In this episode of The Function Call, Grant, AJ, and Austin sit silently in a room and just watch you buy your fifth tub of guacamole. Just kidding. We're talking all about analytics. We get into different types of analytics, various ways of implementing them, and some opinions of why we love and/or hate them. This was a very fun topic because it's so relevant today for balancing privacy and performance against business goals.
Links:
Shoutouts:
Support this podcast: https://anchor.fm/thefncall/support
Like shaving yacks? Well this is the episode to listen to! We discuss our pointless opinions about programming and decide once-and-for-all "tabs vs. spaces" and all sorts of other things that don't matter.
TLDR:
Shoutouts:
Support this podcast: https://anchor.fm/thefncall/support
In this episode we covered a whole gamut of client side options for storing data. Here's a list of some of the things we talked about:
Links:
https://serviceworkies.com/
https://squoosh.app/
https://localforage.github.io/localForage/
Shoutouts:
Support this podcast: https://anchor.fm/thefncall/support
In this episode, Grant and Austin share their thoughts on the state of the web. We cover topics ranging from operating systems to browser features to modifications in the language.
No shoutouts this time. Predictions instead.
Support this podcast: https://anchor.fm/thefncall/support
In this episode, Grant and Austin talk about the idea of ambidextrous development, or the ability to translate between various frameworks, libraries, and languages. Well covered "stack blinders", copying code from StackOverflow, and freeing yourself from a framework limited view of development.
Background: Grant suggested this topic after seeing this tweet.
“I'm working on some ecommerce components that would play nicely with use-shopping-cart right now. Anyone have a good resource on making ACCESSIBLE side panels to slide from the right? They can't be keyboard selected when off-screen”
https://twitter.com/Dayhaysoos/status/1307843621404790784
Links:
Shoutouts:
Support this podcast: https://anchor.fm/thefncall/support
In this episode, we get a guest visit from Stuart Runyan, VP of Engineering at Zesty.io. Aside from his insights, we fumble our way through explaining what a content management system is, different types of CMSs, why they're awesome, when they're not so awesome, and what to look for when shopping for one.
Support this podcast: https://anchor.fm/thefncall/support
In this episode, Austin shares everything he knows about JSON Web Tokens (JWT). Grant and AJ come along for the ride as we get into authentication vs. authorization, sessions, databases and more.
Support this podcast: https://anchor.fm/thefncall/support
In this episode, Austin sits down to chat with Sarah Shook all about her experience breaking into the Twitter tech scene. We covered tips on growing an audience, how to make friends, can Twitter help with your job search, and does it make you a better developer? Sarah is a very nice person and was a great guest.
Support this podcast: https://anchor.fm/thefncall/support
In this episode, our senior mechanical keyboard expert, Grant, tells us all about mechanical keyboards. A bit of history, a lot about different options, and we go into what we like or dislike about keyboards.
Support this podcast: https://anchor.fm/thefncall/support
In this episode, we take a whirlwind tour of CSS-in-JS, lead by our trusty pilot, Grant. We get an overview on what it is, why we need it, and what some good options are.
spoiler alert Austin does not approve.
Support this podcast: https://anchor.fm/thefncall/support
In this episode, we talk about serverless architecture. What it is, how it works, and what we think about it.
Spoiler alert Grant doesn't like serverless.
Support this podcast: https://anchor.fm/thefncall/support
Sitting down with Austin and Grant to talk about Server Side Rendering (SSR). We covered some of the benefits, some of the myths, and different ways to can accomplish it.
Support this podcast: https://anchor.fm/thefncall/support
In this episode, we walk through some of the tech stacks we're currently working with, what we would pick today if we were starting a greenfield project, and what technology we are interested in but have little to no experience. Give it a listen and let us know what your favorite tech stacks or pancake stacks are.
Support this podcast: https://anchor.fm/thefncall/support
We walk through a little history of our developer journeys. Where we were before programming, how we broke in, and what we're doing today. Give it a listen and get to know us a little better.
Support this podcast: https://anchor.fm/thefncall/support