Blog Type: Technology

Weather App with Raspberry Pi

In this blog, we will be analyzing the (iwPiWeather) python package, and its source code, and explain how to set up your Raspberry Pi, connect it to a 16×2 LCD display, and display the current weather data for the current location of the device using this package. For this integration we will need the following […]

Recognising emotion in IMDB comments using SnapLogic Machine Learning

Machine learning (ML) is the science of getting computers to act without being explicitly programmed. It is widely used in effective web search, self-driving cars, speech and text recognition… Machine learning is so pervasive today that we are using it many times a day without even knowing it. Natural language processing (NLP) is a field […]

How to migrate your local infrastructure to cloud

Do you need to migrate an entire server room from local to the cloud? You have a configuration that is very complex and it’s almost impossible to replicate? After reading this guide you will understand that it’s not that hard to migrate to the cloud. Before we continue with this guide, first we need to […]

How to prepare yourself for an IT job interview?

You are very interested in a certain job in an IT company. You prepared your CV and sent an application. The employer reviewed your CV and invited you for an interview. What is next? You are one key step away from obtaining the desired job and your potential employment depends on how well you will […]

Our best practices for end-to-end test automation with Rapise

Rapise is the next generation software test automation platform that leverages the power of open, extensible architecture to provide the most rapid and flexible functional testing tool on the market today. Rapise is ideal for functional GUI testing – both client-server and standalone applications, cross-browser web testing and data-driven testing. Rapise is the ideal testing […]

Categorize feedback based on text sentiment using Azure Functions

We all want to have information about the feedback that customers leave on the website. Having information about what our customers think about our brand, our products and offers, is crucial for the business since it gives insights into how to make it better. Looking for a sentiment and making a sentiment analysis can answer […]

How can we automate our tasks in the front-end development?

Quite often, front-end automation is feared with the notion that it’s complex, requires resources and repetitive investments. The automating time-consuming tasks that involve minifying HTML, CSS and JavaScript files, automatically reloading the browser once a file has been edited, compiling CSS preprocessors (SASS, LESS, etc), running tests, compressing images and several others are a lot […]

Apache Velocity Server-Side Template Injection

Apache Velocity is a well-known templating engine used in Java Enterprise applications and by Java developers. It is used as a web page rendering engine, e-mail message composition etc. Many commercial products rely on Velocity as one of the fastest content generators that is producing content, based on predefined templates and dynamically supplied parameters. A […]

Generic JDBC – Table Operation, custom developed snap

Creating something that can be reused and will save you time is crucial not only for the developers but for the businesses too. Using SnapLogic you can express your needs and creativity in custom developed snaps which is also a great chance to look behind the scene and understand the core concepts of the platform. […]