Deprecated channel
So, not sure anyone would ever read this but I just want to pin a post at the top of my feed because I don't aim to publish on DEV anymore.If you ever read this and are still interested by my content,...
View ArticleCreate A Popover In Svelte
Photo by Nick Fewings on UnsplashI have implemented the UI components of my last project Papyrs without any third party design system libraries - i.e. I created all the components from scratch. I did...
View ArticleAnnouncing Papyrs: Blog on web3
So, I have developed a new open-source, privacy-first, decentralized blogging platform that lives 100% on chain and today I am making it available to anyone. I called it: Papyrs. What a ride! Last...
View ArticleDynamically Create Canister Smart Contracts In Motoko
In one of my last blog posts, I shared a solution to query smart contracts on Internet Computer in a NodeJS context.That article was the first of a series that will display the various scripts I have...
View ArticleA Frameworkless Store In TypeScript
Photo by pine watt on UnsplashThere are undeniable advantages to using frameworks (React, Angular, Svelte etc.) for frontend development but there are also undeniable disadvantages.The interoperability...
View ArticleCall Internet Computer Canister Smart Contracts In NodeJS
Photo by Greg Rakozy on UnsplashI spent last few months developing Papyrs an open-source, privacy-first, decentralized blogging platform that lives 100% on chain. This new web editor is finally ready...
View ArticleExport To The File System (Save As...) + Fallback In TypeScript
Photo by Ivan Diaz on UnsplashIn almost every web application I end up reusing the same pattern to export data to the file system in JavaScript - i.e. a solution that uses the File System Access API...
View ArticleAnnouncing Stylo - Another Kind Of Rich Text Editor
Photo by Amy Hirschi on UnsplashSo, I developed a new open source WYSIWYG interactive editor for JavaScript. Its goal is to bring great user experience and interactivity to the web, for everyone, with...
View ArticleConverting SVG To Image (PNG, Webp, etc.) in JavaScript
Photo by Justin Aikin on UnsplashLast Monday I built and published a new Web Component, developed with StencilJS, to generate social images dynamically in the browser.For a given text and logo, the...
View ArticleA Simple KeyVal Store Implemented in Motoko
Photo by Pedro Lastra on UnsplashI am a fond of offline web applications and most of my personal open source projects, such as DeckDeckGo or Tie Tracker, follow the approach.In these two particular...
View ArticleTypeScript Utilities For Candid
Photo by Georgie Cobbs on UnsplashTo port our web editor, DeckDeckGo, to DFINITY’s Internet Computer I developed several helpers in TypeScript to interact with our canister smart contracts.If it can...
View ArticleBye-Bye Amazon & Google, Hello Web 3.0
It’s official, we are porting our web editor for slides, DeckDeckGo, to DFINITY’s Internet Computer!Thanks to the help of a second 25k USD grant from the DFINITY foundation, we will wrap up the work...
View ArticleDynamically Import ESM Modules From A CDN
Photo by Daniel Born on UnsplashWhat if I told you modern browsers can natively import a single, or sets of functions, of a JavaScript library bundles, at runtime and, from a CDN? Wouldn’t that open up...
View ArticleAngular: The Single Rule To Get Better At RxJS
Even though there is no strict rule, combining imperative and declarative programming concepts with RxJS might be making the development harder and the code less clean.Shifting mind from a (often)...
View ArticleInternet Computer: Web App Decentralized Database Architecture
We are developing a proof of concept to port our web app, DeckDeckGo, to DFINITY's Internet Computer.After having validated the hosting and password-less authentication integration, we are tackling the...
View ArticleSingleton & Factory Patterns With TypeScript. Explained With Haidresser And...
Of all design patterns I learned in engineering school, the singleton and factory are probably those I use the most in my day to day programming activities. Sometimes I even mix the two to double the...
View ArticleGetting Started With The Internet Computer Web-Hosting
Photo by Bradley Dunn on UnsplashWe are building a proof of concept to port our web app, DeckDeckGo, to the Internet Computer of the DFINITY foundation.Our project’s first milestone is not yet...
View ArticleWe Received A Grant To Port Our Web App To The Internet Computer
Exciting news, we received a 25k USD grant from the DFINITY foundation to port our web editor for slides, DeckDeckGo, to the Internet Computer.In the coming weeks we will build a proof of concept to...
View ArticleThe State Of Progressive Web Apps Adoption By Developers In 2021
Photo by Monica Sauro on UnsplashFor the second year in a row, I ran some polls on Twitter about the relationship between developers and Progressive Web Apps.Are PWA preached or adopted by developers?...
View ArticleCSS nth- Selectors Variable
Photo by Mario Gogh on UnsplashUsing CSS variables, at least when I’m writing these lines in June 2021, is not supported in media queries or selector, e.g. :nth-child(var(--my-variable)) does not...
View Article