Search
Stellar Lumens Price Analysis: Stellar (XLM) Still Stuck With Equilibrium Position!
25.6.2019
Denelle Dixon, CEO of Stellar Development Foundation, has recently shared her words and vision for the currency. Her vision is to provide a platform for the users where they can transfer the value anywhere without worrying about the nation borders. This is her mission for the future as talked about...
Bitcoin Price Stuck Around $8K But Still Up Nearly 50% This Month
22.5.2019
Bitcoin is teasing a downside break of its recent trading range, having again faced rejection above $8,000 today
JavaScript Detect Async Function
29.4.2019
JavaScript async/await has changed the landscape of how we code. We’re no longer stuck in callback or then hell, and our code can feel more “top down” again. Async functions require the following syntax: async function myFunction() { } To use await with a function, the function...
Six tips for better web typography
27.2.2019
How do we avoid the most common mistakes when it comes to setting type on the web? That’s the question that’s been stuck in my head lately as I’ve noticed a lot of typography that’s lackluster, frustrating, and difficult to read. So, how can we improve interfaces so that our content is easy to read...
Dealing with overflow and position: sticky;
25.2.2019
Any overflow value other than visible and no height is the enemy of child elements with position: sticky;. It's like that element is ready to stick when the parent scrolls, but it never does because the height is unconstrained. Adding a fixed height can solve the issue, but that's not always...