
Pros & 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
mongoDb or documentDB ? Which one ? Are you confused ? Let me sort that confusion for you. Lets see what amazon has to say
What is Machine Learning ? Machine learning or ML as it is popularly known today is the study of computer algorithms that improve automatically through
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
Some of the questions you should answer : Is the graph database actually the right fit for my application ? Is this investment future-proof ?
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 to social media applications but also different other domains e.g. Recruitment, Finance, Banking as lots more. Now let’s try to build our first graph application using the Neo4J graph database on Ubuntu 20.04 LTS 64 bit environment.
Welcome back to yet another topic – GPU. If you have looked for GPU, you may well be interested in deep learning. I will walk
This article aims to help you understand REST and gRPC , the differences between them and its suitability for your use case. What is API
This article will take you through the 2 commonly used API implementation models namely WebSockets and gRPC. First , a bit of background… In June
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
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
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
In our previous tutorial, we have provided guide to install and run your very first project with MoCherry – The CherryPy MongoDB REST webservice engine. Here we will explain to create a sample REST based webservice with the framework.
We have to build an article management system where users can create / list / view / update / delete articles based using REST webservice.
In our previous tutorial we have explained, why we have started building MoCherry and how it will help developers to build REST webservices seamlessly with CherryPy with MongoDB support. Here we will demonstrate a step by step guide to build REST based CRUD operations using MoCherry framework.
Currently, MoCherry is not available from python pip repository directly. So we can use direct github link to install MoCherry and all it’s required dependencies to our system or virtualenv.
Julia is a fairly new programming language that is creating a lot of buzz in the field of technical and scientific computing. But don’t be raising your brows after reading the terms like scientific computing, it can also be used for general purpose and web programming.
In the year 2009 by Jeff Bezanson, Stefan Karpinski, Viral B. Shah under the supervision of Prof. Alan Edelman started to develop Julia at MIT (Massachusetts Institute of Technology). Later, in the year 2012 it was released for public use.
Python has been developed initially in 1991 and since then it has gradually evolved into the version 3.x. Most of us used python 2.7.x for a long time for different projects which is now came to the end of his lifecycle from 2020 onwards.
In the most recent release of python version 3.8, it has incorporated a set of kool features as an advancement. We will discuss a few of them below: Robust Function Arguments types, Reversible dictionary, Improved readability on Assignment expressions, f-string: elegant string formatting syntax, etc.
Revel is a high-productivity, extremely flexible web framework for the Go language which provides routing, parameter parsing, validation, session/flash, templating, caching, job running, a testing framework, and even internationalization and lots more. Revel provides the flexibility of custom Server, Session and Template engines. Here we will explain the steps to setup Revel development environment and build a sample REST webservice.
In GoLang, we have a way to by which we can achieve similar functionality like class and methods using Structs and associated methods. Though these methods are not defined within the struct rather they’re associated with the struct. We can either let these methods just access data via working as a copy of the struct which is called Value Receivers, or we can actually point through and modify the original struct which is called Pointer Receivers. In terms of performance, Pointer Receivers are more efficient as they don’t copy the whole struct again into the local scope. thus generating less garbage to cleanup.
GoLang is an open-source programming language developed at Google by Robert Griesemer, Rob Pike and Ken Thompson. It’s statically typed, compiled programming language and syntactically similar to C, but with memory safety, garbage collection, structural typing, and CSP-style(Communicating Sequential Processes) concurrency. Now we will try to learn some basics so that we can get started with our journey with GoLang.
Cypress is a next generation front end testing tool built for the modern web. Cypress is not constrained by the same restrictions as Selenium and is both fundamentally and architecturally different. Cypress can test anything that runs in a browser. Cypress consists of a free, open source, locally installed Test Runner and a Dashboard Service for recording your tests.
In general, most NoSQL databases are used in the applications where we will require extremely high read/write operations with low transactional requirements. Today we will learn to install MongoDB 4.1.x on Ubuntu 18.04 LTS x86_64 (64 bit) Operating system.
Microsoft Research is investigating language designs for writing code that is simple, obvious, and easy to reason about for both humans and machines. Bosque (bohs-keh), Microsoft’s new open source programming language. It has a completely new model of programming termed as “Regularized Programming” that aims to reduce the accidental code complexity and focuses on algebraic operations.
NoSQL database is the trend nowadays and it should persist for the next couple of years until something better comes out. Apache Cassandra is one of the most popular names in the IoT and NoSQL domain. Today we will provide step by step installation guide to Apache Cassandra to Ubuntu 18.04 LTS. So let’s assume that we will be using fresh installed Ubuntu 18.04 LTS x86_64.
In general, most NoSQL databases are used in the applications where we will require extremely high read/write operations with low transactional requirements. Today we will learn to install MongoDB 4.1.x on Ubuntu 18.04 LTS x86_64 (64 bit) Operating system.
ECMAScript is a standard for creating a scripting language based on a variety of technologies. In the previous part of this article we discussed about ES2017 and ES2018 features. Let’s talk about the next versions to know more about them.
© 2019 by Techunits | All rights reserved