Post details
For varying levels of seniority, from senior, to staff, and beyond.
For varying levels of seniority, from senior, to staff, and beyond.
There have been discussions in the aftermath of the log4j vulnerability about whether or not open source is broken or sustainable, what we can do to improve the sustainability of the open source ecosystem moving forwards, and the entitlement of users and companies in expecting maintainers to fix their problems.
The website of Robin Rendle, a designer and writer from the UK.
Remains of your attention span. Photo by Pablo Martinez on Unsplash This is exactly why you can’t focus on reading anything longer than a mobile page length these days. Not even a blog post, let alone …
Life without a REPL, and how to still be able to manipulate production which even has quite a few benefits over more one-off REPL-driven operations..
Something I've been thinking about for an alternative to rails console
for Go, and of course Brandur Leach has excellent thoughts about it
As the world changes, so too must Tech Nottingham. We explore the future of Tech Nottingham events.
A lovely post, and I know that it was a very difficult post to write - but also not that TN will cease to be a thing.
The team have worked so incredibly hard to make remote work and it definitely feels like the right call, albeit a shame!
For many open source consumers the "logical units" being depended on are libraries. However, the libraries themselves are only a product of what consumers are actually depending on: people. Y...
The pandemic made evident how much work can, and should, be different. The forced change to accommodate remote workflows also brought to light what I like to call “virtual offices”. Unlike truly remote friendly workplaces optimized for asynchronous communication, these aim to merely transport the office into a virtual space keeping the same unnecessary constraints of synchronous work intact, only replacing shoulder taps with Zoom calls. I’d love if we collectively agreed to start using a more appropriate name for these. They are office-less companies but they are not remote-friendly.
Map your (least) favorite programming language to your favorite Planet Express crew member based on its characteristics.
The problem is when you have a lot of posts, names start overlapping, or you want to make the date it was from more visible.
Still I do agree it can be useful!
Documenting my experiences and learnings, with the goal of helping other software engineers on their journey
Some really great posts here that have made it much easier for me to get started with Go!
Ruby made its YAML interpreter more secure by default at the cost of backward compatibility. Developers weren’t given heads up warning about the changes.
A report of my positive and negative experiences with Go after using it for 6 months at work.
Small and independent blogs are always full of surprises. The more blogs I stumble upon, the more genuinely surprised I am by the things people do with their blogs. It seemed like a good idea to …(https://brainbaking.com/post/2022/04/cool-things-people-do-with-their-blogs/)
What? you can do that in Linux? It turns out you can! First, let’s see it in action. Here I retrieve a binary from my Raspberry Pi which is an ARM binary and execute it in my x86_64 machine …
Over the course of 2021, the IndieWeb community had several popup sessions to continue the refining of the spec. This culminated in a release of the latest iteration on February 22, 2022. I really …
The long-running BBC sci-fi show Doctor Who has a recurring plot device where the Doctor manages to get out of trouble by showing an identity card which is actually completely blank. Of course, this …
Key principles using modern CSS, fluid type, fluid space, flexible layout and progressive enhancement will help you to build better front-ends that work for everyone.
Before we begin: The content in this article assumes knowledge of table-driven tests in Go.
So, GitHub just got bought by Microsoft and this got me and a bunch of people thinking about the dependence of Go on GitHub as a piece of…
Introduction If you have been working with Go programming language for a while, you would have noticed that a lot of open source packages that you import start with github.com/…. You would then use go get command to download the package and add it to your go.mod file. For instance: $ go get -u github.com/abvarun226/goiplookup What if you did not want this dependency on Github and rather wanted to host your own git server?
Lightspin obtains credentials to an internal AWS service by exploiting a local file read vulnerability on the RDS EC2 instance using the log_fdw extension.
Do you need a staging environment? We've written this short blog post to share how an alternative approach is saving us time, and helping us ship better code.
With all the fuss about Twitter’s promised edit button, and how they might design it, we’re missing a disturbing development — Twitter is using its embedded javascript to edit other people’s sites.
This post is written by Mark Sailes, Senior Specialist Solutions Architect. This blog post shows how to optimize the performance of AWS Lambda functions written in Java, without altering any of the function code. It shows how Java virtual machine (JVM) settings affect the startup time and performance. You also learn how you can benchmark […]
Managing teams has taught me a lot about my own behaviors and motivations. For example, I overworked for a long time. This left me continually teetering on the brink of burnout, and I had no energy left to absorb the typical sorts of organizational changes that happen at any company. Despite doing good work, I handled change poorly, and I picked up the reputation for being difficult to manage. I’d like to say that I learned from my mistakes directly, but the honest version is that I came to understand this dynamic mostly through working with folks struggling from the same issue.
Want to keep up to date, automatically, easily and for free? You Need Feeds. Read an introduction to feeds, view providers, and you'll be well on the way to your own personal one-stop-shop for all your favourite sites.
This was a great talk at Women in Tech when Carol Gilabert did it, and there was a lot of really great things that I took away from it for my own application process 👀
I’m playing Wordle. I love a word puzzle and like many have been hooked by the daily game. I wrote wordle-to-yaml-action to archive my Wordle games to a yaml file....
API-first. "Headless" e-commerce. "Headless" BI. We've seen a resurgence of startups reimagine startups like Shopify and Wordpress, but built for developers and built for composability. The API is the product. There's three major risks to building on an API. (1) Requests and responses aren't always the full contract. What happens
Using else often encourages complexer code structure, makes code less readable. In most cases you can refactor it using early returns.
This is a good tip for any language!
Is the idea after the first resolution it'll rely on OS caching? Still this seems inefficient and in cases of multiple domains resolving to the same IP, incorrect. What am I missing?
I've recently been doing similar with some of my utilities, albeit with an informal comparison between Ruby and Go versions, but would agree that for large, production critical scrips, this is a great way to do it