© 2022 Hashnode
#mongodb
In this tutorial we are going to implement a payment method in our React Native mobile app for iOS and Android. In this tutorial I will guide you through each step and at the end of this tutorial you …
Websites have evolved from simple HTML pages with a bit of CSS to incredibly complex applications with thousands of developers working on them over the last 20 years. To make working with these comple…
A small guide to install MongoDB Community on Ubuntu. This guide was created after a minor inconvenience I faced to get the server up and running. Getting Started The starting few steps can be found h…
Overview We would like to announce that we have released Spring Data MongoDB 3.4.1 and 3.3.5 to address the following CVE report: CVE-2022-22980: Spring Data MongoDB SpEL Expression injection vulnerab…
MongoDB has been a popular database among all NoSQL databases used these days for storing big data. Unlike relational databases, it may not provide techniques for defining good relationships but it pr…
Introduction This article is a follow-up from my last tutorial on building a fully functional Java REST API for managing TODO tasks. For the purpose of simplicity, last time we used an in-memory database as an implementation of the storage …
Auto Close Tag: Automatically add HTML/XML close tag, same as Visual Studio IDE or Sublime Text. Auto Import: Automatically finds, parses and provides code actions and code completion for all availa…
What are JWT(Json Web Tokens)? Pronounced as jot(JWT) It is a means of transferring information between parties using JSON object. It consist of three parts separated by dot(.) Header.payload.sign…