Search
Tips for Starting with Bitcoin and Cryptocurrencies
21.7.2020
One of the most rewarding experiences of my life, both financially and logically, has been buying and managing cryptocurrencies like Bitcoin, Litecoin, Ethereum. Like learning any other new tech, I made rookie mistakes along the way, but learned some best practices along the way. Check out these...
What Is GPT-3 and Should We Be Terrified?
20.7.2020
The internet is alive with demos of what the latest artificial intelligence language model can do. Should we be nervous?
Velas Enters the Top 100 Coinmarketcap and Launches on Bitcoin.Com Exchange
20.7.2020
The blockchain network that is self-learning and self-optimizing and claims to be able to deliver up to 30,000 transactions per second with a speed of anywhere from 1 second to 2 minutes. Velas is a blockchain ecosystem that implements an AI-powered Delegated Proof-of-Stake (AIDPOS) consensus...
My Long Journey to a Decoupled WordPress Gatsby Site
13.7.2020
As a professional research biologist, my playground used to be science laboratories filled with microscopes, petri dishes, and biology tools. Curiosity leads many scientists on their journey to discoveries. Mine led me to web design. I used to try learning HTML on my lab desktop while centrifuging...
A little bit of plain Javascript can do a lot
8.7.2020
Julia Evans:
I decided to implement almost all of the UI by just adding & removing CSS classes, and using CSS transitions if I want to animate a transition.
An awful lot of the JavaScript on sites (that aren’t otherwise entirely constructed from JavaScript) is click the thing...
Settling down in a Jamstack world
3.7.2020
One of the things I like about Jamstack is that it’s just a philosophy. It’s not particularly prescriptive about how you go about it. To me, the only real requirement is that it’s based on static (CDN-backed) hosting. You can use whatever tooling you like. Those tools, though...
The Future of Peer-to-Peer Online Learning Amid the COVID-19 Pandemic
28.6.2020
The coronavirus pandemic has shown the need for new innovative ideas in the delivery of education, and blockchain has a solution
Adding a Custom Welcome Guide to the WordPress Block Editor
15.6.2020
I am creating a WordPress plugin and there is a slight learning curve when it comes to using it. I’d like to give users a primer on how to use the plugin, but I want to avoid diverting users to documentation on the plugin’s website since that takes them out of the experience.
What would...
Microsoft Azure Machine Learning Clusters Cryptojacked to Mine Monero
12.6.2020
Hackers have attacked badly configured machine learning clusters on Microsoft’s Azure cloud computing network, and hijacked them to mine Monero
Behind the Source: Cassie Evans
3.6.2020
I feel like the tech industry takes itself far too seriously sometimes. I get frustrated by all the posturing and gatekeeping – “You’re not a real developer unless you use x framework”, “CSS isn’t a real programming language”.
I think this kind of rhetoric often puts new developers off,...
User agents
19.5.2020
Jeremy beating the classic drum:
For web development, start with HTML, then CSS, then JavaScript (and don’t move on to JavaScript too quickly—really get to grips with HTML and CSS first).
And then…
That’s assuming you want to be a good well-rounded web developer. But it might be that...
Devon Brewer: Rediscovering the Golden Rule
9.5.2020
The Golden Rule may be the most basic moral approach to dealing with others. It seems universal across cultures and religions. The Golden Rule is instinctive. We all know it, even as children without education. I like the negative form of the Golden Rule the best. One of the earliest written...
Nomics Machine-Learning Tool Offers 7-Day Price Forecast on Top 100 Cryptos
23.4.2020
Bitcoin and other crypto assets are getting a seven-day price forecast, thanks to machine-learning technology and data provider Nomics
Making Money on Lockdown: 5 Effortless Ways to Earn Cryptocurrencies Online
20.4.2020
The various government responses to the coronavirus caused a lot of havoc across the global economy and millions of people are now out of work. A number of nation states have not lifted the lockdowns and no one’s really sure when the slew of shutdown industries will open again. While people...
Front-End Challenges
17.4.2020
My favorite way to level up as a front-end developer is to do the work. Literally just build websites. If you can do it for money, great, you should. If the websites you make can help yourself or anyone else you care about, then that’s also great. In lieu of that, you can also make things...
Algorithmic Trading Strategies, Explained
9.4.2020
Find out how algorithmic trading strategies can be used to squeeze the most out of every market move, and why they are becoming more popular with cryptocurrencies #Sponsored
Learn Eleventy From Scratch
7.4.2020
The latest edition of Andy Bell’s Piccalilli landed in my inbox this morning with a sweet offer: preorder Andy’s course on learning Eleventy from scratch at a third of the price.
Why the plug? No, not sponsorships or anything like that. I just happen to hear a heckuva lot about Eleventy...
CSS Can Influence Screenreaders
23.3.2020
Ben Myers covers some clear examples of where CSS totally changes what some screen readers announce. For example, some screenreader will see text-transform: uppercase; on a button label that says "Add" and read it like an abbreviation, "A.D.D."
These cases of CSS messing with our screenreader...
Redefining ‘Safe Haven’: Predicting the 2020 Future by Learning From the 2012 Past
17.3.2020
What similarities exist in the market between 2012 and 2020, and how will the past help us to be ready for the future?
Build a Node.js Tool to Record and Compare Google Lighthouse Reports
16.3.2020
In this tutorial, I’ll show you step by step how to create a simple tool in Node.js to run Google Lighthouse audits via the command line, save the reports they generate in JSON format and then compare them so web performance can be monitored as the website grows and develops.
I’m hopeful this...