Thursday, April 30, 2020

middy is a middleware framework for AWS Lambda written in Node.js - I like the syntax, looks pretty good loige.co #

Exploring Node.js Internals - Interesting deep dive into the node core and how the various pieces are connected together smashingmagazine.com #

Turning Vue components into reusable npm packages voorhoede.nl #

Monday, April 27, 2020

If Andromeda Were Brighter, This is What You’d See - Andromeda is the closest galaxy to our galaxy the Milky Way, the to-scale drawings in this article are mind blowing, also I did not know we were on a collision course, though that will happen in a very very long time waitbutwhy.com #

SpaceX’s future deep-space rocket passes key test, paving the way for short flight theverge.com #

Sunday, April 26, 2020

Interesting piece that looks at how well positioned Netflix is right now in comparison to a lot of the studios, they operate in a very different way which has resulted in them having already shot a lot of their productions well in advance theverge.com #

Saturday, April 25, 2020

Shell productivity tips and tricks - Lots of handy shortcuts for making your shell sessions more like being in vi/emacs blog.balthazar-rouberol.com #

How the Voyager Golden Records Work - Great podcast episode to listen to on a Saturday afternoon iheart.com #

Steps to secure AWS Serverless - Lambda - Setting up your lambdas and associated resources can be a little complex, this article does a good job of clarifying the process with some illustrative architecture diagrams medium.com #

Friday, April 24, 2020

Elon Musk announces plans for Starlink internet - “Private beta begins in ~3 months, public beta in ~6 months, starting with high latitudes” slashgear.com #

Netflix blows away new subscriber expectations - Some impressive numbers but I think the standout bit of this article is the praise Netflix CEO gives Disney for their recent successes cnbc.com #

JavaScript the Hard Parts - Asynchronous JavaScript - I found this video a few weeks ago while looking to refresh my knowledge on how the javascript event loop functions, I really recommend spending the time to watch it, Will Sentance CEO of CodeSmith and the classroom lecturer in the video, has a very entertaining and somewhat old school british style of teaching, with a perfect balance of humour, repetition over difficult parts, and light interaction with a live online audience, the whole thing has a sort of effortless, improv quality about it, while dissecting the difficult parts of javascript with precision and mastery - It takes a little while to get started, give it a chance and watch the whole thing when you are not in a hurry :) youtube.com #

Thursday, April 23, 2020

Netlify Build Plugins - I want to know how to use the build cache to optimise builds, I had a quick look through some of the plugins but didn’t find anything, this new build plugins feature looks pretty cool though, I quite like their implementation because it’s simple and just regular javascript with a small bit a configuration docs.netlify.com #

“AI Eurovision” Special - Where androids dream of electric guitars - Interesting tech.eu episode this week if you are into tech/ai and/or music, from very eurovisiony, to experimental punk metal, these teams use a fascinating variety of programming and ai techniques to create their compositions tech.eu #

Sunday, April 19, 2020

30 years of the great British gastropub - I worked at one of the early London gastropubs so I enjoyed this short recap of the posh food and a pint scene theguardian.com #

Saturday, April 18, 2020

Debugging NodeJS AWS Lambda with VSCode and Serverless medium.com #

Debugging Typescript AWS Lambda with VSCode and Serverless medium.com #

serverless-offline - Emulate AWS λ and API Gateway locally when developing your Serverless project github.com #

Today I Learned (TILs) - Incredibly simple yet useful idea for a repo, that all the items are categorised in super nice, but there is also a daily view -- the commit history - This repo should be in the Louvre :) github.com #

Friday, April 17, 2020

jQuery 3.5.0 Released - Mostly security fixes, it's nice to see more mature projects continuing to develop, there is a lot of JQuery out there blog.jquery.com #

NASA and SpaceX set the date for Crew Dragon’s historic launch - It will be the first time they have launched with astronauts onboard slashgear.com #

Saturday, April 11, 2020

GitHub Protips - Tips, tricks, hacks, and secrets github.blog #

Porting to TypeScript Solved Our API Woes - Makes a pretty strong case for Typescript, especially their technique of having the types exported from the database and enforced through all the layers from API to the client React app executeprogram.com #

Understanding (all) JavaScript module formats and tools - I haven’t had time to read all of this yet, hoping to read later, it’s a good summary - Makes me wonder what programmers from other languages think about javascript modules weblogs.asp.net #

Friday, April 10, 2020

NASA’s Mars 2020 Perseverance rover gets its record-setting cargo - An actual Mars helicopter - I really hope it plays the Airwolf theme tune when it flies around slashgear.com #

Wednesday, April 8, 2020

A Static Future -
The magic of compile-time workflows - Makes probably the clearest and most concise case (that I have read) for why the new static site / JAMstack trend is an important shift in the web development space, and why incremental builds is the next big SSG development that’s going to make it possible to build much bigger sites statically joshwcomeau.com #

Monday, April 6, 2020

Microsoft updates Skype so you don’t need an account or have to download software, simple in-browser tool that opens when meeting link is clicked skype.com #

What happens when ... Kubernetes edition! - Pretty thorough deep dive into Kubernetes internals and component design all from the perspective of running one provisioning command, it’s certainly impressive but wow is it complicated, just to run a few websites, though if you are running a lot of services there is a point where the added complexity is worth the effort github.com #

Godot Game Engine with Juan Linietsky - Podcast discussion with the creator of the open source games engine, covers a lot of ground but also very approachable if you are in a unrelated area of the IT sector, a lot of similarities with movie software, and also UI frameworks softwareengineeringdaily.com #

Saturday, April 4, 2020

Serverless Development with Jeremy Daly - Podcast discussion about the current landscape in serverless, it’s striking how much things have evolved in only a few years, some really interesting and advanced architectures are now possible, but of course there are trade-offs to consider softwareengineeringdaily.com #

Friday, April 3, 2020

A Practical Guide to Memory Leaks in Node.js - Good explanation with examples of how to create and analyse heapdumps in NodeJS arbazsiddiqui.me #

Another NodeJS debugging tutorial, this one is all about NoseJS built in diagnostics feature - Lots of cool features I wasn’t aware of nodesource.com #

Node.js in a Kubernetes world - All the essential things you need to know about as a NodeJS dev working with apps running on Kubernetes, well written and focuses on developer concerns developer.ibm.com #

Amazon and Apple Strike Deal for Prime Video In-App Purchases and Subscriptions - Sounds kind of complicated at first, but read through to the analysis at the end to get a view on what each party gets out of the deal daringfireball.net #

Wednesday, April 1, 2020

Some interesting features are on the way in Microsoft Edge - Collections, Vertical Tabs, Smart Copy and 4k Netflix arstechnica.com #

Rivian Wants to Bring Electric Trucks to the Masses - Cool to see some more contenders move into the Cybertruck space, this one has a novel skateboard chassis design, battery platform wrapped in ballistic and waterproof materials, wheels that each have their own motor, allowing them to move independently to perform a tank turn wired.com #

Japanese astronaut joins the crew for SpaceX Dragon mission to space station geekwire.com #

That's My Jamstack Podcast - Aaron Frost on Scully, working too much and the merits of ice fishing - Pretty good discussion, helped me to think a bit more clearly about the Jamstack landscape, especially when it comes to what tools are being developed to build static sites using modern javascript frameworks thatsmyjamstack.com #

Showing the last 25 active days.

For more content, use the navigation tree in the sidebar to explore the full archives.