The Stack Overflow Podcast - React, Vue, jQuery: what flavor do you like your Vanilla JS?

You can find Ferdinandi's post and video here.

12 years ago, back when Stack Overflow was a brand new site with just a few thousand users, someone asked a basic question: What is the difference between a framework and a library?

FreeCodeCamp has its own take on this question with a pretty interesting answer. "When you use a library, you are in charge of the flow of the application. You are choosing when and where to call the library. When you use a framework, the framework is in charge of the flow. It provides some places for you to plug in your code, but it calls the code you plugged in as needed."

There was no Lifeboat badge to call out this week, so we honored a Lifejacket winner instead. Shout out to Andreas for answering the queston: Are byte arrays initialised to zero in Java?

The Stack Overflow Podcast - Tim Berners Lee wants to put you in a pod, a web pod.

You can find out more about Sir Berners-Lee's work on Solid here.

Other topics discussed in this episode: 

Docker puts a limit on free containers. That has to be good for the environment. But is it also good for Docker and the future of its products? Sometimes, forcing yourself to make something worth purchasing  helps drive innovation. 

The Tao of Programming isn't new, and some of its technical references are a bit out of date. But it's still good for a laugh and little bit of enlightenment-lite.

Are you interested in putting on your own drone light show? Intel offers options to fit a range of budgets

This week's lifeboat badge goes to JCL for answering the question: C# compiler: CS0121: The call is ambiguous between the following methods or properties.

The Stack Overflow Podcast - If you could fix any software or technology, what would you change?

Paul spent the weekend building a parser, cause who doesn't? He needed a Regex, found one on Stack Overflow, looked over the characters, and realized this is not the way to get folks interested or excited about code. "You come across a problem and you think to yourself, I know I'll use a regular expression. Now you have two problems." 

This sets Sara off on a tangent about CSS. What's wrong with CSS in her opinion. Well, all of it. She shares a few thoughts on how it could have been built right. 

Ben dives into the endless annoyances Bluetooth has been bringing to his life recently. When you have four people in a family sharing six mobile devices and five sets of headphones, audio signals are constantly getting piped to the wrong ears. Now his car wants to connect. When Bluetooth tells you it's forgetting a device, how come it never keeps it promise?

Our lifeboat badge of the week goes to Zero Piraeus for answering the question: Why must dictionary keys be immutable? He provided his answer in the form an elegant short essay, and it's definitely worth checking out.

The Stack Overflow Podcast - Turning your coding career into an RPG with Sai Vennam

You can find Sai's videos here. Come for the deep dives on Docker, stay for the live lightboard  magic. Yes, I know what the comments say, but no, he isn't writing backwards. 

Sai also does a lot of work around OpenShift, the containerization software products created by Red Hat. He talks about what the tie up between IBM and Red Hat has been like and how the enterprise is increasingly learning to work with open source. 

Our lifeboat badge of the week goes to Alex for explaining why you're Getting this as undefined when using arrow function.

If you want to find more from Sai, you can follow him on Twitter here.

 

 

 

The Stack Overflow Podcast - The pros and cons of the SPA

Pawel Skolski wrote this definition of the SPA in 2016. "A single-page application is an app that works inside a browser and does not require page reloading during use. You are using these type of applications every day. These are, for instance: Gmail, Google Maps, Facebook or GitHub.
SPAs are all about serving an outstanding UX by trying to imitate a “natural” environment in the browser — no page reloads, no extra wait time. It is just one web page that you visit which then loads all other content using JavaScript — which they heavily depend on."

Tom McWright recently sparked some good discussion in the developer world with his article, If Not SPAs, What? He had written before about his belief that SPAs had done little to reduce the complexity of web development, but hadn't really given readers other options. In his latest post, he tried to offer some possible alternatives. 

Our lifeboat of the week of the week goes to Glortho for explaining how to add http:// to url if no protocol is defined in javascript?


 

 

 

The Stack Overflow Podcast - The story behind Stack Overflow in Russian with Nicolas Chabanovsky

Nicolas will be the first to tell you that the version of Stack Overflow he helped to create began as a clone. It developed into a very popular site on RuNet and through persistent emails, Nic was able to find a way to make it an official part of the Stack family. 

Nic talks a bit about the unique culture of SO's Russian community and how each regional version of SO, from English to Spanish to Japanese, has developed its own etiquette and approach to moderation and Q&A. 

Nic and Sara also share some updates on their love of Jupyter Notebooks and how they make it easy to combine blogging with data analysis and presentation. 

Shout out to our life boat badge of the week, Aliaksandr Kavalenka , for answering the question: How to use DatePickerDialog in Kotlin?