GT's Blog
Code snippets, technical articles, tips on computing and programming...
Pages
(Move to ...)
Type in Nepali Unicode Romanized - Convert Roman Nepali to Unicode Tool
▼
AngularJS Download File From Server - Best way with Java Spring Backend
›
Here's how you can download a file from server using AngularJS. In this example, the client sends a API call to Java server to downloa...
How browserSync actually works ?
›
How BrowserSync actually works ? BrowserSync starts a small Node.js server which injects a script ( as below) into the webpage that it...
BrowserSync local server proxy configuration
›
Integrate BrowserSync - with existing local server : In this example, I will show how we can configure BrowserSync - Grunt task with you e...
BrowserSync Grunt configuration - Multi browswer Live Reload
›
How to configure BrowserSync 's Live Reload feature with Grunt tasks : BrowserSync is capable of live reloading and syncing the chang...
BrowserSync vs LiveReload productivity boosters comparison
›
BrowserSync and LiveReload both are the cool tools that are aimed to improve the development workflow i.e., productivity of front-end develo...
Configuring Lombok on IntelliJ - Installation of Lombok plugin
›
How to install/configure Lombok plugin on IntelliJ IDEA : Steps : 1) Installation Using IDE built-in plugin system on Windows: File ...
MongoException$DuplicateKey: E11000 duplicate key error index - @Version
›
Obviously, we get this exception when we try to update/insert a document(record) with duplicate key field in MongoDB collection(table). Ther...
Spring MongoDB _id field mapping conventions
›
Java Spring MongoDB : '_id' field mapping : MongoDB requires that you have an '_id' field for all documents. If you don...
MongoDB Multiple insert at once
›
We can insert multiple documents (bulk insert) to a collection using a single insert command : Syntax : db.[COLLECTION].insert( [ { D...
MongoDB rename a database
›
As of now, there is not a straight forward way to rename a MongoDB database. But you can use the following steps to achieve so : Here, we ...
‹
›
Home
View web version