Search
Výdejní automaty ve velkém staví i GLS. Do konce roku bude v Česku až 1000 Parcel Boxů
23.8.2024
Koncem loňského roku jich měl 250, letos v červenci 500 a v prosinci by jich mělo být až tisíc. GLS je další z kurýrních společností, která ve velkém instaluje samoobslužné výdejní automaty do českých ulic a domů. Aktuálně již provozuje 600 Parcel Boxů.
Firma provozuje dva typy skříní. Tzv. Blue
Parcel Announces $4 Million Seed Round Led by Framework Ventures
8.6.2022
On June 7, Parcel announced that it had conducted a $4 million seed round with some of the esteemed investors from DeFi and TradFi. The round was led by Framework Ventures and was joined by prominent figures like Sebastian Borget, Santiago Santos, Aaron Wong, and several others. This round is hoped...
Collective #694
13.1.2022
Biased by Design * Vanta.js * Parcel CSS * Color Modulation * Memory leaks
The post Collective #694 appeared first on Codrops
Parcel CSS: A New CSS Parser, Transformer, and Minifier
12.1.2022
Hot off the presses from Devon Govett, creator of Parcel, is Parcel CSS:
A CSS parser, transformer, and minifier written in Rust.
Nice. The CSS world could use a little processing shake up like this.
I just wrote a …
Parcel CSS: A New CSS Parser, Transformer, and Minifier originally...
Collective #683
14.10.2021
Building a multi-select component * How to win at CORS * Kuma * Parcel v2 * Flowrift
The post Collective #683 appeared first on Codrops
Russian Post to Employ Blockchain Technology in Parcel Tracking
30.9.2021
The national postal operator of Russia plans to implement a parcel tracking system that will rely on blockchain technology. The introduction of the new service is part of Russian Post’s digital transformation strategy and is expected to reduce the number of lost shipments. Blockchain-Based...
Migrating from Parcel to Snowpack
10.5.2021
I find build tooling endlessly interesting, especially right now as we’re in a juicy next-gen transitional period with players like Vite, wmr, Snowpack, and esbuild. Hugh Haworth has a good run-down of the new players, and we’ve chatted on …
The post Migrating from Parcel...
Justin Sun: A Colorful Crypto Hawker or Surprising Business Savant?
23.4.2021
Although he is outspoken, raucous, and bombastic when it comes to his public persona, Sun’s questionable publicity stunts could be part and parcel of his strategy for catapulting Tron into the spotlight and capitalizing on crypto’s momentum. Bombastic Approach May Underpin Tron’s...
Comparing the New Generation of Build Tools
8.4.2021
A bunch of new developer tools have landed in the past year and they are biting at the heels of the tools that have dominated front-end development over the last few years, including webpack, Babel, Rollup, Parcel, create-react-app.
These new …
The post Comparing the New Generation of Build...
‘It’s Part and Parcel of Crypto’: How Memes Drive Narrative and Value
26.8.2020
In 1964, the Canadian media theorist Marshall McLuhan said the "medium is the message." Today, in crypto, the meme is the message
How to Make a Monthly Calendar With Real Data
21.7.2020
Have you ever seen a calendar on a webpage and thought, how the heck did they did that? For something like that, it might be natural to reach for a plugin, or even an embedded Google Calendar, but it’s actually a lot more straightforward to make one than you might think and only requires...
The Best Cocktail in Town
18.11.2019
I admit I've held in a lot of pent-up frustration about the direction web development has taken the past few years. There is the complexity. It requires a steep learning curve. It focuses more on more configuration than it does development.
That's not exactly great news for folks like me...
Why Parcel Has Become My Go-To Bundler for Development
21.10.2019
Today we’re gonna talk about application bundlers — tools that simplify our lives as developers. At their core, bundlers pick your code from multiple files and put everything all together in one or more files in a logical order that are compiled and ready for use in a browser. Moreover, through...
Using Parcel as a Bundler for React Applications
25.4.2019
You may already be familiar with webpack for asset management on projects. However, there’s another cool tool out there called Parcel, which is comparable to webpack in that it helps with hassle-free asset bundling. Where Parcel really shines is that it requires zero configuration to get up...
Moving from Gulp to Parcel
25.4.2019
Ben Frain just made some notes about the switch from Gulp to Parcel, a relatively new "web application bundler" which, from a quick look at things, is similar to webpack but without all the hassle of setting things up. One of the things I’ve always disliked about webpack is that you kinda have...