Search
Woodworking SVG (and Other Real Life Encounters)
27.1.2020
Eric Meyer does his woodworking math in SVG.
I’ve been hand-coding SVG schematics to figure out how thing should go together, and as a by-product, guide me in both material buying and wood cutting.
This might sound hugely bespoke and artisanally overdone, but they’re not that complicated, and...
let vs. const
9.1.2020
There are multiple ways to declare variables in JavaScript. We had var, and while that still works like it always has, it is generally said that let and const are replacements to the point we rarely (if ever) need var anymore. This doodle explanation does a pretty good job, if you need...
Web Scraping Made Simple With Zenscrape
28.11.2019
Web scraping has always been taken care of by actual developers, since a lot of coding, proxy management and CAPTCHA-solving is involved. However, the scraped data is very often needed by people that are non-coders: Marketers, Analysts, Business Developers etc.
Zenscrape is an easy-to-use...
How Building in the Open Can Change Our Industry
21.11.2019
I have to admit, I'm a developer who hasn't built a website. When I first read Chris's question, I sat in silence for at least a minute. Which technical topic did I want to discuss? A new library, programming language or best practice? Nothing, in particular, came to mind. Is that because I'm a...
High-speed Light Trails in Three.js
13.11.2019
A creative coding exploration into how to recreate a high-speed lights effect in real-time using Three.js.
High-speed Light Trails in Three.js was written by Daniel Velasquez and published on Codrops
Awesome Demos Roundup #10
12.11.2019
Get inspired with this collection of fresh, creative coding experiments from around the web.
Awesome Demos Roundup #10 was written by Mary Lou and published on Codrops
Collective #562
31.10.2019
Lesser Known Coding Fonts * Full Stack Authentication * Neural Synesthesia * Glaze * Free for devs
Collective #562 was written by Pedro Botelho and published on Codrops
Get the Complete Intro to Web Development and Intro to React (with Hooks!) with Brian Holt ????
17.10.2019
(This is a sponsored post.)
Hey, Marc here from Frontend Masters — excited to support CSS-Tricks ❤️!
Have you checked out Brian Holt's courses yet? His most popular courses are the "Complete Intro" courses which give you the lay of the land in Web Development as well as...
Awesome Demos Roundup #9
17.10.2019
A collection of creative coding experiments and innovative demos for your inspiration.
Awesome Demos Roundup #9 was written by Mary Lou and published on Codrops
Programming Languages Used in Blockchain, Explained
10.10.2019
What are programming languages used for in blockchain, what are their downsides, and what are the new solutions on the market? Here, we take a look #Sponsored
A Codebase and a Community
27.9.2019
I woke up one morning and realized that I had it all wrong. I discovered that code and design are unable to solve every problem on a design systems team, even if many problems can be solved by coding and designing in a dark room all day. Wait, huh? How on earth does that make any sense? Well...
HaasOnline – Create Crypto Algorithms Without Coding
23.9.2019
HaasOnline Software, the creators of advanced crypto trading products, has announced the release of a Visual Editor, which leverages their overhauled scripting language, HaasScript. Users can choose between the newly released drag-and-drop visual editor or use the updated text-based editor while...
Plans to Build $50M Bitcoin Cash Tech Park Revealed
10.9.2019
At the Bitcoin Cash City conference in North Queensland, the CEO of Code Valley, Noel Lovisa, announced plans to build a $50 million dollar Bitcoin Cash tech park in the city of Townsville. The plan is to aggregate startup companies and there are more than 12 Bitcoin Cash focused startups already...
Emergent Coding, Adoption Incentives and Practical Use – Bitcoin Cash City, Day 2
5.9.2019
The Bitcoin Cash City conference in North Queensland has just wrapped up, and participants are now unwinding after two consecutive days of presentations, product demos, free gifts, and plenty of food. Tomorrow, September 6, there will be a special workshop for developers, and then the conference...
Awesome Demos Roundup #7
15.8.2019
The seventh edition of our monthly demos roundup that will get your creative coding juices flowing.
Awesome Demos Roundup #7 was written by Mary Lou and published on Codrops
Blockstack Joins Lambda School for New Platform to Teach App Coding
13.8.2019
Blockstack announces collaboration with Lambda School to teach dApp coding
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...
Cosmos Will Have 3 Coding Languages. Here’s Why That Matters for Ethereum
6.8.2019
Ethereum rival Cosmos will offer users the choice of coding in at least three different programming languages for smart-contract development
PR: bitHolla Releases Open Exchange Kit HollaExShell
24.7.2019
bitHolla, the company that builds customized cryptocurrency trading software is announcing the launch of its new product HollaExShell, an open exchange software package, giving anyone the ability to launch a full fledged crypto exchange from a command-line interface. HollaEx packages provided...
React Starter: Editor Tools
8.7.2019
Before we move into more coding with React, let's talk about the tools that can help us streamline our React development. We want to go into our React development as well equipped as possible!