Weekly digest - 2018.17

Weekly digest - 2018.17

This week Disney announced new TV series - Star Wars Resistance. It will be animated story of young pilot - Kazuda Xiono - recruited by the Resistance. For now we don't know much about the story, beside the fact that we'll meet new trilogy characters like Poe Dameron and Captain Phasma.
The series is created by Lucasfilm Animation veterans, including Dave Filoni.
Show will have its premiere this fall.

After many years Google decided to redesign Gmail. After Google Calendar, the mail client also got the Material design.
I must admit that after years of using old Gmail, now it feels strange, but I'm sure this is something that I'll get use to.

Unboxings of Nintendo Lobo started showing up on YouTube. I must admit, after watching first announcements I was skeptical. Now, after seeing how this works behind the scenes I am really impressed. I had no idea how much ingenuity and engineering was put to create Labo experiments.

And last but not least, here is the list of interesting articles.

Here are three common ways to create your Lambda functions with AWS
Serverless becomes more and more popular. Here you will learn how to create serverless functions using AWS.

Creating a Website with Nuxt.js and WordPress REST API
From this article you will learn how to create custom CMS using Vue.js, Nuxt.js and Wordpress as a backend.

I built a screenshot API and some guy was mining cryptocurrencies with it
Good reminder that we should always protect our APIs because they can be exploited to do unusual things.

Higher Order Function and its uses in Swift 4
Here you will find overview of functional programming in Swift.

Managing UI Colours with iOS 11 Asset Catalogs
Arnold Sakhnov explains how to manage and use UIColors in iOS projects.

JavaScript ES6 — write less, do more
Short but refreshing overview of new functionality introduced in ES6.

Vue.js & Electron: The easy way
Vue-CLI 3 is here and from this post you will learn how to use it to create Electron project.


Image credits: Disney.

Weekly digest - 2018.16

Weekly digest - 2018.16

This week LinusTechTips published a video in which they claimed that Apple and an Apple Authorized Service Provider denied to repair damaged iMac Pro.
What's really interesting about this situation, Apple not only refused to do repairs based on warranty, which is understandable because of the modifications done by LinusTechTips, but they also refused when youtuber wanted to pay for the repairs. Apple support advisor justified the refusal on limited availability of replacement parts. Regardless of the real reason I have different question. Is iMac Pro reparable at all? As long as the machine is on 1 year warranty, and we don't do any modifications to it, we should be fine. But what can we do with broken $5000 computer after warranty?
This is a little bit concerning, I hope that Apple will clarify this incident.

On another note, once again, the Internet did not disappoint. This time people croudfounded Elon Musk a new couch.

The marketing campaign for Solo: A Star Wars Story has started for good. This week we got two TV ads: Crew and Risk.

And finally, here is list of interesting articles.

Oh Man, Look at Your API!
Designing a REST API - or any other API, for that matter - is hard. Alexey gives couple of tips explaining how to make it good and usable.

Yes, React is taking over front-end development. The question is why.
React exploded in recent years and became one the most popular, if not the most popular, library in fronted development. Also there are no signs that is going to change in the near future. In this article Samer tries to explain the reasons that caused this phenomenon.

Scratching the Firebase services with your iOS app
Deyan explains how to create and setup an iOS app that uses Firebase as a backend.


Image credits: LinusTechTips.

Weekly digest - 2018.15

Weekly digest - 2018.15

This week, Facebook CEO Mark Zuckerberg testified before members of Congress. As expected, Senators don’t understand how Facebook works, but at least we got confirmation that Facebook took this data leak seriously and is working to prevent it from happening again. From Zuckerberg's testimony we also got hint that we might get paid version of the Facebook that doesn't have ads.
Hopefully this entire scandal will result in better understanding of the importance of users privacy as well as respecting it.

LucasFilm release a new trailer for Solo: A Star Wars Story. It will be interesting to see a Star Wars western. I don't know about you, but I am excited.

Grand Theft Auto V (GTA V) became most profitable entertainment product of all time. Since its premiere in 2013 Rockstar sold 90 million copies of the game and generated around $6 billion in revenue.
It was a matter of time, but finally video games are more profitable than Hollywood blockbusters. Good job gamedevs!

And as always, here is list of interesting articles.

TCP Server With the SwiftNIO Networking Framework
SwiftNIO was announced last month during try! Swift conference. This article explains what it is and how to use it

ASP.NET Core Web API Multi-Tenant JWTs
Carl explains how to implement multi-tenant authorization based on Json Web Tokens using Asp.Net core.

Animated Transitions in Mobile Apps
Animations are important part of mobile applications. There are no longer only nice addition to visual design, they became functional, they support interactions.
From this article you will learn how to use animation to enhance your applications.

How To Design Emotional Interfaces For Boring Apps
Alice explains how to make user interfaces human friendly and interesting visually.

Matt Klein explains how he logged out 40M people from Twitter
This is interesting short story about little bug that caused big issue.


Image credits: Anthony Quintano.

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.