Articles tagged in: Web



Android Custom Fonts Renewed — Font Family

In the last tutorial, we've explored the modern way of implementing custom fonts on Android. However, it broke the support for dynamically changing the font style and weights (for example, bold or italic). In this tutorial, we'll fix this drawback and configure a font family with different styles. {{outline}} {{video} …

Continue Reading

CoreOS — How to Set Up a Cluster

Last week we’ve learned about CoreOS’ components and technologies within the ecosystem. This week, we’re directly diving into the practical part and get our hands dirty. If you read the first post, you already know that CoreOS is an operating system geared towards high-availability. Setting up a cluster …

Continue Reading

The Internet Is For People

During my work with html5boilerplate long time ago next to the well-known “Robots.txt” I stumbled upon a file called "Humans.txt". I’ve never heard of it before and if you haven’t either, this is the article you should read. I promise it won't be long! Maybe you …

Continue Reading

ExpressJS & Jade: How to Use Server-Side Variables in Included JavaScript Files

Recently, I was refactoring some Jade views of an ExpressJS application which shared significant JavaScript code. The JavaScript part required some variables from the server. Generally, this can be done like this: script(type='text/javascript'). var user = !{JSON.stringify(userObject)}; Previously, the project had the following structure for many …

Continue Reading
Page 1 of 1

Explore the Library

Find interesting tutorials and solutions for your problems.