Search
CoinDesk to Move Into Same Building as Owner Digital Currency Group
17.9.2019
Employees at crypto news publication CoinDesk were told Tuesday that the firm is moving into the same building as its parent, Digital Currency Group
Total Surveillance Coin Will Be a Dystopia if Controlled by Facebook or Government
10.9.2019
Digital currency provides unprecedented abilities to spy on and control what people do, and having that power in the hands of a few people is very dangerous. The Big Tech monopolies of Silicon Valley are building a future where your every action is monitored, and giving Facebook control over what...
PR: Hashcube Announces Bitcoin Mining Investment Forum in Thailand
8.9.2019
Hashcube, a Korean Bitcoin miner retail and mining company, is proud to present Thailand’s first ever bitcoin mining investment forum on 21st September at the Amari Watergate Bangkok.
Together with large players from the crypto-industry such as Bitkub, BTC.com, Coolbitx and Cryptomind, we’re...
5 Key Concepts from Day One at Bitcoin Cash City
5.9.2019
With day one of North Queensland’s Bitcoin Cash City all wrapped up, conference attendees were left with an overflow of big ideas to distill, process, and potentially integrate. These include underwriting merchant adoption, building tech parks and mining operations, BIP70 applications...
Facebook’s Calibra Is Building a Compliance Team, Searching for Sanctions Lead
27.8.2019
The Calibra wallet team is looking for more compliance professionals
Australian Securities Exchange Building New Blockchain Platform With VMWare, Digital Asset
26.8.2019
ASX and Digital Asset have signed a three-party memorandum of understanding (MOU) to build a replacement platform for the existing Clearing House Electronic Subregister System (CHESS) using distributed ledger technology
Jeremy Keith – Building the Web
23.8.2019
I really enjoyed this interview with Jeremy Keith on the state of the web, how things have changed in recent years and why he’s a mix of optimistic and nervous for the future.
One thing that caught my attention during the interview more than anything was where Jeremy started discussing how folks...
Korea’s Oldest Bank Is Building a Blockchain-Based Security System
14.8.2019
South Korea’s oldest bank, Shinhan Bank, partnered with two other companies to develop a blockchain-based security solution
Building a Full-Stack Serverless Application with Cloudflare Workers
9.8.2019
One of my favorite developments in software development has been the advent of serverless. As a developer who has a tendency to get bogged down in the details of deployment and DevOps, it's refreshing to be given a mode of building web applications that simply abstracts scaling and infrastructure...
Get the Best Domain Name for your New Website
8.8.2019
(This is a sponsored post.)
If you're on CSS-Tricks, we can probably bet that you're in the process of building a really cool website. You've spent your time creating content, applying appropriate UX design techniques, coding it to perfection, and now you're about ready to launch it to the world.
A...
Let Mavo Shine in Building Interactive Web Applications
6.8.2019
As you could guess from the title, this tutorial is dedicated to Mavo: a new, approachable way to create complex, reactive, persistent web applications just by writing HTML and CSS, without a single line of JavaScript and no server backend.
🐇 Follow the white rabbit!
Mavo is developed...
Mastercard Is Building a Team to Develop Crypto, Wallet Projects
5.8.2019
Payments giant Mastercard is seeking to hire several blockchain execs to lead cryptocurrency and digital wallet projects
From Ghana to the Bronx, These Teen Bitcoiners Are Building the Future
4.8.2019
From experimenting with zcash in the Bronx to rogue bitcoin contributors, these teens are shaping the future of cryptocurrency
Branching Out from the Great Divide
2.8.2019
I like the term Front-End Developer. It's encapsulates the nature of your job if your concerns are:
Building UIs for web browsers
The spectrum of devices and platforms those web browsers run on
The people who use those web browsers and related assistive technology
The breadth of knowledge...
Using Netlify Forms and Netlify Functions to Build an Email Sign-Up Widget
2.8.2019
Building and maintaining your own website is a great idea. Not only do you own your platform, but you get to experiment with web technologies along the way. Recently, I dug into a concept called serverless functions, starting with my own website. I’d like to share the results and what I learned...
‘Building’ Bitcoin’s Software Just Got a Bit More Trustless
1.8.2019
There's a bit less trust now needed when developers compile the software at the heart of bitcoin
Collective #536
29.7.2019
Ciao * Building Beautiful UIs * Poolside FM * Livewire * Liquidfun * Practical Ways to Write Better JavaScript
Collective #536 was written by Pedro Botelho and published on Codrops
5 Minute Serverless Functions in Azure without an IDE
22.7.2019
Microsoft Azure makes it incredibly easy to get a basic API/microservice up and running quickly! If you are unfamiliar with building serverless architectures in the Microsoft ecosystem, using Azure
How I Created a Code Beautifier in Two Days
19.7.2019
I recently drew up a wireframe for a code beautifier. The next day, I decided to turn it into a real tool. The whole project took less than two days to complete.
I'd been thinking about building a new code beautifier for a while. The idea isn't unique, but every time I use someone else's tool,...
Build a Chat App Using React Hooks in 100 Lines of Code
15.7.2019
We’ve looked at React Hooks before, around here at CSS-Tricks. I have an article that introduces them as well that illustrates how to use them to create components through functions. Both articles are good high-level overviews about the way they work, but they open up a lot of possibilities...