Programming
How to Play Flappy Bird in Your Browser

How to Play Flappy Bird in Your Browser

Welcome to the whimsical world of Flappy Bird! This charming prototype has been crafted over a weekend, allowing you to experience the simple joys of avoiding obstacles while navigating through the skies. It’s important to note that while it’s a fun prototype, it’s...

How to Use the Scrape Package for Data Extraction

How to Use the Scrape Package for Data Extraction

The Scrape package allows you to extract structured data from common web resources. With the power of information-retrieval techniques, you can easily gather data from websites, RSS, or Atom feeds. This guide will take you through the installation, usage, and...

How to Get Started with Scena Studio

How to Get Started with Scena Studio

Welcome to Scena Studio! If you're looking to create efficient timeline-based animations using JavaScript and CSS, you've landed in the right place. Scena Studio is an editor project that allows you to control time, properties, and items effortlessly. What is Scena...

GraphQL MongoDB Server

GraphQL MongoDB Server

This is a server boilerplate using GraphQL and MongoDB. Introduction This blog will guide you through the process of setting up a server boilerplate using GraphQL and MongoDB. With support for subscriptions using GraphQL Yoga, this server structure can benefit your...

How to Transition from gulp-ruby-sass to gulp-sass

How to Transition from gulp-ruby-sass to gulp-sass

If you’ve been using gulp-ruby-sass for compiling your Sass, it’s time to switch gears. With the deprecation of Ruby Sass, the preferred method of compiling Sass now is through gulp-sass, which utilizes libsass. This guide walks you through the transition smoothly,...

How to Use Android-Iconics for Font Icons in Your Projects

How to Use Android-Iconics for Font Icons in Your Projects

In today's mobile application development, the usage of icons can dramatically enhance user experiences. Android-Iconics is a powerful library that enables you to include any icon font with a vast array of vector icons in your Android projects. This guide will walk...

Integrating Cool UI in Flutter: A Step-by-Step Guide

Integrating Cool UI in Flutter: A Step-by-Step Guide

Creating visually appealing applications is a key to keeping users engaged, and the Cool UI package in Flutter provides a plethora of ready-to-use widgets to enhance your app's interface. This guide will walk you through the process of adding the Cool UI library to...