Introduction Techunits Research & Development Solutions
Techunits Research and Development Solutions is a Web Development Startup founded in August, 2009 at Kolkata, West Bengal, India, with only two personals. Now it has grown to 6 person team with one...
View ArticleMongoLantern(alpha) is now released
MongoLantern – MongoDb Fulltext Search Engine is now available for developers for testing purposes. Current the development is in alpha stage and recommended to not to use in any live projects....
View ArticleMongoLantern WP – MongoLantern is now available on WordPress
MongoLantern WP is the MongoLantern plugin for WordPress. Now days many SMEs and IT giants using wordpress to host the blogs as well as entire website with WordPress. So our team enables those users to...
View ArticleTrivian Widget is now available on WordPress
Trivian Team is very delighted to launch Trivian Widget WordPress version today. Trivian Widget WordPress will enable users to use Trivian – Social Trivian Quiz Gaming embeded into their website with...
View ArticleFacebook App: Youtube Channel Tab
Facebook App: Youtube Channel allows fan page owners to add their Youtube channel to any facebook fan page. Youtube is extremely popular video sharing web application used by most of the fan page...
View ArticleGolang Web Application with Revel
Go is a very powerful language and has been making a lot of noise in the developer communities. Go is lean, powerful and efficient for enterprise level large scale projects or small group applications....
View ArticleNew JavaScript Features in ES2020
Hello Everyone! We’re back with another exciting article on JavaScript! In the last JavaScript article we discussed the features in ES2019 and in this article we will discuss some great features of...
View ArticleExclusive comparison between WebSockets and gRPC
This article will take you through the 2 commonly used API implementation models namely WebSockets and gRPC. First , a bit of background… In June 2008, a series of discussions led by Michael Carter ,...
View ArticleAn extensive comparison between REST & gRPC | Performance should come first
This article aims to help you understand REST and gRPC , the differences between them and its suitability for your use case. What is API ? API is an acronym for Application Programming Interface, It...
View ArticleGPU Accelerated Database Query using cuDF and BlazingSQL
Welcome back to yet another topic – GPU. If you have looked for GPU, you may well be interested in deep learning. I will walk you through each concept in GPU and the related terminologies and then we...
View ArticleSetup guide for Neo4j graph database on Ubuntu 20.04 LTS
In modern web graph database became the part of most of the connected applications. This provides ease of creating and track relations between different entities of the business. It's not only limited...
View ArticleComparison of Amazon Neptune v/s Neo4j
Some of the questions you should answer : Is the graph database actually the right fit for my application ? Is this investment future-proof ? What is the cost of ownership for each of the graph...
View ArticleRival or Ally: Deno vs nodeJs
Introduction Both Deno and Nodejs are created by Ryan Dahl. It simply exists to run javascript outside of a browser among having other similarities. Then what is the need for Deno ? how did it come...
View ArticleHow federated learning empowered machine learning
What is Machine Learning ? Machine learning or ML as it is popularly known today is the study of computer algorithms that improve automatically through experience and by the use of data. It is seen as...
View ArticlePros & Cons of MongoDB 4.x vs DocumentDB 4.x
mongoDb or documentDB ? Which one ? Are you confused ? Let me sort that confusion for you. Lets see what amazon has to say ?Amazon claims that migrating from MongoDB to DocumentDB is “as easy as...
View ArticleIntroduction to Protocol Buffers
A proto file is a schema definition about your messages and your structured data. This proto file will need to be converted to X language file. Google has built a compiler called protoC, to this you...
View ArticleIntroduction to HTTP/2
HTTP/2 works very similarly from the client perspective. We can still make GET requests, POST requests etc, and also we are still using a single TCP connection. But here we ended up using this single...
View ArticleHow to implement bi-directional streaming using gRPC with NodeJS (Server) –...
gRPC also provides a unique capability for bi-directional streaming which could be used for any use cases starting from Chat server, persistent service-to-service connection, and lots more. Today we...
View ArticleHow to implement bi-directional streaming using gRPC with NodeJS (Client) –...
In our previous tutorial, we have built a server to handle the bi-directional streams. Here we will build a bi-directional streaming client for the same with NodeJS. In order to implement the following...
View ArticleEffect of gRPC communication into multi-player gaming frameworks
gRPC’s secret recipe lies in the way serialisation is handled. Internally gRPC uses binary messaging using protocol buffers which runs on top of HTTP/2. So gRPC is a strongly typed, polyglot...
View Article