Angular has just released its v6. This major release focuses mainly on the toolchain and making easier for the user to create an application.
Vega — Web security scanner and web security testing platform.Alright, Today I have come up with an interesting topic which is Vega and this blog is inspired by the last blog I wrote on web security. Vega is nothing but a tool, we will talk…
GraphQL is an API standard that provides a more efficient, powerful and flexible alternative to REST. It was created by Facebook in 2012 and was open-sourced in 2015 and is now maintained by a large community of companies and individuals…
Apart from speed, high-performance, fault-tolerance and concurrency, one more most important feature for an api is a clean, precise, interactive and user friendly documentation. Documentation plays a very important role in…
Few days ago we were looking for a JavaScript library which is flexible and can be used in a variety of projects. Basically, something with which we can create new apps, or introduce into an existing project without…
In this blog, we will see how to build a simple application using elm. Elm is a functional language that compiles into javascript with following features:-
1) Great Performance2) No run-time exception3) Javascript Interop4) Friendly error message5)…
In my previous post, I tried to create a pure front-end application using Scala.js and ScalaCSS. So that we can build our front-end also in a typesafe way. But there was no server interaction.
In my previous posts, I created an application ‘Weather Report‘, based on Scala.js and explained how to write test-case in Scala.js using same application. Earlier I was creating html page using Scala.Js Jquery library…
Few months ago, I created a web application ‘Weather Report’, based on Scala.js. In this blog, I have explained how we can test our Scala.js application.Since I am still exploring it, so I took help from scalajs-tutorial. I have used µTest as…
jQuery Mobile is a user interface (UI) framework that lets you develop mobile web applications that work across all smartphones and tablets. jQuery Mobile is built on top of the jQuery library, which makes it easy to learn if you already know jQuery. It uses HTML5, CSS3…