Recently I was thinking of creating a website for my personal music project Theophagÿst with the intention to use the data from my Bandcamp profile. Eventually, I realized that Bandcamp does not provide data API of that type and I was really surprised to learn that, so I sat down and wrote my own solution. Currently, … Continue reading “RESTFul API for Bandcamp”
ambient-image is a Vue component that can be used to add multi colored shadows to images. As shown on the demos below the shadow accepts the colors of the image creating beautiful and fully configurable ambience via handy props for blur, elevation, etc. The component is on npm. You can check the demo and the … Continue reading “Ambient Image Component for VueJs”
During the past few days, I worked on a new project related to the current outbreak of the Coronavirus disease because I was not happy with the existing websites showing similar data. After the initial testing, bug fixing, and collection of feature requests I am now ready to officially go live. Features: Real-time updates. Data … Continue reading “Coronavirus COVID-19 Global Cases Webapp”
VcPiechart is a simple, yet powerful VueJs component for creating pie charts that came out from an experiment I made with the relatively new CSS conic gradients utilizing minimal markup and simple calculations. The package is available as an ES6 module on NPM and the repo is on BitBucket in case you feel like forking it. … Continue reading “Pie Chart VueJs Component with CSS Conic Gradients”
A couple of years ago, when HTML5 WebComponents were new, Polymer was just conceived and I was still experimenting, I created a nice Parallax component based on Mozilla X-Tag – one of the first libraries/framework, built on top of the WebComponents API. The component came out to be pretty popular and as time passed by … Continue reading “Parallax Component for VueJs”
It’s been a while since I last posted here because I’ve been quite busy with daytime projects and I did not have much time for my pet projects, but finally I accomplished an idea that I had for a while. Presenting CSS HDR – an online HDR photo editor, built on top of VueJs, ES6, … Continue reading “Online HDR Photo Editor”
I am happy to announce that one of my favorite VueJs projects – VueRibbon has just received a major update. I’ve reworked the component entirely abandoning Vuetify for the well-known modern Microsoft Office ribbon look and feel, introduced a few new events and fully reworked API and tools. What’s new Vuetify UI library is no longer … Continue reading “Vue Ribbon 2.0 for VueJs is Out”
Here’s a small project, based on VueJs and Vuecidity I’ve just accomplished you can use to generate, edit, preview, copy and get permanent link CSS gradients. Currently, it supports linear and radial gradients, but I am planning to add support for conic gradients, enabled by the excellent CSS conic gradients polyfill by Lea Verou.
VcChordDiagram is an open source guitar chord diagram generator for the VueJs JavaScript framework and my latest project, wrapped as an ES6 module and available on NPM, Yarn and on jsDelivr and UnPkg CDN. It is fully customizable and supports different number of strings and tunings.
Inspired by Material Design and Bootstrap and from a few other takes on modern UI, I just finished Vuecidity – a UI component library for Vue.js and a free, open source project. Vuecidity provides developers with a huge set of 30+ UI components, 24-column responsive layout grid system, styles and colors, beautifully crafted form elements and a couple of useful … Continue reading “Vuecidity – UI Component Library for Vue.js”