October 2018 - Online Free Computer Tutorials.

'Software Development, Games Development, Mobile Development, iOS Development, Android Development, Window Phone Development. Dot Net, Window Services,WCF Services, Web Services, MVC, MySQL, SQL Server and Oracle Tutorials, Articles and their Resources

Monday, October 29, 2018

SAP's 'Bring Your Own Node' service makes blockchain network integration easier

SAP announced new integration services and two new consortium groups at TechEd Las Vegas. ✔ Read More... I guess you c...
Read More

A JavaScript Form Generator

A JavaScript Form Generator ✔ Read More... I guess you came to this post by searching similar kind of issues in any ...
Read More

EntityWorker.Core - An Alternative to Entity Framework

EntityWorker.Core - an alternative to entity Framework ✔ Read More... I guess you came to this post by searching simil...
Read More

Exception Handling in Java

While coding, we may face few compile time errors because of incorrect syntax and those errors can be removed by re-correcting our syn...
Read More

Java SimpleDateFormat Example

In Java SimpleDateFormat article we'll see how to use java.text.SimpleDateFormat class, which provides methods to format date to s...
Read More

RxAndroid Tutorial #1 – Getting started with Reactive Extensions in Android

RxAndroid Tutorial Intro: Reactive extensions usage is the current hottest trend in most programming languages like Java, JavaScript, ...
Read More

Python Pendulum Module

Python Pendulum module is a drop-in replacement for the built-in datetime module. Python pendulum module supports timezones and provid...
Read More

Python Arrow Module

Python Arrow module is a replacement library for datetime. It allows easy creation of date and time instances with timezone awareness....
Read More

Python Catch Multiple Exceptions

We can use a try-except block to catch exceptions and process them. Sometimes we call a function that may throw multiple types of exce...
Read More

Python string to Uppercase – str.upper()

We can convert a string to uppercase in Python using str.upper() function. In this short tutorial, we will learn how to convert python...
Read More

Python String to Lowercase – str.lower()

We can convert a string to lowercase in Python using str.lower() function. In this short tutorial, we will learn how to convert python...
Read More

Python Complex Numbers – cmath

A complex number is created from two real numbers. Python complex number can be created using complex() function as well as using dire...
Read More

Python String contains

Python String class has __contains__() function that we can use to check if it contains another string or not. Python String contains ...
Read More

Python String split

Python string split() function is used to split a string into the list of strings based on a delimiter. Python String split Python str...
Read More

Python String replace()

Python string replace() function is used to create a string by replacing some parts of another string. Python String replace Python St...
Read More

How to script ffmpeg for Python hackers, second part

The Python computer programming language makes a perfect tool for scripting, especially when it comes to wrapping functionalities of a...
Read More

Introduction to Python generator function with a real world example

As a junior Python coder, there are many advanced concepts which I am trying to master. One of these concepts is the generator object....
Read More

Introduction to the Python os.walk function with a practical example

Being rich in features, the Python computer programming language offers to the coder many utilities which they can make use of to auto...
Read More

How to create a simple logger in Python, first part

The Python computer programming language offers a builtin module which can be utilized to log applications. Being a junior developer, ...
Read More

How to create a simple logger in Python, second part

As I explained in the first part of 'How to create a simple logger' in Python series, logging is a very important aspect of so...
Read More

How to access the elements of a generator object in Python

A generator object in the Python computer programming language is totally different from a normal function, as it returns multiple val...
Read More

A practical case of an error class in Python

Many beginners of the Python computer programming language have a difficulty in understanding custom error classes; especially when th...
Read More

How to write a wrapper for ffmpeg with the help of Python, first part

The Python computer programming language is very handy when it comes to automating stuff, especially prototyping. Easy to read and wri...
Read More

How to create a package in Python

When the Python coder has to deal with real world projects, they need to have knowledge about the modules and packages. As I have ment...
Read More

Will Walmart's Bet on IBM Blockchain Pay Off?

It's been a particularly bad year for food poisoning and contamination, from 5 dead and over 200 sick due to an E. coli outbreak i...
Read More

Python Machine Learning Environment Setup 2018

How to Install Python Before anything else, you will need to Install Python on your machine. So, here are the steps to install Python....
Read More

Reconstruction of IoT System Based on Kafka + OTS + MaxCompute

The entrepreneurial team at SUYUN Technology focuses on supporting the operation of the hydrogen fuel cell eco-chain. Currently, our b...
Read More

In defence of agile

A short summary of why we chose to go agile way ✔ Read More... I guess you came to this post by searching similar kind...
Read More

How to Back Up MySQL Database on Alibaba Cloud ECS Running Ubuntu 16.04

MySQL is one of the most popular open source database management systems. It is widely used in websites and web applications to store ...
Read More

Is Agile The Way To Go For A Fast-Growing Startup?

Most entrepreneurs think they are building something unique and new. In reality, over 90% of them fail. But you are not one of them. R...
Read More

5 Best Practices for Performance Testing at the Speed of Agile

Behold, the five best practices that can help maximize advantages while assisting with load testing in an Agile environment. 1. Make P...
Read More

Java vs. Go Microservices — Load Test With Multiple Users

Microservice architecture allows us to choose between technologies and programming languages when creating new application services. W...
Read More

Analyzing verbatim comments in spreadsheets using machine learning

Machine learning has made it more accessible to create meaningful insights in a data-rich world. This includes data from customer surv...
Read More

PhoneRescue 3.7.2 – iOS data recovery program

PhoneRescue is an ultimate iOS data recovery program designed for retrieving your lost photos, messages, contacts, notes and more on y...
Read More

How to Remove all Unused imports in a Java file – Eclipse Shortcut

Eclipse IDE gives warning "The import XXX is never used" whenever it detects unused import in a Java source file and shows a...
Read More

A former US president walks into a blockchain conference…

In a sign of the major cryptocurrency player's continued influence and ability to pay premium speaking fees, the keynote speaker f...
Read More

Myth: Scrum Master Is an Information Dispenser

I often start my Scrum training classes with this quote: "The Scrum Master is an enabler not a doer" ✔ Read More... ...
Read More

Busting 5 Scrum Myths Parading as Truth

Words can be funny; specifically, how the same word can have incredibly different meanings for different people. Take the word "s...
Read More

Machine Learning in a Box (Part 9): Build Your First ML Application

A Quick Recap Last time, we looked at how to use TensorFlow from within SAP HANA, express edition. This allows you to surface your Ten...
Read More

Data Leakage, Part I: Think You Have a Great Machine Learning Model? Think Again

Got insanely excellent metric scores for your classification or regression model? Chances are you have data leakage.In this post, you ...
Read More