all things engineering

all things engineering

465 bookmarks
Custom sorting
Simple, correct, fast: in that order
Simple, correct, fast: in that order
The single most important quality in a piece of software is simplicity. It’s more important than doing the task you set out to achieve. It’s more important than performance. The reason is straightforward: if your solution is not simple, it will not be correct or fast.
·drewdevault.com·
Simple, correct, fast: in that order
Currents: A quarterly report on developer trends in the cloud
Currents: A quarterly report on developer trends in the cloud
Trends in the developer community move quickly. As a developer-focused company, it's vital for us to keep up with the technologies and tools that developers and their teams are interested in so we can help them achieve their goals.
·digitalocean.com·
Currents: A quarterly report on developer trends in the cloud
Why Mastercard Doesn't Use OAuth 2.0
Why Mastercard Doesn't Use OAuth 2.0
There are fundamental differences between OAuth 2.0 and OAuth 1.0a that Mastercard considers crucial for security OAuth 2.0 is designed for authorization only and could leave us vulnerable to account takeover / impersonation attacks OAuth 1.0a includes authentication and authorization, which our Mastercard Developers APIs need to process critically sensitive data
·developer.mastercard.com·
Why Mastercard Doesn't Use OAuth 2.0
"Stylish" browser extension steals all your internet history | Robert Heaton
"Stylish" browser extension steals all your internet history | Robert Heaton
Before it became a covert surveillance tool disguised as an outstanding browser extension, Stylish really was an outstanding browser extension. It bestowed upon its users nothing less than the power to change the appearance of the internet. Its extensive bank of user-made skins gave bright websites a dark background, undid disliked UI changes, and added manga pictures to everything that wasn’t a manga picture already. I spent many wonderful hours in its simple CSS editor, hiding the distracting parts of the web whilst unknowingly being spied on. Facebook news feed...
·robertheaton.com·
"Stylish" browser extension steals all your internet history | Robert Heaton
Transactions
Transactions
MongoDB 4.0 will add support for multi-document transactions, making it the only database to combine the speed, flexibility, and power of the document model with ACID guarantees. Through snapshot isolation, transactions will provide a globally consistent view of data, and enforce all-or-nothing execution to maintain data integrity.
·mongodb.com·
Transactions
What do the best interviewers have in common? We looked at thousands of real interviews to find out.
What do the best interviewers have in common? We looked at thousands of real interviews to find out.
At interviewing.io, we’ve analyzed and written at some depth about what makes for a good interview from the perspective of an interviewee. However, despite the inherent power imbalance, interviewing is a two-way street. I wrote a while ago about how, in this market, recruiting isn’t about vetting as
·blog.interviewing.io·
What do the best interviewers have in common? We looked at thousands of real interviews to find out.
Today we mitigated 1.1.1.1
Today we mitigated 1.1.1.1
Cloudflare is protected from attacks by the Gatebot DDoS mitigation pipeline. Gatebot performs hundreds of mitigations a day, shielding our infrastructure and our customers from L3 and L7 attacks.
·blog.cloudflare.com·
Today we mitigated 1.1.1.1
After 5 years and $3M, here's everything we've learned from building Ghost
After 5 years and $3M, here's everything we've learned from building Ghost
Last week marked the fifth anniversary since the Ghost Kickstarter campaign which started it all. It's always fun to use these milestones to take a step back and reflect on the journey so far. On previous birthdays I've talked about revenue milestones and product updates, but this year I'm going
·blog.ghost.org·
After 5 years and $3M, here's everything we've learned from building Ghost
The Ultimate Guide to Data Classes in Python 3.7 – Real Python
The Ultimate Guide to Data Classes in Python 3.7 – Real Python
Data classes are one of the new features of Python 3.7. With data classes you do not have to write boilerplate code to get proper initialization, representation and comparisons for your objects.
·realpython.com·
The Ultimate Guide to Data Classes in Python 3.7 – Real Python