• Nuhman Paramban
  1. Home
  2. Social

Nuhman Paramban


  • Timeline
  • Videos
@Nuhman Paramban
2020-08-05T11:29:59Z
Configuration
Save Hide Report
Creating an immutable class in Java

create a class using final keyword declare all variables as final create a constructor to initialize variables Getter methods for accessing variable values.

Views: 1788

Like  1226 Comment Share
@Nuhman Paramban
2020-08-05T11:03:43Z
Configuration
Save Hide Report
auto generate jpa model and repositories intellij idea

Generate JPA model entities install pojo generator install jpa entity support generate jpa entities by selecting appropriate folders generate repositories.

Views: 4513

Like  1226 Comment Share
@Nuhman Paramban
2020-06-15T00:05:20Z
Configuration
Save Hide Report
Freelance Job Website upwork how we will start and earn money

Freelance website Upwork signup, search jobs, submit profile filter jobs cover letter and portfolio hourly job/ fixed.

Views: 1060

Like  1226 Comment Share
@Nuhman Paramban
2020-06-14T23:03:53Z
Configuration
Save Hide Report
Finding a software development job in Canada

Easiest way to find a job in canada is doing volunteer work. If you cannot find anything just do some freelancing if you are not bale to do that just do some ...

Views: 1018

Like  1226 Comment Share
@Nuhman Paramban
2020-01-14T01:36:22Z
Configuration
Save Hide Report
awesome screenshot and screen video recorder installation in chrome

Recording desktop, window using awesome screenshot and screen video recorder Install chrome extension.

Views: 1782

Like  1226 Comment Share
@Nuhman Paramban
2020-01-14T01:00:42Z
Configuration
Save Hide Report
Creating a Kafka Docker instance in one minute and accessing that via Visual Studio Code

Download image from https://hub.docker.com/r/johnnypark/kafka-zookeeper/ Run with docker run -p 2181:2181 -p 9092:9092 -e ...

Views: 1421

Like  1226 Comment Share
@Nuhman Paramban
2020-01-14T00:37:57Z
Configuration
Save Hide Report
Alexa Site Rank and Chrome extension

Alexa site rank extension how we will install alexa.

Views: 2267

Like  1226 Comment Share
@Nuhman Paramban
2020-01-13T00:27:55Z
Configuration
Save Hide Report
installing postgres Database using docker

Downloading docker image installing postgres using docker run command.

Views: 1559

Like  1226 Comment Share
@Nuhman Paramban
2020-01-12T14:54:04Z
Configuration
Save Hide Report
Calling SOAP Web service from commandline using soap connector

commandline runner to verify call with web service use marshaller and unmarshaller bean also soap connector verify the result.

Views: 956

Like  1226 Comment Share
@Nuhman Paramban
2020-01-12T14:15:38Z
Configuration
Save Hide Report
Configuring jax2b marshaller and soap webservice gateway support

Configuring marshaller with package name creating a soap connector bean to use web service gateway method to call web service.

Views: 1662

Like  1226 Comment Share