Popular posts

JavaScript
React
Post image

Announcing Voca: The Ultimate JavaScript String Library

The Voca library offers helpful functions to make string manipulations comfortable: change case, trim, pad, slugifly, latinise, sprintf, truncate, escape and more.
Continue reading ➞
Post image

Make Your Swift Code Expressive: Addition Operator Use Cases

Posted November 16, 2016
Check + and += operators use cases for writing short and concise expressions: sum numbers & measurements, concat strings & arrays, date manipulations.
Continue reading ➞
Post image

How to Use Correctly 'self' Keyword in Swift

Posted November 9, 2016
Interesting dive into practices how to use 'self' keyword in Swift. Should you omit or always use 'self'? Find out the reasons and answer.
Continue reading ➞
Post image

Mastering Swift: Tips About Array and Dictionary Literals

Posted November 1, 2016
How to use Swift literals to initialize the 3 fundamental collection types: array, set and dictionary. Details about collection type inference.
Continue reading ➞
Post image

Useful Details About Underscore Keyword in Swift

Posted October 25, 2016
The underscore keyword `_` is used to skip providing unnecessary details in Swift. See all its use cases in details and explanatory examples.
Continue reading ➞
Post image

Coding like Shakespeare: Practical Function Naming Conventions

Updated October 29, 2022
Code like a poet! The article describes practical function naming conventions to increase the code readability. Useful clean code tips and examples.
Continue reading ➞
Post image

Mastering Swift: Essential Details About Strings

A detailed writing how efficiently to handle strings in Swift: string views, count characters, access characters by index and complex string manipulations.
Continue reading ➞
Post image

Useful Tips for Migrating to Swift 3.0

Posted September 28, 2016
The article describes useful tips to migrate to Swift 3.0. C-style for-loops are replaced by for-in loops, new rules for argument labels, and so on.
Continue reading ➞
Post image

The Path of Software Development Craftsmanship

Detailed learning of algorithms and data structures is a must for everyone who plans to become a great software developer. Half knowledge is zero-knowledge.
Continue reading ➞
Post image

What every JavaScript developer should know about Unicode

Unicode in JavaScript: basic concepts, escape sequences, normalization, surrogate pairs, combining marks and how to avoid pitfalls
Continue reading ➞

Quality posts into your inbox

I regularly publish posts containing:

  • Important JavaScript concepts explained in simple words
  • Overview of new JavaScript features
  • How to use TypeScript and typing
  • Software design and good coding practices

Subscribe to my newsletter to get them right into your inbox.

Join 7094 other subscribers.
Dmitri Pavlutin

About Dmitri Pavlutin

Tech writer and coach. My daily routine consists of (but not limited to) drinking coffee, coding, writing, coaching, overcoming boredom 😉.