SAP announced new integration services and two new consortium groups at TechEd Las Vegas. ✔ Read More... I guess you c...
Monday, October 29, 2018
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 ...
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...
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...
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...
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, ...
Python Pendulum Module
Python Pendulum module is a drop-in replacement for the built-in datetime module. Python pendulum module supports timezones and provid...
Python Arrow Module
Python Arrow module is a replacement library for datetime. It allows easy creation of date and time instances with timezone awareness....
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...
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...
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...
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...
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 ...
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...
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...
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...
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....
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...
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, ...
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...
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...
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...
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...
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...
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...
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....
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...
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...
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 ...
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...
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...
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...
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...
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...
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...
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...
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... ...
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...
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...
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 ...