markjgsmith

Linkblog

2020/09/30 #

  • 10:57:44 +07:00 Who needs Javascript symbols? - I’ve been seeing Symbols in various code based recently, this article covers the essentials without getting swamped in implementation details# dev.to

  • 12:14:52 +07:00 Just a test post, nothing to see here, my thanks to Marge for helping with this test# giphy.com

  • 22:24:14 +07:00 It’s Marge again, doing her testing thing, thanks again Marge :)# giphy.com

2020/09/29 #

  • 13:10:42 +07:00 Google Demands 30% Cut From App Developers in Its Play Store# www.nytimes.com

  • 15:32:46 +07:00 The Flavors of Object-Oriented Programming (in JavaScript) - I mentioned interest in javascript classes as well as getters and setters 3 days ago, and today a well written article about exactly that, and it’s at just the right level of detail, though it is rather long, which is more emblematic of the nature of javascript than it is the quality of the article - On the one hand it is quite nice to have several ways of doing things, especially for experienced developers, but for learning I feel it makes it more difficult, though perhaps once you finally do understand it, you know it better because you’ve had to think about it from so many different angles, but even then I suspect the weeds are always just a short distance away, maybe the vigilance necessary eventually becomes second nature# css-tricks.com

  • 16:50:22 +07:00 Given the incredible efficiency of the internet to deliver incredible javascript articles covering exactly the topic I am currently interested in, it’s probably a good time to mention that I offer NodeJS development services, it’s a great time to start as project, feel free to get in touch with me!# blog.markjgsmith.com

  • 17:01:41 +07:00 I also have a patreon account, it you like the links I post, and even if you don’t particularly like them, it would be great to have you as a member of this very exclusive club :)# www.patreon.com

2020/09/28 #

  • 10:54:46 +07:00 Back-end Developers RoadMap - Quite a comprehensive list, there is a lot to learn, but the best way is to build a complete app while you are learning these topics# dev.to

  • 12:23:37 +07:00 There is some talk about the UK repealing GDPR and creating its own data protection legal framework# www.theguardian.com

  • 15:34:34 +07:00 GitHub Actions - Looks to me like the docs have had a bit of a restructuring, at least today I was able to quickly find the actions config syntax# docs.github.com

2020/09/27 #

  • 00:18:10 +07:00 Rolling Stone's 500 Greatest Albums 2003 vs. 2012 vs. 2020 - Really liked this list, very fun# news.ycombinator.com

  • 10:56:06 +07:00 Vime is a customizable, extensible, accessible and framework agnostic media player - Pretty cool library if you are looking to integrate a media player to play videos from multiple places like Vimeo, YouTube etc, based on web components, should be easy to integrate into most frontend frameworks# vimejs.com

  • 12:21:44 +07:00 The failed promise of Web Components - Based on the title, you would think this article was a bit of a downer as far as web components go, but it’s actually quite a good read, with some good points made and some constructive suggestions, and it has resulted in some interesting discussion in the comments# lea.verou.me

  • 12:33:32 +07:00 Elon Musk slams Microsoft exclusively licensing OpenAI's text-generating software - I like that Elon is standing up for openess, but I’m not sure what the best approach is for AI, on the one hand the power gained from these new AI technologies is in such a massive scale that it might be quite dangerous, but is it safer to have all that power in one (or a few) company, or just have it widely available to everyone and hope that everything balances out for the better# www.businessinsider.co.za

  • 13:23:45 +07:00 How Amazon’s Luna cloud gaming service compares to Stadia, xCloud, and GeForce Now - Interestingly the iOS version of Luna is a progressive web app so they don’t have to pay Apple 30% or use their payments provider, also because it’s a progressive web app, it is completely cross platform and you can switch between any devices mid-game just by opening a URL# www.theverge.com

  • 13:40:44 +07:00 16,000 BBC Sound Effects are made available by the BBC in WAV format to download for use under the terms of the RemArc Licence# bbcsfx.acropolis.org.uk

  • 13:44:02 +07:00 New Field Recording: Motorbike Sales Guy 1# archive.org

2020/09/26 #

  • 08:39:52 +07:00 Coalition for App Fairness unites developers to fight Apple's App Store fees and policies# appleinsider.com

  • 08:40:13 +07:00 Google plans crackdown on major developers circumventing Play Store in-app purchase rules# 9to5google.com

  • 10:56:25 +07:00 Employees threaten to strike if Spotify refuses to censor Joe Rogan# www.mmamania.com

  • 11:38:54 +07:00 Dark mode with only 1 css property# dev.to

  • 13:58:42 +07:00 Ring’s latest security camera is a drone that flies around inside your house# www.theverge.com

  • 13:59:55 +07:00 graffiti - Minimalistic GraphQL framework - According to the docs this library makes it super simple to implement a graphql endpoint in node with just some mongoose models and configuration placed in a directory tree# github.com

  • 17:22:39 +07:00 Feature watch - ECMAScript 2021 - I was most interested in the candidate features adding public and private fields to classes, having read through most of the description here I am left with the overall impression that it introduces a lot of complexity, maybe it’s because so much of the implementation is visible and that in practice once you start using them it will be kind of obvious, but this article doesn’t make me want to dive in, plain old javascript objects get you pretty far# 2ality.com

  • 18:06:04 +07:00 JavaScript properties, getters and setters - Ever wondered why javascript has special getter and setter properties, couldn’t you just use a regular method? Turns out you totally can, but it’s not “modern”, after reading this article you will at least know the different ways, and what is modern# programmingwithmosh.com

2020/09/25 #

  • 11:11:55 +07:00 A Podcaster’s Guide to RSS - Has the specification details for the iTunes specific tags you have to add to the feed so that it can be read by Apple# help.apple.com

  • 11:22:25 +07:00 How’s my feed? - Another podcast feed validator tool# podba.se

  • 12:54:11 +07:00 The Dream Team Tapes - Really enjoyed this 8 part podcast series chronicling the stories around the greatest team in NBA history, various impromptu interviews from some of the best - Michael Jordan, Magic Johnson, Larry Bird, Charles Barkley, Scottie Pippen, Patrick Ewing, Karl Malone, Clyde Drexler and the others, if you were watching basketball in the early 90s you’ll probably really like this series# www.iheart.com

2020/09/23 #

  • 10:18:30 +07:00 The vanilla Javascript basics to know before learning React JS# dev.to

  • 12:40:23 +07:00 Ben Thompson does an overview of the current state of bundles in 2020, Microsoft, Disney, Apple, Amazon and Netflix - I haven’t read this through yet because my head is in a low level javascript space with very different abstractions right now, plus noisey cafe, and I’m not able to parse his analysis well enough, but Ben always has good analysis in both his audio and written content, so I’m hoping to read this later, it’s got a good opening and it’s a topic I’m very interested in# stratechery.com

  • 13:23:00 +07:00 The Era of Visual Studio Code - Well written thought piece about editors and VSCode in particular, interesting to me is the fact that I had hardly any issues parsing this in a increasingly noisey cafe even though arguably the complexity of the text is higher than the previous bundles piece posted, I suppose it’s just familiarity / fluency with the concepts# blog.robenkleene.com

  • 13:31:01 +07:00 New Field Recording: Noisey Cafe# archive.org

  • 13:35:26 +07:00 New Field Recording: Noisey Cafe 2# archive.org

  • 13:50:49 +07:00 An Introduction to Multi-Platform Design Systems - Looks interesting, another one for reading later...# dbanks.design

2020/09/22 #

  • 08:18:53 +07:00 What I realised after learning Python, TypeScript and Kotlin - A lot of languages have very similar roots and it’s relatively easy to switch between them once you know one of them well# dev.to

  • 08:32:33 +07:00 10 Niche Ideas for Web Developers to Get Clients - Some good tips on market segments to target as a web developer# dev.to

  • 11:41:18 +07:00 Creating a podcast website using GitHub and the Internet Archive# wiobyrne.com

  • 15:12:43 +07:00 A field recording of some chanting I made around 2016, somewhere in south east asia, most probably quite early in the morning# archive.org

2020/09/21 #

  • 09:40:14 +07:00 Let's Encrypt's New Root and Intermediate Certificates - Quite technical but well written and relatively easy to understand, interesting to see their architecture and how they handle migrations over long periods of time# letsencrypt.org

  • 10:09:02 +07:00 NetNewsWire 5.1 for Mac - New release of the open source RSS reader, has a neat Feedly sync feature# nnw.ranchero.com

  • 12:24:25 +07:00 I’m having tremendous trouble reading this article about fish sticks because as a Brit these are called fish fingers and fish sticks just sounds silly to me, but as an adult fish finger sounds a bit off because really you don’t want to be eating fingers of any kind, as a kid none of this stuff ever mattered because the name is obviously just a pointer to the thing that is nice to eat# thehustle.co

  • 12:39:13 +07:00 I’m 42 today so I’m thinking about the Hitchhicker’s Guide to the Galaxy# simple.m.wikipedia.org

  • 14:28:34 +07:00 What is Microdata?# dev.to

2020/09/20 #

  • 10:09:06 +07:00 10 useful HTML5 features, you may not be using - Some if these have neat functionality that works without javascript# dev.to

  • 10:13:22 +07:00 Bootstrap Templates - Open-Source and Free - If you are looking to create an admin panel or dashboard these could be a good way to go# dev.to

  • 17:52:50 +07:00 Reef - A lightweight library for creating reactive, state-based components and UI - I had not seen this framework before, docs are easy and quick to read, worth considering for smaller projects# reefjs.com

  • 18:16:26 +07:00 How vanilla JS Proxies work - I’d been reading about proxies recently but I couldn't think of many real world examples of where to use them, turns out you can create reactive UI components with them# gomakethings.com

  • 18:27:49 +07:00 GitHub CLI 1.0 is now available - I’ve always wanted to be able to manage PRs, issues etc from the command line, turns out there is a cli tool for that, the latest version has just been released# github.blog

2020/09/18 #

  • 09:22:53 +07:00 Apple is making Shazam a bigger part of your iPhone - I had missed the news that Apple had bought Shazam last year, so this is a nice surprise, in upcoming iOS you’ll be able to identify a song you’re currently listening to, even when you are using headphones, so it theoretically should work while you’re listening to podcasts, IMO probably the best feature to be added to the phone in the past 5 years# www.theverge.com

  • 16:48:57 +07:00 undici - An HTTP/1.1 client, written from scratch for Node.js# github.com

  • 19:49:51 +07:00 To All The Jobs I Had Before - the author summarises the things she learnt in the jobs she had before becoming a developer, well thought out and nicely written# elisabethirgens.github.io

2020/09/17 #

  • 09:48:48 +07:00 Amazon Music Joins Podcasting Fray# www.wsj.com

  • 10:19:15 +07:00 Writing even more CSS with Accessibility in Mind, Part 1 - Progressive Enhancement - This article does a great job of explaining progressive enhancement with neat examples, I wish there were more articles like this because progressive enhancement is brilliant but it’s difficult to imagine how to actually implement features# www.matuzo.at

  • 13:38:36 +07:00 Interview with Andrew Bosworth (VP of AR and VR) about Facebook's Project Aria, they are test-driving tech for AR glasses - I’m wondering what cool developer tools you could create in an AR world# www.cnet.com

  • 14:38:32 +07:00 material-shell - A modern desktop interface for Linux - It’s a Gnome extension that implements a tiling UI that sort of resembles tmux but it’s more modern, the official website is quite cool looking, there is also a floating mode if the tiling is getting annoying# github.com

  • 15:09:33 +07:00 I just created a Patreon page, not quite sure if I did it right, an experiment that probably won’t go anywhere, but if you like the links I post, it would be nice to have some patreons! :)# www.patreon.com

2020/09/16 #

  • 10:14:48 +07:00 Chinese database details 2.4 million influential people, their kids, addresses, and how to press their buttons - I wonder how they expect the western countries to react, seems like they are betting either the west already has a similar database, or it will build one, or do they expect them to just do nothing, it’s the worst kind of race to the bottom, where we all end up imprisoned by the technology we are building# www.theregister.com

  • 16:27:04 +07:00 What is the Value of Browser Diversity? - Well written and thought out piece about the danger to the web of loosing Firefox, with only one rendering engine the web sort of becomes another App Store, I hope they keep the URLs# daverupert.com

  • 17:13:58 +07:00 Would you use a mobile device with no App Store, where you could only use apps you wrote yourself?# dev.to

  • 18:07:06 +07:00 Apple accuses Epic of ‘starting a fire and pouring gasoline on it’ in new Fortnite filing - I can say from personal experience that it’s definitely the gasoline pouring that’s the problem not the fire starting, it’s really something to experience, the fire doesn’t give a shit about gravity and will ignite the gasoline all the way right back up into whatever pouring device you are using, and now you have to dispose of pouring device full of gasoline which is on fire, not very easy to do safely (makes me wonder a bit about the quality of this analogy) - Anyway, very fucking scary, very fucking dangerous, if you’re thinking “yeah but it’s just a small bit of gasoline”, nope doesn’t matter, and it happens lightning fast# www.theverge.com

2020/09/15 #

  • 13:44:33 +07:00 Building YouTube Shorts, a new way to watch & create on YouTube - This looks interesting# blog.youtube

  • 14:41:35 +07:00 How I became a certified Scrum Master in 3 days - A lot of companies I speak with these days are doing some form of SCRUM, this article has lots of relevant links to learn the methodology and get a certification# dev.to

  • 16:19:33 +07:00 Raspberry Pi as a local server for self hosting applications# cri.dev

2020/09/13 #

  • 00:04:58 +07:00 Deep Dive - Next Gen low level Node HTTP APIs - A look at the low level QUIC protocol implementation, mention of possible web-sockets replacement, and also a discussion around a unified http library and how the higher level frameworks could use this next gen API# m.youtube.com

  • 09:29:58 +07:00 How TechCrunch took Disrupt virtual - and grew for its tenth anniversary# digiday.com

  • 12:24:41 +07:00 Why Apple’s anti-tracking move hurts everyone … but Apple - There are some compelling arguments in this article, but as a user I feel like there should be an option to just turn off tracking all together in case the tracking gets too oppressive, and as a developer I would argue the same thing because if it’s always on you might not be able to debug issues completely# venturebeat.com

2020/09/11 #

  • 10:51:19 +07:00 Blue/Green Node.js Deploys with NGINX - Great write up, I have built very similar setups myself - It does get quite complicated, but you get the ability to deploy anywhere - Maybe some better open source tools will be developed to make the process easier# dev.to

  • 12:39:23 +07:00 React 17 - Why it's so important ? - Quite a good summary of the changes arriving in the latest version of the framework# dev.to

  • 12:45:47 +07:00 I'm writing this on my phone - Dave Rupert experiments with writing blog posts on a mobile device and writes about his perceptions as he writes# daverupert.com

  • 17:33:20 +07:00 Minitel - The Online World France Built Before the Web - I remember the Minitel numbers on TV and Radio, they were everywhere, very much like how Twitter hash tags are today, interesting comparison to the Apple app store ecosystem - Nice bit of computing history, well written article# spectrum.ieee.org

2020/09/10 #

  • 23:26:56 +07:00 Wes Todd did a Twitter poll to find out what preference folks have for the .use() syntax for NodeJS next generation HTTP APIs# mobile.twitter.com

2020/09/09 #

  • 00:05:56 +07:00 Chris Coyier does a roundup of recent progress in web components, disappointing to hear that with the way people seem to be using them, we are just as locked as using a framework# css-tricks.com

  • 12:01:16 +07:00 Apple counter-sues Epic - The high profile case continues, I hope all the users are ok, I guess mostly it’s probably fine because it’s just games, but these days some people rely on these platforms to make a living# www.cnbc.com

  • 12:15:51 +07:00 Working with JavaScript Media Queries - I’ve used media queries in CSS a lot but I didn’t know you could use media queries from javascript - Cool!# css-tricks.com

2020/09/06 #

  • 23:46:19 +07:00 Mongoose 5.10 -Optimistic Concurrency - Another new and interesting Mongoose feature is around concurrency which ensures that you don’t corrupt data by modifying two copies of the same document at the same time# thecodebarbarian.com

2020/09/05 #

  • 12:44:48 +07:00 Mastering Hard Parts of JavaScript - A participant in the frontend masters course is writing up notes on GitHub as he completes the course - Worth a read because imo this course looks like best in class# dev.to

  • 12:56:09 +07:00 Designing a JavaScript Plugin System - I really liked this article because though we use libraries every day that have plugin systems, there isn’t that much material on how to go about actually building a plugin system for your app - the tutorial builds the “world’s smallest plugin system”, it’s a calculator where you can register new functionality by writing a plugin, by the end of it you have a good idea of how to structure plugin systems and the trade-offs inherent in designing such functionality# css-tricks.com

2020/09/04 #

  • 12:15:52 +07:00 Online Privacy Should Be Modeled on Real-World Privacy - Short John Gruber privacy rant, he makes a lot of very valid points# daringfireball.net

  • 13:08:18 +07:00 How to program with wingdings# dev.to

2020/09/03 #

  • 10:16:28 +07:00 What podcasts do you listen to?# dev.to

  • 17:14:08 +07:00 JavaScript Runtime and Its Components For Web Developers - ECMAScript, DOM, and the BOM# dev.to

  • 22:45:45 +07:00 React is becoming a black box - The discussion around this article is quite informative, it’s mostly about React classes vs hooks, but also more generally about the React community dealing with changing mental models as the framework evolves# news.ycombinator.com

2020/09/02 #

  • 15:06:30 +07:00 GitHub introduces the GitHub Container Registry# github.blog

  • 15:45:13 +07:00 The problem with C - Interesting article that covers the relationship between C and C++ and the two developer communities - I think there could be a similar dynamic developing between Javascript and Typescript, that’s why I previously asked what the TC39 committee thought of Typescript, well the point to note is that as far as C++ developers are concerned they want C to not evolve as a language, they want to keep it simple, they don’t want C to have new features, and then they also blame C for all the problems in C++, “many C++ developers wait for the day when C finally burns in the hot flames of hell”, that’s not a good dynamic# cor3ntin.github.io

2020/09/01 #

  • 10:07:04 +07:00 The Architecture of Open Source Applications -Interesting sounding book, but also some interesting ideas for developer podcasts in this HN thread# news.ycombinator.com

  • 10:13:28 +07:00 Facebook Threatens to Cut Off Australians From Sharing News - The australian government is trying to pass legislation forcing Google and Facebook to pay media companies# www.bloomberg.com

  • 10:19:03 +07:00 Twitter releases feature to create Tweets about a Tweet and calls them “Quote Tweets“ - Cool feature name# 9to5mac.com

  • 11:10:23 +07:00 Facebook - “we are left with a choice of either removing news entirely or accepting a system that lets publishers charge us for as much content as they want at a price with no clear limits”# about.fb.com

For enquiries about my consulting, development, training and writing services, aswell as sponsorship opportunities contact me directly via email. More details about me here.