Search
onInput Event
3.8.2021
Coding HTML forms has been painful my entire career. Form controls look different between operating systems and browsers, coding client side and server side validation is a nightmare, and inevitably you forget something somewhere along the line. Some behaviors don’t act the way you’d...
Tips For The Ascent, The Best Cyberpunk Game Of 2021 So Far
30.7.2021
The Ascent is a straight twin-stick shooter for the most part, but there’s a huge difference between surviving and thriving in Veles.Read more
Tips For Playing Neo: The World Ends With You
27.7.2021
This week Square Enix releases Neo: The World Ends With You, a follow-up to the 2007 Nintendo DS action role-playing classic, about a group for outcast teens trapped in an otherworldly version of Japan’s Shibuya shopping district. They’re forced to buy trendy clothes, eat delicious food,...
Dark Mode in One Line of Code!
19.7.2021
Dark mode has seemingly become the desired visual mode for websites and mobile apps alike. Dark mode is easier on the eyes, especially for those like me who like to burn the midnight oil by coding and reading tutorials. Unfortunately not all websites offer dark mode, so it’s up to me...
Fix Seeing “0” in Your JSX Code
9.7.2021
The early days of the web felt like the wild west when it came to coding practices — just make it work. Then we became enlightened to better practices, separating HTML from CSS and JavaScript. Then came React and JSX, where we combine JavaScript, HTML, and even CSS with Styled Components...
How to Upload a File via SSH and Command Line
28.6.2021
My preference for daily work is usually GUI applications, like Visual Studio Code for text editing and Cyberduck for remote file server management. I’m also a huge fan of automation, so I do try to learn the command line equivalents of UI functions. My latest desire was wanting to know how...
Tips For Playing Scarlet Nexus
25.6.2021
Scarlet Nexus, an action-RPG about moving extremely heavy objects with your brain, is officially out now for PlayStation, Xbox, and PC. The fundamental gameplay isn’t terribly far afield from your standard game of this nature, but there are some quirks to be aware of. Here’s what to know before...
Always Show Arrows for Number Input
21.6.2021
While I enjoy small details that make user interfaces more elegant, I also believe that less is more, especially when it comes to native behavior. One native behavior I dislike is that <input type="number" /> elements only show the increment and decrement arrows when the input is focused....
JavaScript Numeric Separators
10.6.2021
Writing good code is important — writing code that’s easily human readable is a next level skill. It’s not often that APIs are introduced whose seemingly only useful function is making code more readable, but let me introduce you to JavaScript numeric separators: an API that lets...
CSS :is
31.5.2021
There are scores of developers who hate CSS; don’t get it, don’t want to get it, etc. Most of that is either down to inefficiencies within the language or misunderstanding of how to properly construct a website structure. I mostly love CSS but there are some parts of the language that...
Major British Bank Natwest Alerts Customers With Tips to Avoid Cryptocurrency Scams
31.5.2021
Major British bank Natwest has launched an alert to urgently warn its customers of cryptocurrency scams, which have been on the rise. The bank has provided several tips for customers “thinking of investing in bitcoin or other cryptocurrencies” on how to spot scams involving...
FinTok & 'Finfluencers' Are On The Rise: 3 Tips To Assess Their Advice
25.5.2021
Angel Zhong, Senior Lecturer in Finance, RMIT University.
_____
Queenie Tan is full of financial advice. Whether it is cheap date ideas, buying furniture, saving your first USD 100,000, doing your tax return or investing in Dogecoin, there is seemingly no topic the 24-year-old Sydney woman can’t...
Prevent Windows from Sleeping
20.5.2021
I have a few processes on my Windows gaming PC that are critical but sometimes get impacted over night as Windows tells my beloved machine to tone it down. My machine has the necessary cooling so I’m happy to let the processes do their work. There is a setting in the UI which allows...
Ark Investment tips $20M into Grayscale Ethereum Trust
19.5.2021
Ark’s Q1 SEC report revealed holdings of 639,069 shares in Grayscale's Ethereum Trust, worth more than $20 million
How to Create Neon Text With CSS
18.5.2021
Neon text can add a nice, futuristic touch to any website. I’ve always loved the magic of neon signs, and wanted to recreate them using CSS. I thought I’d share some tips on how to do it! In this article, …
The post How to Create Neon Text With CSS appeared first on CSS-Tricks.
You...
Regular Expression Match Groups
26.4.2021
Regular expressions are incredibly powerful but can be difficult to maintain. They’re a skill you learn on the job and, when the suits walk by, make you look incredibly smart if you have a few up on your screen. How can we solve the maintainability problem? With a match groups, as Addy Osmani...
Object.entries
20.4.2021
Navigating and managing data structures is a really important skill for every level of engineer to have and improve upon. Over the years, the JavaScript language has continued to provide more methods for managing data structures, from Object.keys to Object.values and so on. One of my favorites...
CSS Smooth Scroll
19.4.2021
Improving the user experience of web applications has always been a priority of mine. I always come back to the same though I’ve had for 20 years: “users expect a web app to work — let’s make the app a joy to use.” Over the years we’ve employed JavaScript...
Intl.NumberFormat
13.4.2021
Formatting numbers on the client side is an important task, especially when you consider how much raw API usage is in play these days. What’s also important is ensuring those numbers are meaningful to users, no matter where they are in the world, especially if you’re an eCommerce...
Crypto Moms Now Taking Bitcoin Buying Tips from their Kids
10.4.2021
South Korea’s “crypto moms” are getting serious about their bitcoin (BTC) and altcoin buying – and, per a new report, are turning to their offspring for tips on how to make smarter investments.
As previously reported, while the 2017-era South Korean crypto rush was predominately led by younger male...