Search
Our Value of Money Is Subjective But That Doesn’t Make It Meaningless
14.5.2019
In my last op-ed, I discussed how the value we place on items and goods is subjective based on Carl Menger’s Subjective Theory of Value and how these concepts apply to people’s perception of value with things like fiat, gold, and bitcoin. The post outlined the idea that money cannot...
Easily Turn Your Photos into Vectors with Photo Vectorizer
2.5.2019
(This is a sponsored post.)
Photo Vectorizer is a simple-to-use Photoshop action that can convert any photo into a vector. With just a few clicks of your mouse, you can save tons of time and frustration by turning your photos into vectors. With super sharp results, these vectors are great for...
Awesome Automation and Integration with Buddy
2.4.2019
One of my favorite services for years has been IFTTT (If this then that). Having a service that allows me to trigger a host of functionalities with one simple action is amazing! Posting a picture to Instagram can trigger IFTTT to send a tweet, post to Facebook, email to friends, etc. I’ve...
WDRL — Edition 261: Society Action, Unlabelled inputs, Constructable Stylesheets and Trust as Leader.
15.3.2019
Hey,
Today is a big climate action day and pupils around the world will stand up and ask governments, politicians, their parents and relatives and businesspeople to finally show responsibility for the young generation that’ll face the results of a changing climate directly. It’s clearly not their...
JavaScript Glossary: Array .forEach() Method
8.2.2019
Basics
The forEach() method takes a function that performs an action on each of the elements in this array.
[1, 2, 3, 4, 5].forEach(functio
Prototyping in the Browser
5.7.2018
Prototyping animations and interactions is vital for a number of reasons: they can make your interface feel deceptively fast, they can help focus the user on a specific task, and they can provide a better sense of the current state of your application. Is data being loaded? Is something...
Handling Errors with Error Boundary
26.6.2018
Thinking and building in React involves approaching application design in chunks, or components. Each part of your application that performs an action can and should be treated as a component. In fact, React is component-based and, as Tomas Eglinkas recently wrote, we should leverage that concept...
Konference LambdUp představí světové lídry funkcionálních jazyků v Praze
20.6.2018
Popularizátor vědy v programování Philip Wadler, tvůrce Fable compileru Alfonso Garcia-Caro, softwarový inženýr z NoRedInk Ju Liu nebo autor knihy „Elixir in Action“ Saša Jurić patří mezi potvrzené řečníky druhého ročníku LambdUp. Letošním tématem této konference, která se obecně věnuje...
Příručka marketéra: Triky mistrů copywriterů, se kterými vylepšíte každý newsletter
17.4.2018
Čím to, že některý e-mail zákazníci bez váhání hodí do koše, zatímco jiný se jim vryje pod kůži a mají ho v hlavě i několik dní po přečtení? Důvodů je více, ale mezi nejdůležitější patří… copy e-mailu. V nedávném článku jsme rozebrali newslettery z pohledu struktury. Co uvést do odesílatele,… Číst...
Add Loading Indicators to Your Vue.js Application
16.4.2018
Loading indicators improve UX (user experience) in any application web or mobile. It tells the user that an action is being carried and a result will return shortly.
In web applications, the
5 Crucial Concepts for Learning d3.js and How to Understand Them
23.3.2018
You may have already heard about d3.js, the dazzling JavaScript library that lets you create beautiful charts and graphics with just a few lines of code. You might have seen some of the fantastic examples of D3 in action, or you may have heard that the New York Times uses it to create...