As part of the TechEd team, our team’s goal is to enable our technical talent through continuous learning programs. One of the most common programs we work on is new employee onboarding for Engineering and Data Science teams. However, we also constantly think about the broader needs of the engineering organization and, at times, create […]
Facing an unstable network can be very annoying, especially when it starts hindering your work. Network issues can occur due to a myriad of reasons. There are 10% chances that your cellular service provider is the problem here. What about the rest 90%? Let’s identify what the root cause behind your network problems is? Why […]
Why It Works Nigella seed and ground mahlab give this bread its unique, intoxicating aroma and flavor. The inclusion of a tangzhong (cooked flour paste) lends the choereg a tender, fluffy crumb, and dramatically slows down staling. A 30-minute autolyse before the addition of salt or butter to the dough helps build gluten in this […]
The PIT Show: Reflections and Interviews in the Tech World | Context 40 ? 30 : 10)” @keyup.document.left=”seekBySeconds(-10)” @keyup.document.m=”toggleMute” @keyup.document.s=”toggleSpeed” @play=”play(false, true)” @loadedmetadata=”handleLoadedMetadata” @pause=”pause(true)” preload=”none” @timejump.window=”seekToSeconds($event.detail.timestamp); shareTimeFormatted = formatTime($event.detail.timestamp)” > 10 40 ? 30 : 10)” class=”seek-seconds-button” > Episode Details Jay has a PIT Reflection that came from an ADHD Coaching session and an upcoming […]
Posted by Jake Wharton on March 31, 2021 After ~5 years of existing and ~4 years as an open source project, our AssistedInject library has been deleted. Mourn not, however, for the same functionality is now available directly in Dagger and InflationInject got its own repo. (Psst. Know Dagger but don’t know what assisted or inflation […]
This is the second of two posts following up on my earlier post about backing up and restoring Core Data. My past post covered the difficulty of learning how to use mostly-undocumented framework methods, specifically about a Core Data method called replacePersistentStore(…). Arnaud Joubay recently messaged me to ask why I used a different approach […]
Network issues can be annoying to a great extent. Imagine going to work with a happy spirit only to be disappointed. An unstable network would decrease your everyday productivity. Even if you switch locations, i.e., go for a home instead of an office, you would still be under stress. While Optus is one of Australia’s […]
When it comes to finding the best network operator in Australia, Vodafone or Telstr can make tough choices. Vodafone is one of the world’s leading telecommunication companies offering mobile and fixed broadband services. It provides 4G network services to more than 23 million Aussies, with a fixed broadband base of 114,000. The 5G services have […]
It’s been more than 6 years since I wrote an original version of this prime table generator. That was back at the very beginning of my coding career, after learning C and SDL in the first semester of university. An archived version of that original project is available here, including the sources, 120 lines of […]
Last year I wrote about backing up and restoring Core Data. Recently Arnaud Joubay messaged me to ask about it. I used a method called migratePersistentStore(…) to duplicate a persistent store. Arnaud asked why I had not used a similar method called replacePersistentStore(…) instead. He also sent me a link to a post on Apple’s […]