Remove Content Remove Demand Remove Framework Remove Writing
article thumbnail

Think about Performance Before Building a Web Application

TechEmpower

A high-performance application will be able to service a large number of requests simultaneously, staying ahead of the incoming demand so that any short-term queuing of requests remains short-term. Framework Benchmarks. High throughput. Commonly, high-throughput and low-latency go hand-in-hand.

Web 200
article thumbnail

How I Use Visualization to Drive Creativity

Both Sides of the Table

So I thought I’d write a post about how I drive my personal creativity. (A The key is channeling what you learn when you drive onto paper for retention purposes so you have to write it down soon afterward. When I write a blog post I often see the words before I write them. These are all creative processes.

Writing 356
Insiders

Sign Up for our Newsletter

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

article thumbnail

Down the Stack | How Low Do You Go?

Tech Zulu Event

I’m largely talking about whether to use an Infrastructure-as-a-Service (IaaS) or a Platform-as-a-Service (PaaS), and to some extent, how much to rely on Software-as-a-Service (SaaS) providers or write your own application components. However, this restricts the flexibility since they must work within the frameworks provided.

SaaS 90
article thumbnail

Transportation Weekly: Uber’s spending habits, Tesla Model Y, scooters and AVs in Austin

TechCrunch LA

Harris writes: “The figures, dating back to 2016, paint a picture of a company desperate to meet over-ambitious autonomy targets and one that is willing to spend freely, even recklessly, to get there. The framework of the agreement is expected to include VW making an investment into Ford-backed autonomous vehicle startup Argo AI.

article thumbnail

Understanding the Underbelly of Online Marketing & Why You’ll Lose if You Don’t

Both Sides of the Table

We short-handed this marketing mix as “ the four P’s ” – product, price, promotion and place (distribution) – this was devised in 1960 and while a little bit dated is still a useful framework. Simply write a great book? Of course reciprocity matters so they would all leap into action.

Marketing 379
article thumbnail

EnumSet and EnumMap

TechEmpower

If you write a lot of Java code, then you should read that book and follow its advice. We're all using enum types here and there, we're all using the collections framework. The iterable.spliterator() method is critical when it comes to stream performance, but writing a custom Spliterator from scratch is a non-trivial task.

Java 330