The mobile-first design methodology is great—it focuses on what really matters to the user, it’s well-practiced, and it’s been a common design pattern for years. So developing your CSS mobile-first should also be great, too…right? Article Continues Below Well, not necessarily. Classic mobile-first CSS development is based on the principle of overwriting style declarations: you […]
Today, we talk about Flexport Founder Ryan Petersen bringing on Amazon’s Dave Clark to be CEO (2:56). Then, we discuss Bird laying off almost a quarter of their team (17:32), and we talk about Twitter working on a bring-your-own algorithm feature (28:24). Our Startup of the Day is Multiverse, a startup building a pipeline of […]
Combining Swift’s flexible generics system with protocol-oriented programming can often lead to some really powerful implementations, all while minimizing code duplication and enabling us to establish clearly defined levels of abstraction across our code bases. However, when writing that sort of code before Swift 5.7, it’s been very common to run into the following compiler […]
Android Backstage, a podcast by and for Android developers. Hosted by developers from the Android engineering team, this show covers topics of interest to Android programmers, with in-depth discussions and interviews with engineers on the Android team at Google. Subscribe to Android Developers YouTube → https://goo.gle/AndroidDevs Source link
BuzzFeed is tanking- we talk about what it means for its employees and the company (2:07). Next, we discuss Uber Eats coming for GoldBelly (23:51), then we cover the EU mandating that USB-C ports be standard by 2024 (36:17). We close out the show with our Startup of the Day in the sports space (41:21) […]
Swift 5.7 introduces a new, more concise way to unwrap optional values using if let and guard let statements. Before, we always had to explicitly name each unwrapped value, for example like this: class AnimationController { var animation: Animation? func update() { if let animation = animation { … } } } But now, we […]
Ever since its original introduction in 2019, SwiftUI has had really strong interoperability with UIKit. Both UIView and UIViewController instances can be wrapped to become fully SwiftUI-compatible, and UIHostingController lets us render any SwiftUI view within a UIKit-based view controller. However, even though macOS has had an NSHostingView for inlining SwiftUI views directly within any […]
Jason talks with independent candidate for California Governor Michael Shellenberger on what he wants to improve in California (2:57). Then, we cover Apple’s 2022 WWDC (48:40). We cover the $2.35B of illicit funds laundered through Binance from hacks, investment frauds, and drug deals (1:27:25), and we touch on Elon Musk accusing Twitter of withholding bot […]
This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful. Source link
Markups & markdowns (VC School) + Coral Regeneration with Coral Vita’s Sam Teicher (Climate) | E1476
First, in VC Sunday School Jason answers Molly’s questions about markups and markdowns (1:35), then in This Week in Climate startups, Molly talks with Coral Vita’s Sam Teicher about Coral Regeneration (33:37). Source link