Search
The Future of Websites: Headless CMSs
3.7.2019
Since their introduction, content management systems (CMS) have made life easier for website developers, site owners, and administrators alike. Platforms like Word
Why Bitcoiners Are Turning to Unschooling for Decentralized Education
29.6.2019
Unschooling is an alternative education movement quickly gaining popularity and currency worldwide. Like Bitcoin, it is an individualist approach to an area of human action long thought to be established beyond question―education. Both cryptoeconomics and unschooling seek to provide autonomy...
More Than Its Own Platform, Libra Will Be Beneficial For Blockchain Systems And Bitcoin
25.6.2019
Libra is touted to be the next big thing in the world of crypto and blockchain. The kind of backing it has is unprecedented in the industry, and the user base is humongous. However, many experts believe that more than itself, Libra will benefit other blockchain systems and Bitcoin. For example...
Trend Micro Detects Botnet That Can Attack Android Systems
24.6.2019
The Botnet that can mine cryptocurrencies has been found recently; it is exploiting the Debug Bridge of Android. Botnet arrives via ADB ports and spreads through SSH. The attack is similar to the Satori Botnet variant that takes the benefit of the exposed ADB port. The botnet is designed to spread...
Collective #526
20.6.2019
How to Section Your HTML * Darkmode.js * Drop caps & design systems * Servo
Collective #526 was written by Pedro Botelho and published on Codrops
Drop caps & design systems
19.6.2019
Ethan Marcotte has written up his process for how to make drop caps accessible for screen readers and browsers alike. All of that is very interesting and I’m sure I’ll use a technique like this in the near future, but the part that made me hop out of my seat is where Ethan notes his experience with...
Snag Resources from An Event Apart Boston 2019 and Save on Washington D.C. Registration
6.6.2019
(This is a sponsored post.)
Hey, so we talked a little bit about An Event Apart Boston 2019 leading up to the event and now there are a ton of resources available from it. I stopped counting the number of links after 50 because there's way more than that. Seriously, there's stuff in there...
Trend Micro Detects Major Uptick in New Strain of XMR Malware Targeting China-Based Systems
6.6.2019
Cybersecurity firm Trend Micro has detected a major uptick in monero cryptojacking malware targeting China-based systems this spring
Material Theming: Making Material Your Own!
3.6.2019
The web is a beautiful, expressive medium that’s evolved over time as trends and technology have changed. Moments of delight and flair are what set companies apart from one another. At the same time, today’s top products rely on scalable, component-based design systems to efficiently develop...
A Practical Use Case for Vue Render Functions: Building a Design System Typography Grid
30.5.2019
This post covers how I built a typography grid for a design system using Vue render functions. Here’s the demo and the code. I used render functions because they allow you to create HTML with a greater level of control than regular Vue templates, yet surprisingly I couldn’t find very much when...
Bitcoin.com Launches Free Bitcoin Cash Register Platform for iOS Devices
25.5.2019
About a month ago, Bitcoin.com launched its free point-of-sale solution, Bitcoin Cash Register, for Android operating systems. This week our developers have released Bitcoin Cash Register for iOS mobile phones allowing any merchant with an Apple device to accept bitcoin cash payments. Also read:...
Russian State-Owned Holding Giant Proposes to Apply DLT in All the Gov’t Data Systems
24.5.2019
Russian state-owned holding conglomerate Rostec proposes a $1.3 billion-worth plan to apply blockchain in all the state data systems
Australian Government Employee Faces Court for Misusing Government IT Systems to Mine Crypto
21.5.2019
An Australian government employee will reportedly face court today over his alleged misuse of government IT systems to mine cryptocurrency for personal gain
Who Are Design Systems For?
23.4.2019
Specific design systems, I mean. Design systems, as a concept, are something just about any site can benefit from.
A lot of hype goes into design systems these days. Just the other day, an organization's published their design system publicly and I got a slew of DMs, emails, and Slack messages...
Revisiting the Rendering Tier
5.4.2019
Have you ever created a well-intentioned, thoughtful design system only to watch it grow into an ever-increasing and scary codebase? I've been working in sort of the opposite direction, inheriting the scary codebase and trying to create a thoughtful system from it.
Here's Alex Sanders on the topic...
Powers of Two
28.3.2019
Refactoring is one of those words that evokes fear in the eyes of many folks, from developers to product owners and everyone in between. It may as well be a four-letter word in many ways. It's also something that we talk about quite a bit around here because, like books on the topic, where to start...
Set Branch Alias with Git
28.3.2019
Version control systems can be difficult to use, especially when you don’t use a UI app. Just think about main branch or revision names: svn uses “trunk”, git uses “master”, and mercurial (hg) uses “tip”. I need to switch between mercurial and...
Design Systems and Portfolios
15.3.2019
In my experience working with design systems, I’ve found that I have to sacrifice my portfolio to do it well. Unlike a lot of other design work where it’s relatively easy to present Dribbble-worthy interfaces and designs, I fear that systems are quite a bit trickier than that.
You could make things...
Responsive Designs and CSS Custom Properties: Building a Flexible Grid System
26.2.2019
Last time, we looked at a few possible approaches for declaring and using CSS custom properties in responsive designs. In this article, we’ll take a closer look at CSS variables and how to use them in reusable components and modules. We will learn how to make our variables optional and set fallback...
Getting to Grips with the Airtable API
14.2.2019
The Airtable web app is pretty neat. You can use it like a spreadsheet but it’s useful for all sorts of other things too. The neatest thing about it for me is that it has an API so that you can treat it like a database.
I’ve been thinking about making weekly notes for the different teams I work...