tech/webdev magazine

November 20, 2017

Of SVG, Minification and Gzip

Monday, November 20, 2017 Teklinks

Smaller files are downloaded faster, so making an asset file size smaller before sending it to a client is a good thing to do. Actually, it’s not just a good thing to do, minification and compression are something that a modern developer is supposed to do.

Full article

JavaScript. The Core: 2nd Edition

Monday, November 20, 2017 Teklinks

This is the second edition of the JavaScript. The Core overview lecture, devoted to ECMAScript programming language and core components of its runtime system. Audience: experienced programmers, professionals.

Full article

November 19, 2017

All You Need To Know About CSS-in-JS

Sunday, November 19, 2017 Teklinks

TL;DR: Thinking in components — No longer do you have to maintain bunch of style-sheets. CSS-in-JS abstracts the CSS model to the component level, rather than the document level (modularity).

Full article

Deploy Angular 2 + node.js website using AWS

Sunday, November 19, 2017 Teklinks

For few months, I’ve worked as an only developer in my hobby project called d20md, an interactive website for the well known game system. At the beginning of my adventure I’ve stand against the first, serious choose: “How to deploy my application?”.

Full article

Organizing Angular applications

Sunday, November 19, 2017 Teklinks

Here you are! You are starting to feel comfortable with this framework, and all of the sudden… In this article we try to lay the foundation for all of your next projects, nothing less! ?

Full article

Move Slowly and Fix Things

Sunday, November 19, 2017 Teklinks

Recently I took a monthlong sabbatical from my job as a designer at Basecamp. (Basecamp is an incredible company that gives us a paid month off every 3 years.) When you take 30 days away from work, you have a lot of time and headspace that’s normally used up.

Full article