ylliX - Online Advertising Network

How to Stay Calm During a Market Fluctuation

Wise Bread Picks ShareThis The last few weeks, I’ve been covering my eyes before I look at my investments, and only peeking through my fingers — as if I’m facing Freddy Kruger rather than a series of numbers. It doesn’t help that the financial headlines are full of frightening potential futures: a possible recession, trade […]

Learn Jetpack Compose for Android by Examples

Hi, We just open-sourced a project to learn Jetpack Compose for Android by Examples. Jetpack Compose is Android’s modern toolkit for building native UI. Project Link: Jetpack-Compose-Android-Examples You will be learning: How to build UI using Jetpack Compose in Android? How to display a Text and apply various styles to a Text? How to display […]

How to Make Better Financial Decisions

Wise Bread Picks A key financial decision people struggle to make is how to allocate savings for multiple financial goals. Do you save for several goals at the same time or fund them one-by-one in a series of steps? Basically, there are two ways to approach financial goal-setting: Concurrently: Saving for two or more financial […]

Where the Crawdads Sing

Book Review Author :Delia Owens Genre: Historical Fiction Publisher : GP Putnam’s Sons Year of Publication: 2019 Number of Pages: 368 My Rating : 4 out of 5 I picked this up with a bit of hesitation. In spite of the great reviews that it got, I must say the title made me expect something […]

How to waste half a day by not reading RFC 1034

HEY uses a branch deploy system that I’ve written about here on SvN and talked about frequently on Twitter. Plenty of other companies have implemented their own version of branch deploys (typically under a different name), but this was my own implementation, so I’m proud of it. First, a primer on how it works: Our […]

Swift Heroes Digital 2020

Hey there! I had the pleasure to talk at Swift Heroes Digital on October 1, 2020. The talk “Scalable Modular iOS Architecture” is about the unfolding of a multi-year iOS vision at Just Eat, restructuring the whole app from the ground up to make it modular and global across various markets. I also covered some […]

Peeking at command-line ANSI escape sequences

Peeking at command-line ANSI escape sequences 28 October 2020 Command-line programs use color to convey additional information and to look pretty. For example, compare the output of ls with and without the –color flag: The color helps convey information in this compact output that would otherwise only be available in more verbose forms (-l). In […]