Search
Inline Image Previews with Sharp, BlurHash, and Lambda Functions
19.5.2022
Don’t you hate it when you load a website or web app, some content displays and then some images load — causing content to shift around? That’s called content reflow and can lead to an incredibly annoying user experience for …
Inline Image Previews with Sharp...
Je libo strategii ze světa Half-Life? Vyzkoušejte nezávislé Lambda Wars
24.2.2021
Po čtrnácti letech od oznámení na Steamu konečně vyšla hratelná betaverze fanouškovské modifikace, která z legendárního Half-Lifu dělá real-timovou strategii. Zahrát si ji můžete zcela zdarma
The Half-Life 2 RTS Is Finally "Out" After 13 Years Of Development
23.2.2021
For over a decade now, a group of fans have been working on Lambda Wars, a real-time strategy game set in the Half-Life universe. Originally a Half-Life 2 mod, and later a standalone beta, the thing is now finished, or as finished as a game ever gets these days, anyway.Read more
Netlify Background Functions
10.11.2020
As quickly as I can:
AWS Lambda is great: it allows you to run server-side code without really running a server. This is what “serverless” largely means.
Netlify Functions run on AWS Lambda and make them way easier to use. For example, you just chuck some scripts into a folder they...
Some Performance Links
3.7.2020
Just had a couple of good performance links burning a hole in my pocket, so blogging them like a good little blogger.
Web Performance Recipes With Puppeteer
Puppeteer is an Node library for spinning up a copy of Chrome “headlessly” (i.e. no UI) and controlling it. People use it...
Building Your First Serverless Service With AWS Lambda Functions
29.5.2020
Many developers are at least marginally familiar with AWS Lambda functions. They’re reasonably straightforward to set up, but the vast AWS landscape can make it hard to see the big picture. With so many different pieces it can be daunting, and frustratingly hard to see how they fit seamlessly into...
In Defence of “Serverless” —the term
14.1.2020
Ben Ellerby:
For now Serverless, to me at least, manages to do a hard job, defining the borders of a very fluid and complex space of possible solutions in which we can build next-generation architectures. It would help if there was not a framework of the same name, it would help if people didn’t...
Blockstack Partners With Lambda School To Help its Students Build Apps and Earn
19.8.2019
Lambda School announced on August 13 that it had entered in a partnership with blockchain services provider and dapp building company Blockstack. The partnership will allow Lambda students and alumni to work with the company for building blockchain-based applications, and earn cash for it. Have...
Blockstack Joins Lambda School for New Platform to Teach App Coding
13.8.2019
Blockstack announces collaboration with Lambda School to teach dApp coding
Using Netlify Forms and Netlify Functions to Build an Email Sign-Up Widget
2.8.2019
Building and maintaining your own website is a great idea. Not only do you own your platform, but you get to experiment with web technologies along the way. Recently, I dug into a concept called serverless functions, starting with my own website. I’d like to share the results and what I learned...
Forms, Auth and Serverless Functions on Gatsby and Netlify
31.5.2018
Abstracting infrastructure is in our DNA. Roads, schools, water supply networks—you get the idea. Web development is no exception: serverless architectures are a beautiful expression of that phenomenon. Static sites, in particular, are turning into dynamic, rich experiences.
Handling static...