Search
Playing with the New Windows Terminal
1.7.2019
The new Windows Terminal was just released in Preview capacity. You'll need the latest
Fix Touch Bar Volume Buttons
30.6.2019
The touch bar on MacBooks has been a source of controversy since the beginning. Many mourned the loss of the escape key, while others refused to buy a new laptop to avoid the touch bar completely. I’ve not had many issues with the touch bar but mostly because I don’t really use it. One necessary...
Different Approaches for Creating a Staggered Animation
27.6.2019
Animating elements, at its most basic, is fairly straightforward. Define the keyframes. Name the animation. Call it on an element.
But sometimes we need something a little more complex to get the right “feel" for the way things move. For example, a sound equalizer might use the same animation...
Different Approaches for Creating a Staggered Animation
27.6.2019
Animating elements, at its most basic, is fairly straightforward. Define the keyframes. Name the animation. Call it on an element.
But sometimes we need something a little more complex to get the right “feel" for the way things move. For example, a sound equalizer might use the same animation...
Windows Emoji Picker Now Supports Kaomoji (●'◡'●)
27.6.2019
The Windows emoji picker helps us choose emojis quickly. I used to have to go to getemoji.com to copy and paste some emojis.
(⌐■_■)
Windows introdu
The New Windows Terminal Is Now Available to Download
24.6.2019
In May, Microsoft announced that they would release a brand new Windows Terminal.
You can now download it
Why I'm Switching to YouTube from Twitch for Live-Coding
12.6.2019
A few months ago, I started live-coding and streaming on Twitch. It was an experiment to get closer to the community and give back to let people see my c
macOS Catalina Will Replace Bash with zsh
4.6.2019
Apple's #WWDC2019 (Worldwide Developers Conference) was yesterday and came with some really cool things for developers.
WWDC is always an in
Can Bitcoin’s Lightning Network Power Payments in a Japanese Bar?
2.6.2019
A bar in Japan is teaming up with a locally-based lightning startup to let customers pay using the experimental payments network
Non-Relational Databases and Supporting Mixed Workloads
30.5.2019
Suppose that you’re building an e-commerce platform and as part of the exercise, you need to come up with a new data architecture for inventory management. You need to support fast, transactional w
Class Components in Vue are No Longer Happening
30.5.2019
An upcoming Vue update was set to have classes implemented. In React and Angular, we can create components u
Angular v8 is Released!
29.5.2019
Angular's 8.0.0 release is here! This is a major release that brings some nice features. For the official blog post, check the
Scotch.io Job Board Launched!
28.5.2019
Here at Scotch, our main goal has always been to help people make sense of the complex world of development. Explaining why something is in addition to what or how
What’s New in Tailwind CSS v1
20.5.2019
Tailwind has finally released a major version of the utility based styling library
CSS Scan: The Fastest Way to Inspect and Copy CSS
17.5.2019
CSS Scan is a super cool tool I've just learned about from Chris Nwamba. It allows you to inspect and copy CSS
Google Fonts Now Supports font-display!
16.5.2019
font-display is a CSS feature that allows us to control how we load fonts.
Google Fon
VeChain (VET) Price Analysis: VeChain Raises The Bar With Out-Of-The-Box Partnership Moves
11.5.2019
VeChain’s Sunny Lu is confident about the exponential growth of the crypto VeChain raises the bar with new partnerships including BMW and Game of Thrones VeChain, an open source blockchain mainly for enterprises, partnered with the Game of Thrones recently for making customized sneakers for...
10 Awesome Things from MS Build Day 1
7.5.2019
Microsoft Build is packed with gazillion announcements, fun activities, people and it's so much to fit into one article. I won't be doing justice to the event by trying to fit everything that happe
Microsoft Announces a New "Windows Terminal"
6.5.2019
I am a big fan of Windows (shame shame shame). I’m usually the only Surface in a sea of MacBooks. I love both platforms and work on both. My kitchen laptop is a 2015 MacBook and I’
create-react-app v3, What's new?
29.4.2019
When you're looking to setup your React developer environment, create-react-app is one of the go to ways to go about it. This package allows you to do so with minimal configuration as