Software Engineering Functional Programming This quick and pacy functional programming overview will show you a quick glimpse of the main areas of the functional programming world.
JavaScript TypeScript Tutorial Typescript introduces static typing to JavaScript, but it's not clear what this implies until one understands what static typing is all about.
System Design Apache HBase in System Design In this article, we will learn when Apache HBase might be a good choice of database for your software. Since HBase is a NoSQL database, we begin by exploring the design choice between choosing SQL or NoSQL databases for your application.
JavaScript Get IP address using JavaScript In this article, we have explained the approach to get IP addresses using JavaScript.
HTML Detect if feature is supported in Browser using HTML To detect the availability of a feature, you can simply type out the variable that a browser provides the features through. If the feature is not available, the variable will turn out to be undefined.