Updated on: 26th Sep 2020

Git Tutorial

Ratings()

 What is Git? Git is currently the most popular implementation of a distributed version control system. Git originates from the Linux kernel development and was founded in 2005 by Linus Torvalds. Nowadays it is used by many popular open source projects, e.g., the Android or the Eclipse developer teams, as well as many commercial organizations. […]

Read More

Updated on: 26th Sep 2020

Python Tuples Tutorial

Ratings()

Python tuples: Introduction Just like Python list, tuples are also the sequence of comma-separated values enclosed in parentheses instead of square brackets. The parentheses are optional though. Here is an example of a tuple in Python. py_tuple = (1,2,’a’,’b’,’Hello’) Python tuples contain ordered sequence of items that can be of different data types. Tuples are […]

Read More

Updated on: 26th Sep 2020

Python If Else Statements Tutorial

Ratings()

Python if else statements are conditional statements, they run a particular block of code based on the results of an expression. In a Python if statement, if the provided boolean expression is True, the code contained in the statement is executed. if else Python statements work the same way, except if the expression is False […]

Read More

Updated on: 26th Sep 2020

Python Functions Tutorial

Ratings()

In today’s fast-paced IT world, it is always an advantage to have an edge over the others in terms of in-depth knowledge of a certain technology. Python is a widely used language and provides ‘n’ number of opportunities to enthusiastic learners. In this Python functions post, the goal is to get you the expertise required […]

Read More

Updated on: 26th Sep 2020

Informatica Transformations Tutorial

Ratings()

Informatica Transformations Informatica Transformations are repository Objects that are used to perform aggregations, sorting, merging, modifying, distributing, etc., while passing data through them. The Power Center Designer provides a set of transformations in Informatica that perform specific functions. For example, Sorter transformation will sort the input fields based on a specified field. Transformations in Informatica […]

Read More

Updated on: 26th Sep 2020

Chef Tutorial

Ratings()

What is Chef? It is an open source configuration management tool developed by opscode. It is written in Ruby and Erlang. It automates the configuration and maintenance of more than one server. Chef uses Domain Specific Language (DSL) for writing system configuration. Chef follows client-server architecture. Why should we use Chef? Large companies have a […]

Read More

Updated on: 26th Sep 2020

Apache Cassandra Architecture Tutorial

Ratings()

Cassandra is a distributed database from Apache that is highly scalable and designed to manage very large amounts of structured data. It provides high availability with no single point of failure. The tutorial starts off with a basic introduction of Cassandra followed by its architecture, installation, and important classes and interfaces. Thereafter, it proceeds to […]

Read More

Updated on: 26th Sep 2020

Docker Container Tutorial

Ratings()

Docker is a platform for packaging, deploying, and running applications. Docker applications run in containers that can be used on any system: a developer’s laptop, systems on premises, or in the cloud. Containerization is a technology that’s been around for a long time, but it’s seen new life with Docker. It packages applications as images […]

Read More

Updated on: 26th Sep 2020

Machine Learning-K-Means Clustering Algorithm Tutorial

Ratings()

What Is Clustering? Clustering is a set of techniques used to partition data into groups, or clusters. Clusters are loosely defined as groups of data objects that are more similar to other objects in their cluster than they are to data objects in other clusters. In practice, clustering helps identify two qualities of data: 1.Meaningfulness […]

Read More

Updated on: 26th Sep 2020

Advanced Ethical Hacking – Burpsuite Tutorial

Ratings()

What is Ethical Hacking? Ethical Hacking sometimes called as Penetration Testing is an act of intruding/penetrating into a system or networks to find out threats, vulnerabilities in those systems which a malicious attacker may find and exploit causing loss of data, financial loss or other major damages. The purpose of ethical hacking is to improve […]

Read More

Updated on: 26th Sep 2020

PMI-PgMP Tutorial

Ratings()

The Program Management Professional (PgMP)® credential from Project Management Institute (PMI)® is the next step after Project Management Professional (PMP)® Certification, and addresses the community of professionals who are responsible for the coordinated management of multiple projects that are in alignment with organizational objectives. They are required to direct and manage complex activities that may […]

Read More

Updated on: 25th Sep 2020

AngularJS Vs JQuery

Ratings()

jQuery jQuery is a lightweight and feature-rich JavaScript Library that helps web developers by simplifying the usage of client-side scripting for web applications using JavaScript. It extensively simplifies using JavaScript on a website and it’s lightweight as well as fast. So, using jQuery, we can: easily manipulate the contents of a webpage apply styles to […]

Read More

Updated on: 25th Sep 2020

AWS Vs OpenStack

Ratings()

AWS It is a platform where we can perform mostly any kind of process. It can be storage, processing unit, Big Data platform, ML platform etc. For these platforms, it changes very less amount, anyone can afford according to their needs. But aws is not open source, how it works internally, we aren’t able to […]

Read More

Updated on: 25th Sep 2020

What is Data Science?

Ratings()

“Data Science is about extraction, preparation, analysis, visualization, and maintenance of information. It is a cross-disciplinary field which uses scientific methods and processes to draw insights from data. ” With the emergence of new technologies, there has been an exponential increase in data. This has created an opportunity to analyze and derive meaningful insights from […]

Read More

Updated on: 25th Sep 2020

What is Salesforce Workbench?

Ratings()

What is Workbench Salesforce? In this section, you are going to learn about the amazing tool called Workbench Salesforce. It is basically a web-based tool designed for Salesforce Administrators and Developers which allows them to interact with Salesforce organization or Force APIs to update, delete, insert, and export data. Check out the topics discussed in […]

Read More

Acte Technologies WhatsApp