Sat.Sep 01, 2018 - Fri.Sep 07, 2018

article thumbnail

Sponsored Post: NationBuilder, Twitch, InMemory.Net, Triplebyte, Etleap, Stream, Scalyr, MemSQL

High Scalability

Who's Hiring? NationBuilder — if you’re a systems engineer, SRE or DevOps focused developer and have been looking for a place where you can help other people while still working in tech? We can give that opportunity. Please apply here. Twitch's commerce team in San Francisco is looking to hire senior developers to keep up with rapidly increasing demand for our Subscriptions and Payment platform.

Ecommerce 107
article thumbnail

Chrome's NOSCRIPT Intervention

Tim Kadlec

The other week, there were a few articles that came out about Chrome’s NOSCRIPT intervention: an intervention that would disable JavaScript altogether on slow networks. Chrome intervening on behalf of the user when it feels the network is iffy isn’t exactly new. Chrome has several interventions including one that can replace images with placeholders and one that bypasses web fonts on slow connections.

Network 71
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Emulate Classic Video Games On A Raspberry Pi Zero With RetroPie

The Polyglot Developer

Are you into video games, because I certainly am. Did you grow up playing the classics on your Nintendo Entertainment System (NES) and Nintendo 64? I did, and I still can’t get enough of them. If you’re like me and love video games and want to go back to simpler times, you can actually build your own entertainment station that contains a mashup of all the best consoles.

Games 52
article thumbnail

How to Speed Up Page Load Times with Google’s PageSpeed Insights

MachMetrics

According to Google, a website can lose as many as half its visitors while loading. This means you want to keep load times short and sweet to maximize user experience. However, your MachMetrics reports are showing that your page load times are much too slow. That’s valuable information, but what’s the next step? Now that you know you’re lagging, it’s time to kick your remediation plan into high gear.

Speed 49
article thumbnail

Abstraction For The Sake Of Abstraction

Professor Beekums

There’s something deeply ingrained in many developers, including myself, that creates a tendency to over-engineer. Maybe it’s how we’re taught or maybe it’s a natural desire to “future proof” our code. Regardless, this tendency is so strong that even being aware of it is not enough to prevent the behavior. Earlier this year, I was working on a system for helping users filter their emails.

article thumbnail

Responsible Microservices

Nathaniell Schutta

Full Abstract. Responsible Microservices. These days, you can’t swing a dry erase marker without hitting someone talking about microservices. Developers are studying Eric Evan’s prescient book Domain Driven Design. Teams are refactoring monolithic apps, looking for bounded contexts and defining a ubiquitous language. And while there have been countless articles, videos, and talks to help you convert to microservices, few have spent any appreciable time asking if a given application should be a m

article thumbnail

Profiling UI Layouts In Android For Performance Improvements

The Polyglot Developer

Something that any application should be concerned with is performance. One way to look at performance is via profiling. Most IDEs and platforms provide tools to profile your application to take a look at detailed system information about various parts of your application. With Android applications you can execute an adb command to generate a very thorough snapshot of the graphics information and that’s what we’re going to look at in this post.

More Trending

article thumbnail

Stuff The Internet Says On Scalability For September 7th, 2018

High Scalability

Hey, it's HighScalability time: Get antsy waiting 60 seconds for a shot? Imagine taking over 300,000 photos over 14 years, waiting for Mount Colima to erupt. Sergio Tapiro studied, waited, and snapped. Do you like this sort of Stuff? Please lend me your support on Patreon. It would mean a great deal to me. And if you know anyone looking for a simple book that uses lots of pictures and lots of examples to explain the cloud, then please recommend my new book: Explain the Cloud Like I'm 10.

Internet 137
article thumbnail

Thinking Architecturally Podcast

Nathaniell Schutta

Michael and I got together to talk about my latest book project, Thinking Architecturally ! So you now you listen to my thoughts on being an architect, dealing w/ change, etc. Enjoy and please reach out with feedback!

article thumbnail

Java Or Scala Performance – Which One Is Better?

Alex Podelko

Guest Post by Wendy Dessler. Source- Pixabay. When trying to develop a new piece of software or an app, one of the first things a developer has to do is pick a programming language. For years, the debate has raged on regarding which programming language is better, Java or Scala. While some argue that just because Java is older it is better, others believe Scala is better for a variety of reasons.

Java 100
article thumbnail

10 talks to look for at the 2018 O'Reilly Software Architecture Conference in London

O'Reilly Software

From chaos architecture to event streaming to leading teams, the O'Reilly Software Architecture Conference offers a unique depth and breadth of content. We received more than 200 abstracts for talks for the 2018 O'Reilly Software Architecture Conference in London—on both expected and surprising topics. We continue to see strong interest in microservices and its related ecosystem, including topics like DevOps and tools like Kubernetes.

article thumbnail

Failure Isolation

Nathaniell Schutta

Part 5 of my “Responsible Microservices” series is live! Should that be a Microservice? Part 5: Failure Isolation. In the first part of this series , we laid out a set of principles to help you understand when microservices can be a useful architectural choice. We promised follow-up pieces describing each of the factors in more detail. In the fifth post of the series, we explore failure isolation.