🔗 Leporello.js

Leporello.js · Interactive functional programming IDE for JavaScript Your code is executed instantly as you type, with the results displayed next to it. No need to set breakpoints for debugging. Just move the cursor to any line and see what’s happening. Reminds me of some of the concepts from Inventing on Principle by Bret Victor.

October 3, 2023 · 1 min · 55 words

🔗 Google Style Guides

Google Style Guides This project (google/styleguide) links to the style guidelines we use for Google code. AngularJS Style Guide Common Lisp Style Guide C++ Style Guide C# Style Guide Go Style Guide HTML/CSS Style Guide JavaScript Style Guide Java Style Guide Objective-C Style Guide Python Style Guide R Style Guide Shell Style Guide Swift Style Guide TypeScript Style Guide Vim script Style Guide

September 17, 2023 · 1 min · 63 words

🔗 Intro.js

User Onboarding and Product Walkthrough Library | Intro.js Intro.js is a lightweight JavaScript library for creating step-by-step and powerful customer onboarding tours Good way to announce and introduce new features to users.

August 31, 2023 · 1 min · 32 words

🔗 Foundation | The Most Advanced Responsive Front-end Framework from ZURB

Foundation | The Most Advanced Responsive Front-end Framework from ZURB Responsive design gets a whole lot faster for users. It’s now crazy fast for designers and engineers to code and learn too.

August 15, 2014 · 1 min · 32 words

🔗 Meteor – A new way to build apps.

Meteor – A new way to build apps. Meteor is a set of new technologies for building top-quality web apps in a fraction of the time, whether you’re an expert developer or just getting started. Pure JavaScript. Live page updates. Clean, powerful data synchronization. Latency compensation. Hot Code Pushes. Sensitive code runs in a privileged environment. Fully self-contained application bundles. Interoperability. Smart Packages.

May 10, 2012 · 1 min · 63 words

🔗 TodoMVC – A common learning application for popular JavaScript MV* frameworks

TodoMVC – A common learning application for popular JavaScript MV* frameworks (…) a project which offers the same Todo application implemented using MV* concepts in most of the popular JavaScript MV* frameworks of today. Solutions look and feel the same, have a common simple feature-set and make it easy for you to compare the syntax and structure of different frameworks so you can select the one you feel the most comfortable with....

March 28, 2012 · 1 min · 72 words

🔗 Titanic.js

Titanic.js … the story of the infamous Titanic, written in JS code #titanic { float: none; }

March 16, 2012 · 1 min · 17 words

🔗 impress.js | presentation tool based on the power of CSS3 transforms and transitions in modern browsers | by Bartek Szopka @bartaz

impress.js | presentation tool based on the power of CSS3 transforms and transitions in modern browsers | by Bartek Szopka @bartaz Presentation tool based on the power of CSS3 transforms and transitions in modern browsers.

January 3, 2012 · 1 min · 35 words

🔗 Front-end Code Standards & Best Practices | Isobar North America

Front-end Code Standards & Best Practices | Isobar North America This document contains guidelines for web applications built by the Creative Technology (front end engineering) practice of Isobar US. (…) This document’s primary motivation is two- fold: 1) code consistency and 2) best practices.

September 9, 2011 · 1 min · 44 words

🔗 HTML5 Boilerplate – A rock-solid default template for HTML5 awesome.

HTML5 Boilerplate – A rock-solid default template for HTML5 awesome. HTML5 Boilerplate is the professional badass’s base HTML/CSS/JS template for a fast, robust and future-proof site. After more than three years in iterative development, you get the best of the best practices baked in: cross-browser normalization, performance optimizations, even optional features like cross-domain Ajax and Flash. A starter apache .htaccess config file hooks you the eff up with caching rules and preps your site to serve HTML5 video, use @font-face, and get your gzip zipple on....

September 9, 2011 · 1 min · 86 words