Search
Binance Smart Chain Creates a $10 Million Bug Bounty Fund to Tighten Protocol Security
26.7.2021
The Binance Smart Chain has launched a $10 million bug bounty fund for projects building on top of the protocol, called “Priority One.” The initiative aims to keep the blockchain network secure by encouraging bug bounty hunters and ethical hackers. Binance Smart Chain Reveals...
2K Very Quietly Launches New XCOM Game That Looks Like Crap
20.7.2021
The XCOM games are known for their challenging tactics, roster management and bullshit shooting percentages, so it’s surprising (or really, not surprising at all) to see 2K license out a new mobile game that has absolutely none of those traits.Read more
Crypto Travel Rule Working Group Launches 2.0 Protocol ‘Solving the Discoverability Problem’
26.6.2021
Just before the Financial Action Task Force (FATF) published the organization’s 12-month review, a working group called the Travel Rule Protocol (TRP) released its 2.0 version of the TRP crypto application programming interface (API) in order to “simplify the end-user crypto exchange...
Nintendo's Game Builder Garage Spawned These 7 Amazing Creations
17.6.2021
Game Builder Garage launched on the Switch last Friday. In less than a week, users have already used Nintendo’s visual programming tool to craft their own takes on Sonic the Hedgehog, Doom Eternal, and the obligatory remake of Kojima’s P.T. demo. And don’t even get me started on screaming event...
DAO1 Hackthon Targets African Blockchain Devs
17.6.2021
As part of an initiative that seeks to build the crypto and blockchain space talent base, the Decentralized Autonomous Organization (DAO1), a community-led protocol, will be holding a major collaborative computer programming or a hackathon. Organizers are hoping this event will help to create...
A Love Letter to HTML & CSS
17.5.2021
I see you. In the back there, behind JavaScript and React and PHP and all those “real” programming languages, I see you. And I appreciate you.
The post A Love Letter to HTML & CSS appeared first on CSS-Tricks.
You can support CSS-Tricks by being an MVP Supporter
Is CSS a Programming Language?
7.5.2021
I have a real distaste for this question. It might seem like a fun question to dig into on the surface, but the way it enters public discourse rarely seems to be in good faith. There are ulterior motives at …
The post Is CSS a Programming Language? appeared first on CSS-Tricks.
You...
The Benefits of Coupling Ethereum With Bitcoin Cash: Smartbch Sidechain Testnet Is Now Public
30.4.2021
On Thursday, the Smart Bitcoin Cash team announced the launch of the Smartbch testnet explaining that developers and decentralized app makers can now experiment and develop with the high-performance, EVM-compatible Bitcoin Cash sidechain. Further, Bitcoin.com News spoke with Wang Kui the lead...
T-Pain Throws Racist Call of Duty Players Straight Into The Trash
30.4.2021
T-Pain may have been in the news today for his heartbreaking Instagram confession, but don’t let that distract you from the fact he has also been busy distributing swift and remorseless justice to racist assholes on Call of Duty.Read more
CSS is a Strongly Typed Language
13.4.2021
One of the ways you can classify a programming language is by how strongly or weakly typed it is. Here, “typed” means if variables are known at compile time. An example of this would be a scenario where an integer …
The post CSS is a Strongly Typed Language appeared first on CSS-Tricks.
You...
Get a 70" Insignia 4K TV for $500 and Watch Ted Lasso On It
10.2.2021
70" Insignia 4K Smart Fire TV | $500 | Best BuyRead more
Go Big or Go Home With a 75" TCL 4K TV for $590
1.2.2021
75" TCL 4K TV | $590 | Best BuyRead more
A Conversation with One of Bitcoin Cash’s Most Prolific Developers
8.1.2021
Calin Culianu is the #1 contributor to the Electron Cash project. Also, he contributes to BCHN, and has created the Fulcrum server. Definitely a Bitcoin Cash hero in my book. I picked his brain a bit about all things Bitcoin Cash, and got some juicy answers. Calin likes to talk, so let’s...
Sharpen Your JavaScript Skills with Pluralsight (Sponsored)
21.12.2020
JavaScript recently turned 25 years old, and while it started by dominating over the client side world, this beautiful programming language is well on its way to taking over the server side. JavaScript isn’t just thriving — it’s evolving with new syntax features, patterns...
Creating WebGL Effects with CurtainsJS
18.11.2020
This article focuses adding WebGL effects to <image> and <video> elements of an already “completed” web page. While there are a few helpful resources out there on this subject (like these two), I hope to help simplify this subject by distilling the process into a...
The Flavors of Object-Oriented Programming (in JavaScript)
28.9.2020
In my research, I've found there are four approaches to Object-Oriented Programming in JavaScript. Which methods should I use? Which one is "the best" way? Here I'll present my findings along with information that may help you decide which is right for you.
The post The Flavors of Object-Oriented...
Logical Assignment Operators
10.9.2020
I love JavaScript, it’s my favorite programming language, but I love dipping into other languages because they offer a new perspective on coding paradigms. There’ve been syntax additions to JavaScript that I’ve seen I found interesting (think ?? in optional chaining) and now...
Bitcoin Script and Onchain Contracts: Two High-Level Programming Languages for Bitcoin Cash
11.7.2020
Last May, the software developer and creator of revoke.cash, Rosco Kalis, released Cashscript version 0.4 that included a number of optimizations. Cashscript’s new website highlights the high-level language that “offers a strong abstraction layer over Bitcoin Cash’ native virtual...
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,...
A Complete Guide to CSS Functions
4.5.2020
Like any other programming language, CSS has functions. They can be inserted where you’d place a value, or in some cases, accompanying another value declaration.
The post A Complete Guide to CSS Functions appeared first on CSS-Tricks