Translate a SvelteĀ app without external dependencies
Adding internationalization support to a Svelte application: a step-by-step guide.
Published: May 18, 2023, 7:15:32 AM
Edited: May 18, 2023, 7:15:32 AM
šØāš» Freelancer by day š¦øāāļø Creator of Papyrs & Juno by night
Adding internationalization support to a Svelte application: a step-by-step guide.
Published: May 18, 2023, 7:15:32 AM
Edited: May 18, 2023, 7:15:32 AM
After careful consideration, I have decided to deprecate Papyrs. Although the platform is still available for use, new user sign-ups have been disabled and it is no longer being actively developed or maintained.
Published: May 07, 2023, 12:58:21 PM
Edited: May 07, 2023, 1:10:18 PM
How to mock the camera for an End-to-End test that requires a video stream capture.
Published: Apr 30, 2023, 10:32:02 AM
Edited: Apr 30, 2023, 10:32:02 AM
How to create a Web3 decentralized application using Angular and Juno.
Published: Apr 21, 2023, 8:45:22 AM
Edited: Apr 21, 2023, 8:45:22 AM
How to develop a decentralized application on blockchain with React and Juno.
Published: Mar 28, 2023, 11:40:17 AM
Edited: Apr 21, 2023, 8:48:22 AM
How to auto-generate the Candid declaration from Rust code on the Internet Computer.
Published: Mar 12, 2023, 4:32:52 PM
Edited: May 04, 2023, 8:12:05 AM
Comparing TypeScript āinterfaceā with Rust ātraitā for simple, flexible, and composable code.
Published: Mar 06, 2023, 12:49:21 PM
Edited: Mar 28, 2023, 12:05:45 PM
Launching a new open-source Blockchain-as-a-Service solution that makes building Web3 applications more accessible frontend developers.
Published: Feb 14, 2023, 11:19:49 AM
Edited: Feb 14, 2023, 11:19:49 AM
Svelte offers some nice easy-to-use store concepts. One of those is the "custom store" but how to declare its types?
Published: Jan 20, 2023, 5:47:03 AM
Edited: Jan 20, 2023, 5:47:03 AM
Gosh, I finally got the name for my new side project. It will be called: Juno.
Published: Jan 10, 2023, 11:33:24 AM
Edited: Jan 10, 2023, 11:33:24 AM
Three little TypeScript assertion functions that have proven to be really useful.
Published: Dec 30, 2022, 9:05:40 AM
Edited: Dec 30, 2022, 9:17:09 AM
A Sass media queries mixin to avoid duplicating CSS breakpoints all over the place.
Published: Dec 22, 2022, 8:19:46 AM
Edited: Dec 22, 2022, 8:36:37 AM
Guard functions can be executed before updates and queries of canister smart contracts written in Rust on the Internet Computer.
Published: Dec 15, 2022, 11:10:24 AM
Edited: May 04, 2023, 8:10:54 AM
How to deploy the blockchain authentication system for the Internet Computer locally
Published: Nov 27, 2022, 7:29:53 AM
Edited: May 07, 2023, 2:31:46 AM
I migrated 500+ canisters from Motoko to Rust on the Internet Computer. Here are the two major things IĀ learned.
Published: Nov 10, 2022, 1:28:47 PM
Edited: May 04, 2023, 8:09:17 AM
Content security policy, build reproducibility and polyfill. Few tips to know before going live with SvelteKit.
Published: Oct 19, 2022, 7:38:46 AM
Edited: Nov 04, 2022, 10:47:06 AM
Repeatedly calls a function on the IC with web workers without decreasing your dapp frontend performance.
Published: Oct 10, 2022, 11:28:57 AM
Edited: May 04, 2023, 8:04:53 AM
A guide to set up dapps metadata, icons and social image for social media sites and search engines.
Published: Sep 29, 2022, 8:17:16 AM
Edited: Nov 04, 2022, 1:30:28 PM
Automatically generate the SHA-256 hash of the script tags for the Content Security Policy
Published: Sep 17, 2022, 12:08:30 PM
Edited: Nov 04, 2022, 1:31:30 PM
Published: Sep 17, 2022, 5:47:02 AM
Edited: Sep 20, 2022, 1:50:28 PM
Read stringified objects from the localstorage in TypeScript using fun stuffs such as deconstructing objects, assertion and generic
Published: Sep 01, 2022, 7:03:34 AM
Edited: Nov 04, 2022, 1:32:23 PM
How to upgrade smart contracts on the Internet Computer with JavaScript
Published: Aug 11, 2022, 2:45:56 AM
Edited: May 04, 2023, 8:03:16 AM
A collection of functions to handle Nullable, Date and Blob when interacting with canister smart contracts.
Published: Aug 05, 2022, 7:07:33 AM
Edited: May 04, 2023, 7:54:57 AM
How to programmatically convert ICP to cycles in NodeJS?
Published: Jul 15, 2022, 4:06:01 AM
Edited: May 04, 2023, 8:01:17 AM
How to create and communicate with a web worker in SvelteKit and ViteJS
Published: Jul 07, 2022, 10:55:16 AM
Edited: Nov 04, 2022, 1:35:41 PM
A few new tips and tricks to build a library with esbuild
Published: Jul 05, 2022, 12:09:32 PM
Edited: Nov 04, 2022, 1:36:35 PM
How to create a popover in Svelte without any other libraries or dependencies.
Published: Jun 23, 2022, 9:15:25 AM
Edited: Nov 04, 2022, 1:38:16 PM
I have developed a new open-source, privacy-first, decentralized blogging platform and today I am making it available to anyone.
Published: Jun 16, 2022, 11:10:36 AM
Edited: Nov 04, 2022, 1:39:05 PM
Have you ever developed applications that have their API, services and state management fully separated from their core?
Published: May 23, 2022, 12:19:35 PM
Edited: Nov 04, 2022, 1:44:02 PM
How to generate on-the-fly decentralized smart contracts on the Internet Computer.
Published: May 12, 2022, 1:03:24 PM
Edited: May 04, 2023, 7:59:36 AM
How to query canister smart contracts on the Internet Computer in a NodeJS context
Published: May 02, 2022, 2:32:51 PM
Edited: May 04, 2023, 7:57:13 AM