Create animation magic with keyframes, and animation properties like timing, delay, play state, animation-count, iteration count, and more. - https://goo.gl/x1QO2q
#css #animation
#css #animation
Medium
How to Use CSS Animations Like a Pro
Create animation magic using keyframes, animation properties like timing, delay, play state, animation-count, iteration count, direction…
👍1
A deep look into Flexbox sizing — and how you can leverage it to build adaptable and beautiful layouts. - https://goo.gl/8vYgg4
#css #flexbox
#css #flexbox
freeCodeCamp
Even more about how Flexbox works — explained in big, colorful, animated gifs
Last time we got started with the basic Flexbox properties: flex-direction, justify-content, align-items, and align-self.
👍1
How to enable Chrome’s new Emulation Mode to emulate dozens of mobile devices. - https://goo.gl/iZqbLk
#chrome #emulation #mobile
#chrome #emulation #mobile
Sitepoint
How to Use Mobile Emulation Mode in Chrome
Does your web app work in all devices? Testing is a huge job. Learn how to enable Chrome's useful device mode to emulate dozens of mobile devices.
How to create event bindings other than the usual (click) event binding in Ionic 2. - https://goo.gl/iBwX4n
#ionic2 #gestures
#ionic2 #gestures
YouTube
Using Gestures & Uncommon Event Bindings in Ionic
In this video tutorial, we cover how to create event bindings other than the usual (click) event binding in Ionic. We will cover how to use gestures like press, swipe, pan, pinch, and rotate, as well as some more uncommon events like keydown and keydown.space.…
10 Best Practices for Writing Node.js REST APIs - including route naming, authentication, API testing and using proper cache headers. - https://blog.risingstack.com/10-best-practices-for-writing-node-js-rest-apis/
#nodejs #rest #api
#nodejs #rest #api
RisingStack Engineering
10 Best Practices for Writing Node.js REST APIs - RisingStack Engineering
In this post we cover best practices for writing Node.js RESTful APIs - including route naming, authentication, API testing or using proper cache headers.
Describing itself as ‘the Wordpress of Chatbots’, Botpress is powered by a rich set of open source modules developed by the community. - https://goo.gl/rzZhV6
#chatbot #bot
#chatbot #bot
GitHub
GitHub - botpress/botpress: The open-source hub to build & deploy GPT/LLM Agents ⚡️
The open-source hub to build & deploy GPT/LLM Agents ⚡️ - GitHub - botpress/botpress: The open-source hub to build & deploy GPT/LLM Agents ⚡️
You can often make your life easier by using :not(:last-of-type) rather than overriding with a separate :last-of-type rule. - https://goo.gl/1l0Q1T
#css
#css
How to use the latest version of React Router both on the server side and the client side - https://goo.gl/Pac2bf
#react #router
#react #router
eBay Tech Berlin
Universal JavaScript Apps with React Router 4
Using React Router on both the server and client side
A look at what’s new and changed between Ionic 1 and 2 and whether you should choose Ionic 2 for your project. - https://goo.gl/SvlhDL
#ionic2
#ionic2
Code Envato Tuts+
Introduction to Ionic 2
In this article, we're going to take look at Ionic 2, the newest version of the Ionic cross-platform mobile app framework. For starters, we'll recap what Ionic is and what it's used for. Then...
An in-depth look at the split pane component recently released by Ionic. - https://goo.gl/IuGxzz
#ionic2 #component
#ionic2 #component
Prototype A
Ionic Split Pane Component – Part 1
Update (March 8, 2017) Ionic has released version 2.2 of the framework! In addition, to support Angular 2.4.8, the split pane component is now included! Details on this upgrade see the release note…
CSS Exclusions may look similar to CSS Shapes in that they can wrap content around an element. Technically, however, they serve a different purpose. - https://goo.gl/yJAOAj
#css
#css
Web Design Envato Tuts+
CSS Exclusions: Making Boring Layouts Less Boring
In this tutorial, we are going to explore CSS Exclusions. At the first glance, CSS Exclusions may look similar to CSS Shapes in that they wrap content around an element. Technically, however, they...
Make a Skype Bot with Electron and the Microsoft Bot Framework
This is a thorough walkthrough of using the Microsoft Bot Framework from Node. - https://goo.gl/jHNrKD
#node #bot
This is a thorough walkthrough of using the Microsoft Bot Framework from Node. - https://goo.gl/jHNrKD
#node #bot
Sitepoint
Make a Skype Bot with Electron & the Microsoft Bot Framework — SitePoint
Almir Bijedic builds a chatbot to hold daily scrum meetings via Skype. Learn to use Microsoft Bot Framework and Node to connect to multiple chat networks.
JavaScript Errors and Stack Traces in Depth
How the call stack works, Error objects, and how and why you can manipulate stack traces. - https://goo.gl/acWqV8
#javascript
How the call stack works, Error objects, and how and why you can manipulate stack traces. - https://goo.gl/acWqV8
#javascript
