2vishalsingh's profile picture.

vishalsingh

@2vishalsingh

Apache Geode Tutorial for Beginners bit.ly/apache_geode_t… Apache Geode is a real-time in the memory data grid, which can use for the cache. Apache geode cannot replace a traditional database and used for caching your data. #Implementation_of_Apache_Geode

2vishalsingh's tweet image. Apache Geode Tutorial for Beginners
bit.ly/apache_geode_t…
Apache Geode is a real-time in the memory data grid, which can use for the cache. Apache geode cannot replace a traditional database and used for caching your data.
#Implementation_of_Apache_Geode

DevOps Tutorial for Beginners bit.ly/devops_tutoria… DevOps is a software development strategy which involves continuous development, continuous testing, continuous integration, and continuous monitoring of software through its development lifecycle. #DevOps_Principal

2vishalsingh's tweet image. DevOps Tutorial for Beginners
bit.ly/devops_tutoria…
DevOps is a software development strategy which involves continuous development, continuous testing, continuous integration, and continuous monitoring of software through its development lifecycle.
#DevOps_Principal

Artificial Intelligence Tutorial for Beginners bit.ly/artificial_int… The term Artificial Intelligence comprises of two words ‘Artificial’ and ‘Intelligence’, where, Artificial means ‘copy of something natural’ and ‘Intelligence’ means ‘able to think.’

2vishalsingh's tweet image. Artificial Intelligence Tutorial for Beginners
bit.ly/artificial_int…
The term Artificial Intelligence comprises of two words ‘Artificial’ and ‘Intelligence’, where, Artificial means ‘copy of something natural’ and ‘Intelligence’ means ‘able to think.’

TensorFlow Tutorial for Beginners bit.ly/tensorflow_tut… The TensorFlow is an open source library in machine learning which is used for the dataflow. #What_is_Tensors #History_of_TensorFlow #Features_of_TensorFlow

2vishalsingh's tweet image. TensorFlow Tutorial for Beginners
bit.ly/tensorflow_tut…
The TensorFlow is an open source library in machine learning which is used for the dataflow.
#What_is_Tensors
#History_of_TensorFlow
#Features_of_TensorFlow

Access modifiers in Java bit.ly/access_modifie… In Java, there are two types of access modifiers one is a non-access modifier, and other is access modifier. #Default_access_modifier #Java_Private_access_modifier #Java_public_access_modifier

2vishalsingh's tweet image. Access modifiers in Java
bit.ly/access_modifie…
In Java, there are two types of access modifiers one is a non-access modifier, and other is access modifier.
#Default_access_modifier
#Java_Private_access_modifier
#Java_public_access_modifier

PHP MySQL Database Tutorial bit.ly/php_mysql_data… MySQL is the most popular database system that is used within PHP. #What_is_MySQL #Downloading_MySQL_Database #Relationship_between_MySQL_and_PHP

2vishalsingh's tweet image. PHP MySQL Database Tutorial
bit.ly/php_mysql_data…
MySQL is the most popular database system that is used within PHP.
#What_is_MySQL
#Downloading_MySQL_Database
#Relationship_between_MySQL_and_PHP

Multiple-Inheritance in PHP bit.ly/multiple_inher… Multiple-Inheritance is the resources of the Object Oriented Programming Languages in which child class or subclass can inherit the resources of the multiple parent classes or superclasses. #Using_Multiple_Traits

2vishalsingh's tweet image. Multiple-Inheritance in PHP
bit.ly/multiple_inher…
Multiple-Inheritance is the resources of the Object Oriented Programming Languages in which child class or subclass can inherit the resources of the multiple parent classes or superclasses.
#Using_Multiple_Traits

Apache CouchDB Tutorial for Beginners bit.ly/apache_couchdb… Apache CouchDB is an open-source database software which is developed by an Apache Software Foundation and first released in 2005 under the Apache license of version 2.0. #What_is_CouchDB #Features_of_Apache_CouchDB

2vishalsingh's tweet image. Apache CouchDB Tutorial for Beginners
bit.ly/apache_couchdb…
Apache CouchDB is an open-source database software which is developed by an
Apache Software Foundation and first released in 2005 under the Apache license of version 2.0.
#What_is_CouchDB
#Features_of_Apache_CouchDB

Apache Empire-DB Tutorial bit.ly/apache_empire_… Apache Empire-DB is an open-source Java library which provides a high-level object-oriented API for accessing data from RDBMS (Relational Database Management System) through JDBC (Java Database Connectivity).

2vishalsingh's tweet image. Apache Empire-DB Tutorial
bit.ly/apache_empire_…
Apache Empire-DB is an open-source Java library which provides a high-level object-oriented API for accessing data from RDBMS (Relational Database Management System) through JDBC (Java Database Connectivity).

Abstract classes in Java bit.ly/Abstract_class… Java uses the ‘abstract’ keyword to make a class abstract. Such classes are known as abstract classes, and the process is known as abstraction. #Rules_for_abstract_class #Declaration_of_abstract_class #Why_we_need_an_abstract_class

2vishalsingh's tweet image. Abstract classes in Java
bit.ly/Abstract_class…
Java uses the ‘abstract’ keyword to make a class abstract. Such classes are known as abstract classes, and the process is known as abstraction.
#Rules_for_abstract_class
#Declaration_of_abstract_class
#Why_we_need_an_abstract_class

Retrofit Tutorial Retrofit is a type-safe, REST client for Java and Android application development. Retrofit is a library, which has interfaces, classes, and methods to serve the necessary functionality. bit.ly/Retrofit_Tutor… #Retrofit_implementation

2vishalsingh's tweet image. Retrofit Tutorial
Retrofit is a type-safe, REST client for Java and Android application development. Retrofit is a library, which has interfaces, classes, and methods to serve the necessary functionality.
bit.ly/Retrofit_Tutor…
#Retrofit_implementation

Constructor in Java with Example The constructor, which is used for object initialization, is a block of code that initializes a newly created object. It contains a collection of statements that are executed at the time of object creation. bit.ly/Constructor_in…

2vishalsingh's tweet image. Constructor in Java with Example
The constructor, which is used for object initialization, is a block of code that initializes a newly created object. It contains a collection of statements that are executed at the time of object creation.
bit.ly/Constructor_in…

Java static keyword Java, which uses the static keyword for memory management, is used along with variables, methods, blocks, nested class. bit.ly/Java_static_ke… #Java_static_methods #Java_static_variable #Restrictions_for_static_methods

2vishalsingh's tweet image. Java static keyword
Java, which uses the static keyword for memory management, is used along with variables, methods, blocks, nested class.
bit.ly/Java_static_ke…
#Java_static_methods
#Java_static_variable
#Restrictions_for_static_methods

MySQL Features MySQL which a relational database management system (RDBMS): It is a collection of many programs and makes relations with many other programs. bit.ly/MySQL_Features #MySQL_is_faster #MySQL_has_high_productivity #Disadvantage_or_Drawback_of_MySQL

2vishalsingh's tweet image. MySQL Features
MySQL which a relational database management system (RDBMS): It is a collection of many programs and makes relations with many other programs.
bit.ly/MySQL_Features
#MySQL_is_faster
#MySQL_has_high_productivity
#Disadvantage_or_Drawback_of_MySQL

PHP isset() function PHP isset is used to check whether the variable is set or not.The PHP isset() function returns false if variable contains a NULL value. bit.ly/PHP_isset_func… @official_php

2vishalsingh's tweet image. PHP isset() function
PHP isset is used to check whether the variable is set or not.The PHP isset() function returns false if variable contains a NULL value.
bit.ly/PHP_isset_func…
@official_php

PHP Include Function tutorialandexample.com/php-include-fu… The PHP include() statement holds all the code/text that liesin the defined file and paste it into the file that uses the “include” statement. #PHP_include_once

2vishalsingh's tweet image. PHP Include Function
tutorialandexample.com/php-include-fu…
The PHP include() statement holds all the code/text that liesin the defined file and paste it into the file that uses the “include” statement.
#PHP_include_once

Java this keyword tutorialandexample.com/java-this-keyw… This is a reference variable in Java. It refers to the current object. #This_keyword_in_a_different_context

2vishalsingh's tweet image. Java this keyword
tutorialandexample.com/java-this-keyw…
This is a reference variable in Java. It refers to the current object.
#This_keyword_in_a_different_context

Aurelia Tutorial for Beginners tutorialandexample.com/aurelia-tutori… Aurelia is a modular client-side JavaScript framework developed by Rob Eisenberg under the ECMAScript It is widely popular because of its simplicity and the use of futuristic tools like ES2016. @Aurelia

2vishalsingh's tweet image. Aurelia Tutorial for Beginners
tutorialandexample.com/aurelia-tutori…
Aurelia is a modular client-side JavaScript framework developed by Rob Eisenberg under the ECMAScript It is widely popular because of its simplicity and the use of futuristic tools like ES2016.
@Aurelia

Objects and Classes in Java tutorialandexample.com/objects-and-cl… Classes and objects are the basic concepts of object-oriented programming. #Methods_in_Java

2vishalsingh's tweet image. Objects and Classes in Java
tutorialandexample.com/objects-and-cl…
Classes and objects are the basic concepts of object-oriented programming.
#Methods_in_Java

Java Naming Conventions tutorialandexample.com/java-naming-co… Java naming convention is a standard pattern for writing your identifier name such as class, interfaces, methods, constants, variable, etc. @java

2vishalsingh's tweet image. Java Naming Conventions
tutorialandexample.com/java-naming-co…
Java naming convention is a standard pattern for writing your identifier name such as class, interfaces, methods, constants, variable, etc.
@java

Loading...

Something went wrong.


Something went wrong.