Browse Category

Skills - Page 2

This Category is all about Skills… : – )

JumpStart with Hadoop

February 22, 2020
Motivation; Whenever we will hear about Big Data implementation and its tools, we would definitely hear about Hadoop community. According to IBM analytics, some companies are delaying data opportunities because of organizational constraints. Others are not sure what distribution to choose and still, others simply can’t find time to mature their Big Data delivery due to the pressure of day to

Up & Running with Big Data

Motivation Big data is an amount of data that you cannot deal with using traditional methods and it’s very relative because big data five years ago is not big data today so it’s constantly evolving. I think it’s when you have a great amount of data. Not only can you

JumpStart with JAVA Frameworks | MVC, Spring, RESTful Services

March 15, 2017
So, as you already have some hands-on with JAVA development, let’s do move forward and play with JAVA Frameworks. There are different frameworks available in JAVA. Each framework has its own pros and cons. Developers can use any framework as per then need, requirement and ease. Here, we’ll be talking

JumpStart with JAVA | For Dot NET Developers

March 8, 2017
So, if you’re a Dot NET developer and you are looking to do JumpStart with JAVA then my friend you are just at the right place. Sometimes you do not live with one language. Especially if you are working for an organization who is working in different dimensions. Let’s start

JumpStart Into Big Data With HDInsight

August 10, 2016
What would happen when the volume of your data increased repeatedly over time and you need high velocity at the same time. Not only that but you have a different variety of data and Variability also exists in your data. So how would you handle all that data? If we

Structures

April 26, 2016
A Structure is a container, it can hold a bunch of variables. These variables can be of any type. It is a user defined data type used to group related data (i.e. variables) Each variable in a structure can have similar or different data type than other variables of that

Pointers & Strings: A Simple Understanding

April 26, 2016
* If you’re here then probably you are beginner and trying to quickly understand the topic. So here everything is defined very simple in points so you can quickly understand everything. Variables: A variable is something that contains different values at different times. In a Program, variable has; Name Type

Develop Your First UWP App Using JavaScript

April 26, 2016
If you are a Web Develop or have some familiarities with Web Languages and you want to develop UWP? Then congratulations! you can easily create UWP Apps by using Web Languages like HTML5, JS etc… So In order to Develop your First UWP App through Web Languages, first you should

Objects: Everything is an Object in C#

April 26, 2016
Microsoft Visual C# is an object-oriented language. This makes it similar to Java, C++ and many others. Not all object-oriented languages are the same. Some languages are mostly procedural and incorporate some object-oriented features. C#, however, is a strict object-oriented language. That means that all values are stored as objects

Develop a Windows Desktop Application in C#

April 25, 2016
Let’s create a Windows Desktop Application in C# using WPF (Windows Presentation Foundation)! Simply create a WPF Application Project in Microsoft Visual Studio; When you press OK to create the project. You’ll get a screen like here; The WPF is little bit interesting. It has visual interface. Its mean to

JumpStart with Microsoft Visual C#

April 25, 2016
Microsoft Visual C# is the Multi-Paradigm Programming Language encompassing strong typing, imperative, declarative, functional, generic, object-oriented (class-based), and component-oriented programming disciplines. With C#, one has got a great programming language and a valuable tool at his fingertips. Perhaps without giving credit to Visual Studio IDE is unfair with the most

Develop a C# Console Project

April 25, 2016
The Best Way to learn any language or a technology is to learn it by development projects in it. In C# we can do project base learning is variety of different application framework! The Architecture of Visual C# Project is shown below; C# programs run on the .NET Framework, an

Authors

Follow Me

GoUp