Remove c
article thumbnail

Advent Calendars For Web Designers And Developers (December 2021 Edition)

Smashing Magazine

Advent Calendars For Web Designers And Developers (December 2021 Edition). Advent Calendars For Web Designers And Developers (December 2021 Edition). It doesn’t really matter if you’re a front-end dev, UX designer or content strategist, we’re certain you’ll find at least something to inspire you for the upcoming year.

Design 107
article thumbnail

Draft FAQ: Why does the C++ standard ship every three years?

Sutter's Mill

More about that in the post-meeting trip report after the meeting is over… FAQs (As of pre-Cologne, July 2019) There are bugs in the standard, so should we delay C++20? If we had just another meeting or two, we could add <feature> which is almost ready, so should we delay C++20? Of course, and no. Of course, and no.

C++ 98
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

Web Performance Bookshelf

Rigor

These are the bestsellers in the web performance field, including the good old Speed Up Your Site (2003) by Andy King; Steve Souders’ Even Faster Web Sites (2009) ; Ilya Grigorik’s High Performance Browser Networking (2013) ; Tammy Everts’ Time is Money (2016) ; and a handful of more recent publications. Mobile First.

article thumbnail

Effective Concurrency: Prefer Using Active Objects Instead of Naked Threads

Sutter's Mill

As with all good patterns, we also get better vocabulary to talk about our design. This article will show how to implement the pattern, including a reusable helper to automate the common parts, in any of the popular mainstream languages and threading environments, including C++, C#/.NET, NET, Java, and C/Pthreads.

C++ 40
article thumbnail

MariaDB vs MySQL: Key Differences and Use Cases

Percona

Due to concerns in the open source software community about the future of MySQL after the acquisition, MariaDB was created in 2009 by Michael Widenius (one of the original creators of MySQL), who named the new software after his daughter Maria. In-development for MySQL 8.0 (now now a release candidate) In-development for MySQL 8.0 (now

article thumbnail

What I Read in 2011

Tim Kadlec

While I managed to read 38 books in 2009 and 33 in 2010 , I only made it through 29 this past year. Hardboiled Web Design by Andy Clarke. 2001: A Space Odyssey by Arthur C. HTML5 for Web Designers by Jeremy Keith. Responsive Web Design by Ethan Marcotte ( See my review ). Adaptive Web Design by Aaron Gustafson.

article thumbnail

Effective Concurrency: Prefer Using Futures or Callbacks to Communicate Asynchronous Results

Sutter's Mill

18 Measuring Parallel Performance: Optimizing a Concurrent Queue (Jan 2009). 19 volatile vs. volatile (Feb 2009). 20 Sharing Is the Root of All Contention (Mar 2009). 21 Use Threads Correctly = Isolation + Asynchronous Messages (Apr 2009). 22 Use Thread Pools Correctly: Keep Tasks Short and Nonblocking (Apr 2009).

Website 40