I AM LISTENING TO
|
WAS ICH LIEBE
  • Englisch
  • Deutsch


BLOG FILTER



  1. Simple – Create expresive interactive bots without dealing with the low level details.
  2. Event Based – Our event based system allows to easily chain and combine actions together.
  3. Flexible – Use Components from the Ecosystem to add additional capabilities to your bot.
  4. Familiar – Built ontop of proven technolgies Node.js, Javascript and Express.js

Clients: Facebook Messenger, Twillio, Twitter, WebSocket :)

Bottr@Github

readmore

„Copying text to the clipboard shouldn’t be hard. It shouldn’t require dozens of steps to configure or hundreds of KBs to load. But most of all, it shouldn’t depend on Flash or any bloated framework. That’s why clipboard.js exists.“

clipboard.js

readmore

Leaflet is the leading open-source JavaScript library for mobile-friendly interactive maps. Leaflet is designed with simplicity, performance and usability in mind. It works efficiently across all major desktop and mobile platforms, can be extended with lots of plugins, has a beautiful, easy to use and well-documented API.

Leaflet

readmore

Granim.js – Create fluid and interactive gradients animations with this small (< 10 kB) js library.

Granim.js

readmore

Manet is a REST API server which allows capturing screenshots of websites using various parameters. It is a good way to make sure that your websites are responsive or to make thumbnails.

GitHub

readmore

A Real Time Chat Application built using Node.js, Express, Mongoose, Socket.io, Passport, & Redis.

  • Uses Express as the application Framework.
  • Manages Sessions using express-session package.
  • Authenticates via username and password using Passport.
  • Passwords are hashed using bcrypt-nodejs package.
  • Social Authentication via Facebook and Twitter using Passport.
  • Real-time communication between a client and a server using Socket.io.
  • Uses MongoDB, Mongoose and MongoLab(mLab) for storing and querying data.
  • Stores session in a MongoDB using connect-mongo; a MongoDB-based session store.
  • Uses Redis as an Adapter for Socket.io.
  • Logging Errors and Exceptions using Winston.

Chat.IO

readmore
9. September 2016

jQuery Stuck it to them :)

A responsive sticky element plugin, designed to be used with Foundation, Bootstrap or your own css solution.

jQuery Stuck

readmore

A d3.js heatmap representing time series data. Inspired by Github’s contribution chart.

GitHub

readmore

Nice list of tools that will make your life easier, creating meaningful and beautiful data visualizations.

  1. Maps
  2. Charts
  3. Data
  4. Anything else :)

datavisualization.ch

 

readmore

What are particle animations?

Particle network animations in JavaScript typically involve creating visual representations of particles (often small dots or shapes) that move around in a defined space, interacting with each other based on predefined rules or behaviors. These animations are commonly used for visual effects on websites, data visualization, or interactive demos.

Solutions

Particle network animations in JavaScript offer a visually appealing way to represent various phenomena or data in a dynamic and interactive manner on the web. There are multiple solutions out there to create a nice particle network animation in Javascript.

Depending on the amount of particles interacting, they will all spin up your fan at some point depending on your hardware ;) You can also use Three.js / D3.js / PixiJS or Anime.js to create it, but that might be an overkill.

These libraries offer different features and capabilities, so you can choose the one that best fits your project requirements and familiarity with the tools.

Here some  of the popular solutions:

  1. tsParticles / Github
  2. Particles.JS – Vincent Garreau / GitHub
    Particles.js is a lightweight JavaScript library for creating particle effects. It provides a simple way to generate customizable particle animations on HTML pages. You can control various parameters such as number of particles, size, color, speed, and more.
  3. ParticlePayground – Jonathan Nicol / GitHub
  4. Particler  – Adam Bereziuk / GitHub
  5. Particle Network – Ken Ankomah / GitHub
  6. CANVAS PARTICLES WEB MATRIX
  7. Particle Network Animations in JS – Alex Wendland
  8. Javascript Particles Animation – Roshin Jose
  9. Connected Particles – Mike Bostock
  10. Connected Particles – Jonathan
  11. Canvas Particle Animation – Julian Laval
  12. 3D Network Graph – Joe die Stefano

readmore