Skip to main content

2 posts tagged with "javascript"

View All Tags

Create a fast static site in React using Gatsby

· 4 min read

Preview

The absence of middleman/database makes the static site much faster and reliable. They can be deployed using static servers like Netlify, Github, etc. So, they are much more secured and require very little maintenance. Gatsby is a React based open-source framework that can be used to create static sites.

Animation using HTML5 and javascript

· 6 min read

Preview

The HTML5 canvas element is very helpful in drawing graphics on the fly. Using javascript we can create various animations without relying on the flash or heavy GIF files. Due to security reasons Flash support is decreasing and canvas support is increasing. This article shows how to create matrix style animation.