Programming
Flutter DropdownSearch

Flutter DropdownSearch

Simple and reactive DropdownSearch with item search feature, making it possible to use an offline item list or filtering URL for easy customization. Key Features Reactive widget Infinite list (lazy loading) Sync and/or Async items (online, offline, DB, ...) Searchable...

Creating a Web App with Vue, Socket.io, and Koa/Express

Creating a Web App with Vue, Socket.io, and Koa/Express

If you're looking to build a modern web application that integrates real-time communication, then a combination of Vue, Socket.io, and Koa/Express is a great choice. This article will guide you through the setup and help troubleshoot common issues along the way....

RSS Please: A Small Tool to Generate RSS Feeds

RSS Please: A Small Tool to Generate RSS Feeds

A small tool (rsspls) to generate RSS feeds from web pages that lack them. It runs on BSD, Linux, macOS, Windows, and more. rsspls generates RSS feeds from web pages. Here are some example use cases: Create a feed for a blog that does not have one so that you will...

Aphrodite: A Framework-Agnostic CSS-in-JS Solution

Aphrodite: A Framework-Agnostic CSS-in-JS Solution

Aphrodite is an innovative CSS-in-JS library designed to work seamlessly across different frameworks, including both with and without React. It supports server-side rendering, efficient browser prefixing, and generates only the necessary CSS while providing a clean...

How to Customize Firefox with uc.css.js

How to Customize Firefox with uc.css.js

In this era where personalization is key, customizing your web browser is a must. Here, we dive into the world of uc.css.js, a tool that allows you to transform your Firefox experience. With this guide, you'll learn how to set it up, install themes and scripts, and...

Getting Started with OpenUI5: A Comprehensive Guide

Getting Started with OpenUI5: A Comprehensive Guide

OpenUI5 is an excellent framework for building robust web applications that adapt beautifully to any device. This open-source framework, built on JavaScript, follows web standards and provides all the tools needed for developers to create responsive and...

How to Use Device Preview for Flutter: A Comprehensive Guide

How to Use Device Preview for Flutter: A Comprehensive Guide

Ever tried to guess how your app looks and performs on different devices? Imagine it’s like creating a beautiful cake, but you're only allowed to look at it from afar. What if you could take a closer look right from your own kitchen? With Device Preview for Flutter,...

How to Create a Survey Application Using SurveyJS and Vue 2

How to Create a Survey Application Using SurveyJS and Vue 2

Building a survey application from scratch might sound daunting, but with SurveyJS and Vue 2, it's as easy as pie! This blog will guide you through setting up a quick start template for creating, managing, and visualizing surveys effortlessly. What is SurveyJS?...