Provides Beautiful Animated Marker Clustering functionality for Leaflet, a JS library for interactive maps. Requires Leaflet 1.0.0 For a Leaflet 0.7 compatible version, use the leaflet-0.7 branchFor a Leaflet 0.5 compatible version, Download b128e950For a Leaflet 0.4 compatible version, Download the 0.2 release Table of Contents Using the plugin Building, testing and linting scripts Examples Usage Options Defaults Customising …
PhotoSwipe
JavaScript image gallery for mobile and desktop, modular, framework independent. In these days, it is necessary to build the beautiful image gallery in many websites including blog sites. There are several open source image gallery libraries so we can use them. Photoswipe is the most popular one, and it can be big help for us …
How to use PHP Static variables
Mainly we can use static variables in php. Especially I’d like to explain how to manage static variables in laravel. Imagine there is categories (1 ~ 10). ID 1 : Premiere Pro Category.ID 2: After Effect Category.….ID 10: Music Category. We can define static variables in Model of laravel. for the example: $CONST_PREMIERE_PRO_CAT = 1;..etc. …
What is AMD, CommonJS, and UMD?
Over the years there’s been a steadily increasing ecosystem of JavaScript components to choose from. The sheer amount of choices is fantastic, but this also infamously presents a difficulty when components are mixed-and-matched. And it doesn’t take too long for budding developers to find out that not all components are built to play nicely together. …
react-slack-feedback
react-slack-feedback is a npm package which integrates React projects and slack channels. In traditional contact forms, we send email to the specified email address when we click submit button. The purpose of react-slack-feedback is to post such content to the slack channel. Slack provides WEBHOOK_URL, which can accept post requests from frontend and post the …
Introduction to InkScape
InkScape is great svg manipulation tool to manipulate svg image. We can convert svg images to png, pdf, eps, ps file types. Also it is possible to change size, export area using InkScape. There InkScape apps for Linux, Mac and Windows as well as command lines! https://inkscape.org/doc/inkscape-man.html
Datamuse and Thenounproject
https://www.datamuse.com/api/ https://thenounproject.com/ We can get related words and icons from the above services. These services would be very useful when you work for AI jobs or design jobs!
Graphile, Postgrephile – powerful PostgreSQL based GraphQL backend development.
PostGraphile (formerly PostGraphQL) builds a powerful, extensible and performant GraphQL API from a PostgreSQL schema in seconds; saving you weeks if not months of development time. PostGraphile is formed of three layers. At the very top is the PostGraphile CLI. This layer is the most user-friendly and is responsible for three things: accepting common options from …