Search
Uplink CEO: Depins Enable Companies to ‘Bootstrap the Deployment Stage’
30.6.2024
Decentralized Physical Infrastructure Networks (Depins) have the potential to connect companies or projects in markets or locations with limited internet connectivity, all without requiring telecom companies to invest billions of dollars in infrastructure. Additionally, Depins assist existing...
Cove Partners With Bazaar for Pioneering $COVE Token Auction to Decentralize and Bootstrap Protocol Liquidity
17.4.2024
PRESS RELEASE. San Francisco, April 16th: Cove, the first onchain portfolio manager that eliminates loss-versus-rebalancing, has announced a strategic partnership with Bazaar, the decentralized and chain-agnostic launchpad. This collaboration is set to revolutionize the way Cove engages with...
Circle Launches Bridging Standard for Stablecoin Deployment on New Networks
22.11.2023
Source: Circle In a first-ever announcement in the stablecoin ecosystem, Circle, makers of USDC, has released a bridging standard for its digital token. Making the announcement in a November 21 blog post, the fiat-backed stablecoin maker pointed out the need to help developers bootstrap stablecoin...
Rebus Announces Public Coin Distribution via Osmosis
27.9.2022
PRESS RELEASE. RebusChain, a platform set to take DeFi mainstream, is going public by announcing its public coin distribution (PCD) late this Summer. The PCD means those supporting its mission can now acquire coins via liquidity bootstrap pool (LBP) on the Osmosis network, and this marks...
Quick and Dirty Bootstrap Overrides at Runtime
10.11.2021
Oh, Bootstrap, that old standard web library that either you hate or you spend all your time defending as “it’s fine, it’s not that bad.” Regardless of what side you fall on, it’s a powerful UI framework that’s everywhere, …
The post Quick and Dirty Bootstrap Overrides at Runtime appeared...
Sanctor Capital launches $20M fund to bootstrap GameFi, DeFi projects
2.11.2021
Projects like Axie Infinity and Decentraland have shined the spotlight on GameFi, a new trend that refers to the financialization of gaming
Study Shows Cross-Chain Bridge Technology Growth, Bridges to Ethereum Exceed $7 Billion
16.9.2021
On September 8, 2021, Dmitriy Berenzon, research partner at 1kxnetwork, an early-stage crypto fund that helps founders bootstrap token networks, published a comprehensive research post concerning blockchain bridges. Berenzon’s study highlights the current “multi-chain market...
Web Languages as Compile Targets
30.4.2021
Jim Nielsen quoting Eric Bailey:
He references an example on Twitter where someone noted you can use the <details> element to “create a native HTML accordion,” to which someone responded: “this works without Bootstrap? 🤯”
What’s the problem here? From
…
The post...
Considerations for Making a CSS Framework
25.11.2020
Around eight months ago, I started building a framework which would eventually go on to become Halfmoon. I made a post on this very website announcing the launch of the very first version. Halfmoon has been billed as a Bootstrap alternative with a built-in dark mode feature, that is especially good...
Using Your Own Design System with KendoReact Components
30.10.2020
Maybe you’ve already heard of (or even worked with!) KendoReact. It’s popped up in some of my day-to-day conversations, especially those about working with design systems and React. You could think of it as a component library like Bootstrap or Material Design, except the components...
Zcash’s Electric Coin Company Shifts to Non-Profit Status Following Stockholder Vote
12.10.2020
Zcash developer Electric Coin Company will transition to a new non-profit, with a majority of shareholders electing to donate their equity
Shoelace 2.0: A Forward-thinking Library of Web Components
29.9.2020
A few years ago, I released a lightweight alternative to Bootstrap affectionately named Shoelace. Shoelace was small and fast because of its minimal design and pure CSS approach to styling. It used CSS custom properties extensively to enable customizations, even when loaded via CDN — something...
Halfmoon: A Bootstrap Alternative with Dark Mode Built In
11.8.2020
I recently launched the first production version of Halfmoon, a front-end framework that I have been building for the last few months. This is a short introductory post about what the framework is, and why I decided to build it.
The elevator pitch
Halfmoon is a front-end framework with a...
A Bit on Web Component Libraries
29.7.2020
A run of Web Components news crossed my desk recently so I thought I’d group it up here.
To my mind, one of the best use cases for Web Components is pattern libraries. Instead of doing, say, <ul class="nav nav-tabs"> like you would do in Bootstrap or <div class="tabs"> like...
Bootstrap 5
7.7.2020
It’s always notable when the world biggest CSS framework goes up a major version (it’s in alpha now).
It has dropped jQuery and IE, started using some CSS custom properties, gone fully customized with form elements, started to embrace utility classes, and includes a massive icon...
Turning a Fixed-Size Object into a Responsive Element
11.5.2020
I was in a situation recently where I wanted to show an iPhone on a website. I wanted users to be able to interact with an application demo on this “mock” phone, so it had to be rendered in CSS, not an image. I found a great library called marvelapp/devices.css. The library implemented the device...
10 Interesting JavaScript and CSS Libraries for April 2020
13.4.2020
Our compilation for the month of April comes packed with awesome new web dev tools, including lots of Bootstrap goodies, a new testing framework, and more!
Creating a Modal Image Gallery With Bootstrap Components
6.3.2020
Have you ever clicked on an image on a webpage that opens up a larger version of the image with navigation to view other photos?
Some folks call it a pop-up. Others call it a lightbox. Bootstrap calls it a modal. I mention Bootstrap because I want to use it to make the same sort of thing. So, let’s...
Pac-Man… in CSS!
11.11.2019
You all know famous Pac-Man video game, right? The game is fun and building an animated Pac-Man character in HTML and CSS is just as fun! I’ll show you how to create one while leveraging the powers of the clip-path property.
See the Pen
Animated Pac-Man by Maks Akymenko (@maximakymenko)
...
Game of Thrones Quiz Game with React and GraphQL: Setting up a React App
17.6.2019
To get started, we will use create-react-app to bootstrap our application. To create the application using the create-react app CLI, run: