Tatari | Engineers | Toronto | ONSITE | Fulltime | https://www.tatari.tv Tatari combines old-school TV advertising with modern tooling and analysis. We build software to automate and improve our media buying operations,…
Tatari | Engineers | San Francisco | ONSITE | Fulltime | https://www.tatari.tv Tatari combines old-school TV advertising with modern tooling and advanced analytics. We build software to automate and improve our media…
Joins like that wouldn't really be used for coordinating between multiple threads in a fine-grained fashion. For example, maybe you'd kick off two worker thread from your main thread, and each of those is going to do…
I worked in an org at Yahoo that required all development to use Atomic, and that was essentially the reasoning as presented. The Atomic authors put a lot of effort [1] put into proving the size point, enough that it…
Size. Using styles like this lead to a small decrease in page size, which over time on a very high traffic site leads to a notable bandwidth savings. ... or at least, that was the argument. In practice, most teams…
I believe you can, though I haven't tried it. Typescript will actually give you completion support for plain strings inside that switch statement, which is normally what I go with.
Tagged unions are indeed pretty helpful for Redux reducers. One thing to note is that you can actually skip some code here as well. Specifically, the constant definitions: export type INCREMENT_COUNTER =…
Seems like a riff on the famous Perl Compatible Regular Expressions library (http://www.pcre.org), which is used in a bunch of high-profile things (PHP, and Apache Server, for starters). Kind of like "less" vs "more".…
Yeah. In my experience, Heroku starts being a drag at moderate scale: 1. You still have to worry about your systems, as Heroku has its own outages, not to mention the other pieces of your infrastructure like DBs,…
Does this mean Realm would be usable for Xamarin-based apps in the near future?
Heroku prices are per "dyno" which are significantly less powerful than an EC2 small.
Use CSS transforms. Unlike absolute positioning, percentages with a transform bases the resulting value off the transformed element's size. So something like this: figure figurecaption { transition: all 0.4s; transform:…
There's still a lot of differing behavior in modern browsers that a feature check doesn't expose. Bugs, quirks, performance characteristics (e.g. slow SVG animation in Firefox), and just plain divergences from the spec.…
I think quirks is understating it. The problem with appcache is that if you run into many of those gotchas the article lays out, it's often difficult to resolve them for previous users. For example, say you accidentally…
I think you can classify lottery tickets as investment, wheras insurance is, well, insurance. I don't play the lottery because it's extremely unlikely to make me positive returns. I pay for health insurance because I…
Tatari | Engineers | Toronto | ONSITE | Fulltime | https://www.tatari.tv Tatari combines old-school TV advertising with modern tooling and analysis. We build software to automate and improve our media buying operations,…
Tatari | Engineers | San Francisco | ONSITE | Fulltime | https://www.tatari.tv Tatari combines old-school TV advertising with modern tooling and advanced analytics. We build software to automate and improve our media…
Tatari | Engineers | San Francisco | ONSITE | Fulltime | https://www.tatari.tv Tatari combines old-school TV advertising with modern tooling and advanced analytics. We build software to automate and improve our media…
Tatari | Engineers | San Francisco | ONSITE | Fulltime | https://www.tatari.tv Tatari combines old-school TV advertising with modern tooling and advanced analytics. We build software to automate and improve our media…
Tatari | Engineers | San Francisco | ONSITE | Fulltime | https://www.tatari.tv Tatari combines old-school TV advertising with modern tooling and advanced analytics. We build software to automate and improve our media…
Joins like that wouldn't really be used for coordinating between multiple threads in a fine-grained fashion. For example, maybe you'd kick off two worker thread from your main thread, and each of those is going to do…
I worked in an org at Yahoo that required all development to use Atomic, and that was essentially the reasoning as presented. The Atomic authors put a lot of effort [1] put into proving the size point, enough that it…
Size. Using styles like this lead to a small decrease in page size, which over time on a very high traffic site leads to a notable bandwidth savings. ... or at least, that was the argument. In practice, most teams…
I believe you can, though I haven't tried it. Typescript will actually give you completion support for plain strings inside that switch statement, which is normally what I go with.
Tagged unions are indeed pretty helpful for Redux reducers. One thing to note is that you can actually skip some code here as well. Specifically, the constant definitions: export type INCREMENT_COUNTER =…
Seems like a riff on the famous Perl Compatible Regular Expressions library (http://www.pcre.org), which is used in a bunch of high-profile things (PHP, and Apache Server, for starters). Kind of like "less" vs "more".…
Yeah. In my experience, Heroku starts being a drag at moderate scale: 1. You still have to worry about your systems, as Heroku has its own outages, not to mention the other pieces of your infrastructure like DBs,…
Does this mean Realm would be usable for Xamarin-based apps in the near future?
Heroku prices are per "dyno" which are significantly less powerful than an EC2 small.
Use CSS transforms. Unlike absolute positioning, percentages with a transform bases the resulting value off the transformed element's size. So something like this: figure figurecaption { transition: all 0.4s; transform:…
There's still a lot of differing behavior in modern browsers that a feature check doesn't expose. Bugs, quirks, performance characteristics (e.g. slow SVG animation in Firefox), and just plain divergences from the spec.…
I think quirks is understating it. The problem with appcache is that if you run into many of those gotchas the article lays out, it's often difficult to resolve them for previous users. For example, say you accidentally…
I think you can classify lottery tickets as investment, wheras insurance is, well, insurance. I don't play the lottery because it's extremely unlikely to make me positive returns. I pay for health insurance because I…