-
Productivity
,Programming
π Mastering Cloud Storage - Smmall Cloud vs. The Giants! π
Just published a new Article!
Dive into my latest blog where I compare cutting-edge cloud storage solutions like Smmall Cloud, Dropshare, CleanShot X, and Google Drive. Discover which service truly stands out in the realm of digital storage efficiency and innovation.
π Key Insights:
Smmall Cloud’s unique features and how it stacks up against established players.
The practicality and cost-effectiveness of each service.
An intriguing peek into building your own cloud storage!
π Exclusive Bonus: Grab a 10% discount on any Smmall.cloud plan inside the article!
Don’t miss out on these vital insights that could transform your approach to digital storage. Click to read and find out which service fits your needs best!
π GitConnected
#CloudStorage #TechBlog #SmmallCloud #DigitalInnovation #StorageSolutions
-
Programming
Launching My First Rust Crate: pkglock
Excited to share my first Rust crate: pkglock π
pkglock is a CLI tool that automates the process of switching URLs in your package-lock.json. Tailored to ease the management of local and remote npm registries, it stands out as a handy utility for developers.
Key Features: Configurable: Set up and switch between local and remote URLs effortlessly. Command-Line Support: Execute with various options straight from the command line.
I rewrote it in rust to avoid having to transpile JS in order to support CommonJS and ESM.
-
Programming
Introducing pkglock: A Practical npm Utility
Hello Everyone! π Iβm thrilled to say that I published my first npm package: Pkglock. Β
I made it to solve some minor inconveniences that developers might face.
The Problem
While working with npm packages, I found Verdaccio to be quite helpful. Itβs a private npm proxy registry allowing for local caching of npm packages, substantially speeding up the npm installation process. However, the use of Verdaccio introduced a slight hiccup in collaboration. Since it relies on a local cache, the resulting package-lock.json file makes collaboration challenging, as not everyone has access to my private, local cache.
pkglock: A Simple Solution
Enter "pkglock". Itβs a simple tool, nothing flashy, just a practical utility that addresses this issue by making it easier to switch between the public npm registry and a local cached npm registry. Itβs about smoothing out the development workflow, ensuring that you can collaborate with others efficiently despite using a local cache like Verdaccio.
Iβll be writing a more detailed post on Medium soon, delving into the specifics, so keep an eye out for that if youβre interested in learning more.
Until then, Happy Coding! ππ¨βπ»π