Weekly digest - 2018.14

Weekly digest - 2018.14

This week started with article saying that 2019 Mac Pro will be shaped by workflows. After lack of new Mac Pro and disappointing MacBook Pro it's nice to hear that Apple listened started collaborating with professionals.

Also SpaceX reaches the promised land of launching every two weeks. Which is really significant, because SpaceX achieved something that was pursued for decades. It is actually nice to see, what privately funded company is able to achieve without government bureaucracy.

Fortnite on iOS made $15 million in its first three weeks in the App Store
Fortnite is great game, but those numbers are shocking. Especially if we take into consideration the fact that paid content contains only silly costumes, in-game dance animations, and other cosmetic items. This is good example how you can sell DLCs that does not affect the game and still make a profit.

Here is list of interesting articles.

Parallel programming with Swift: Promises
Parallel programming in Swift is hard. As we're still waiting for new solution built into the language, here is one based on Promises.

Advanced debugging with Xcode
Here you will find a couple of tips that will make debugging in Xcode easier.

UIAccessorizedTextField
Short, but useful post showing how to utilize a UIAccessorizedTextField class to implement the "suggestions" functionality.

We Are Netflix Podcast
This is new podcast from Netflix developers. First episode is about how their iOS app was made.

Microservices — From Idea To Starting Line
Michael explains how to reasonably approach a microservice architecture.

Vue CLI 3 — the deep dive
Another week and another article about Vue CLI 3.

Here are examples of everything new in ECMAScript 2016, 2017, and 2018
Java Script is evolving really fast. If you are behind, this article will help to catch up.


Image credits: Pascal Eggert.

Weekly digest - 2018.13

Weekly digest - 2018.13

The world is still dealing with Facebook’s scandal. This time people are even more concern because Facebook probably knows about us more than we thought. One thing is sure, this incident changed people's perception of data privacy.

Earlier this week Apple hold an education event in Chicago. This event was all about Apple's approach to education.
After watching this event I have mixed feeling. Apple claims to "reinvent" the eduction, but this approach won't change anything. Unfortunately, once again, it looks like Apple's ability to change the world died together with Steve Jobs.

And now it's time for my list of interesting articles.

Vue CLI 3: A Game Changer For Frontend Development
Vue CLI 3 is going to change the way we bootstrap Vue.js applications. This article explains why.

git log – the Good Parts
Lets face it, GUI Git clients are awesome, especially when it comes to analyzing the repository history. From this post you will learn how to do it from old plain terminal.

Progressive Web Apps on iOS are here
With iOS 11.3 we can run PWA on Apple phones and tablets. From this article you will learn what is possible to do, and what are the limitations comparing to native apps and PWA on Android.

Progressive Web Apps: Bridging the gap between web and mobile apps
If you don't know what PWA is this article is for you.

One hour of side project coding a day - UPDATE #1
Andy explains how to spend just an hour a day and finish mini side projects.

Swift 4.1 Released!
Newest version of the language is finally here.


Image credits: Apple.

Weekly digest - 2018.12

Weekly digest - 2018.12

This week was mostly about Facebook’s Cambridge Analytica scandal. Long story short, Cambridge had copies of private data for about 50 million Facebook users. Cambridge supposed to delete that data in 2015. What is even more interesting the Cambridge Analytica was involved in Donald Trump's presidential campaign which could influence the outcome of presidential election.
One thing is sure, Facebook will have to explain why Cambridge Analytica still had access to users data and how much Facebook actually care about user privacy.

On the bright side, the GDC 2018 took place. It is mostly about sessions, but we got a few cool technical demonstrations like Real-Time Ray Tracing Star Wars Demo or digital human performances from Siren and Andy Serkins.

Also Apple fixed buggy iPhone X ad before fixing the actual iOS 11 bug. This perfectly shows current mindset of Apple - lets fix the glitch in the ad instead of actual bug.

And finally, here is the list of interesting articles.

Designing Windows 95’s User Interface
This is really interesting paper about how Windows 95 user interface evolved and came to life. I must admit i felt nostalgic after reading it.

The most powerful tips to help you get a remote job
If you are a remote worker or you want to become one then this article is for you.

A complete introduction to Apollo, the GraphQL toolkit
GraphQL is getting more and more popular. And it looks like, it is just the matter of time that it will become more popular than REST. This article explains the basics, so if you never used GraphQL or Apollo before, you should check this out.

iOS Subscriptions are Hard
Jacob explains how to properly implement subscription mechanism in iOS app.

How to make a poster for Avengers: Infinity War in HTML and CSS
This is tutorial explains how to create cool looking website using just HTML and CSS.

The secret world of NSTimer
Nice explanation of inner workings of NSTimer.


Image credits: Facebook.

Weekly digest - 2018.11

Weekly digest - 2018.11

This week Apple announced that this year WWDC will run from June 4 to June 8 in San Jose, California. We are definitely going to get iOS 12 and new macOS 10.14. It was rumored that Apple is focusing on bug fixes instead of new features. Personally, I'm hoping for those rumors to be true.

On the other side of barricade, Google decided to change the name of Android Wear to Wear OS by Google.

In the meantime, Marvel drops new Infinity War trailer.

As usual, here is list of interesting articles.

Building a Progressive Quiz App with Vue, Vuex, and Firestore: Part 1
This article explains how to create simple quiz app using Vue.js and Google's Firestore database.

An in-depth introduction to Docker on AWS
Every developer heard about Docker. But it doesn't mean they know how it works. This article explains it all - what the Docker is, how it works and how to use it with AWS.

How we launched our first MVP in one month
We live in times when startups releases their products all time. Sometimes they succeed, sometimes they fail miserably. From this article you will learn what went wrong in failed project, and what went right so author could finally launch successful product.

Things you need to know about working with SVG in VS Code
VS Code become one of the most popular code editors. If don't using it, you should at least check it out.
If you are using it and you work with SVG this article is for you.


Image credits: Apple.

Weekly digest - 2018.10

Weekly digest - 2018.10

This week was funny because some of our electric clocks started to run behind. It was caused by frequency deviations in Central Europe. The energy dispute between Serbia and Kosovo caused a frequency deviation, which led to a slight decrease in the electric frequency average. This affected electric clocks that are steered by the frequency of the electric current and not by a quartz crystal.

Speaking of issues. San Francisco Chronicle released transcripts of 911 calls about injuries from walking into glass. There were rumors about this, but this looks like serious design flaw.

Star Wars Rebels ended. Needless to say the ending was great. Second half of this season was amazing. I wish the Clone Wars had ending like this.
Big thanks to Dave Filoni and his crew for this incredible show.

The end of Rebels doesn't mean the end of Star Wars on TV. We know that there will be at least one more animated show. Also John Favreau has been anounced as a procuder and writer of upcoming Star Wars Live action TV series.

And as always, here is the list of interesting things.

A Lot Can Happen in a Decade
This year marks the 10th anniversary of releasing iPhone SDK. This SDK changed the mobile industry. Craig Hockenberry shows the humble beginnings and later evolution of the iOS development.

[Full Stack Shopping Cart With MEVN Stack Part1 and Part2
This 2-part article shows how to create a shopping cart using Vue.js and MongoDB.

Managing User Permissions in a VueJS App
Anthony explains how to manage user in Vue.js application.


Image credits: Tristan Colangelo.