BlogHide Resteemswebguru (25)in crypto • 7 years agoCryptocurrency - Dollar Cost Average(Huge Gains)In this tutorial, We are going to learn about the Dollar cost average for the cryptocurrencies to get the huge gains. I have given examples where we have achieved nearly 4000% gains in 1 year by…webguru (25)in api • 7 years agoAPI Testing using POSTMAN - Conditional Workflows - [Part -13]Sequence of the request - If this happen then this happen else this happen is workflow. Specify the name of the subsequent request. postman.setNextRequest(“Request Name”); To terminates…webguru (25)in api • 7 years agoAPI testing using postman - Advance Test Scripts(Sandbox API) - [Part - 12]In this tutorial, we are building API test suite in Postman and Running it Command Line(Newman). API calls Collection include mainly three things: HTTP headers HTTP Request…webguru (25)in steemit • 7 years agoAPI Testing - Using CSV & JSON in Postman [Part - 11]In This tutorial, We will learn about the HTTP methods, HTTP functions as a request–response protocol in the client–server computing model. We learn about the GET, POST, PUT, PATCH, HEAD, TRACE…webguru (25)in qa • 7 years agoHTTP Methods. Authentication & Cookie basics - [Part - 10]In This tutorial, We will learn about the HTTP methods, HTTP functions as a request–response protocol in the client–server computing model. We learn about the GET, POST, PUT, PATCH, HEAD, TRACE…webguru (25)in api • 7 years agoAPI testing using postman - Newman Basics - [Part - 9]Newman - In simple words - Run postman collection commandline and exports results in different formats(html,json,xml etc) and number of times. It’s created to keep CI in mind( Continous…webguru (25)in api • 7 years agoAPI Testing in Postman – Understanding Collection Runner[Part - 8]In this tutorials, We are going to learn, How to use the collection runner feature in the POSTMAN chrome. You can install the POSTMAN using this link - Postman is tool for API Testing. Check out my…webguru (25)in steemit • 7 years agoAPI testing in postman - Running Postman collection in the Docker[Part - 7]Most of the time people have the issue with installing software and dependencies. For example, we want to Schedule the collection of the postman that we have created earlier using ‘POSTMAN’ tool…webguru (25)in api • 7 years agoAPI Testing in Postman – Importing HTTP requests to Postman[Part - 6]In this tutorial, we are going to import request from chrome dev to the postman using curl , as raw and other methods. API calls Collection include mainly three things: HTTP headers HTTP…webguru (25)in steemit • 7 years agoAPI Testing using POSTMAN - Advance Test Cases[Part -5 ]Checkout Blog POST - In this tutorial, We are going to write the test case in POSTMAN for API Testing. This include JSON Validation Response Time Keys defined Values as Expected…webguru (25)in api • 7 years agoAPI testing using postman - Part 3 - Environments & Pre-request Script basicsIn this tutorial, we are building API test suite in Postman and Running it Command Line(Newman). API calls Collection include mainly three things: HTTP headers HTTP Request…webguru (25)in steemit • 7 years agoAPI testing using postman - Part 2(Running in jenkins)In this tutorial, we are building API test suite in Postman and Running it Command Line(Newman) and running in Jenkins. API calls Collection include mainly three things: HTTP headers HTTP…webguru (25)in api • 7 years agoAPI testing using postman - Part 1In this tutorial, we are building API test suite in Postman and Running it Command Line(Newman). API calls Collection include mainly three things: HTTP headers HTTP Request…webguru (25)in steemit • 7 years agoAPI testing tutorials - Getting StartedWhat is an API? API is an acronym for Application Programming Interface. It enables communication and data exchange between two separate software systems Dummy API - Fails to handle error…webguru (25)in cryptocurrency • 7 years agoA Treasury System for Cryptocurrencies - New ERARecently, Charles Hoskinson published a paper regarding the Treasury system for the Cryptocurrencies, A Treasury System is mainly used for funding of the underlying the blockchain development and…webguru (25)in bitcoin • 7 years agoBitcoin's Difficulty Just Increased to 18.11%Bitcoin's Difficulty Just Increased to 18.11% #Previous - Nov 24 2017 1,347,001,430,559 -1.28% 9,642,211,820 GH/s #Now - Dec 06 2017 1,590,896,927,258 18.11% 11,388,083,790 GH/s…webguru (25)in cryptocurrency • 7 years agoDefinitely Blockchain 2.0 : CardanoI recently watched the Charles Hoskinson explianing the Cardano Project & reason why they are doing it. Really awesome project. Watch below Youtube video, You will love , Meanwhile buying some…webguru (25)in nodejs • 7 years agoBuilding Weather App in NodeJS in 17 LinesIn this tutorial, We are going to write NodeJS app with help of the Weather API from openweathermap.org which provides us daily temperature with every rate fresh data. We have used a request…