CATEGORIES

Technologies

Technology is our everyday life. We follow changes in programming languages, frameworks and tools. But most importantly, we write about our experiences resulting from projects. We share our knowledge because we like it and believe that it is right.

17 Nov 2021 14 min to read

U-Net for Image Segmentation – Architecure Implementation & Code Example

Image Segmentation is a process of partitioning images into sets of pixels (segments) that correspond to objects on the image. This means, that we're essentially classifying each pixel in the image as either belonging to a specific object or not (of course this object could be just background).
2 Nov 2021 13 min to read

Sentiment Analysis in Python – Example with Code based on Hotel Review Dataset

Sentiment analysis is the way of identifying a sentiment of a text. In this case, sentiment is understood very broadly. It could be as simple as whether a text is positive or not, but it could also mean more nuanced emotions or attitudes of the author like anger, anxiety, or excitement. It's even po [...]
13 Oct 2021 11 min to read

Question Answering (QA) System in Python – Introduction to NLP & a Practical Code Example

Historically, one of the first implementations of the QA system was the program BASEBALL (1961), created at Stanford University. It was able to answer questions about baseball league scores, statistics etc., using a rule-based language model for “decoding”, generation of natural text and [...]
25 Aug 2021 19 min to read

Logistic Regression in Python – Theory and Code Example with Explanation

What is Logistic Regression? Logistic Regression is a Machine Learning algorithm used to make predictions to find the value of a dependent variable such as the condition of a tumor (malignant or benign), classification of email (spam or not spam), or admission into a university (admitted or not admi [...]
30 Jul 2021 14 min to read

Image Recognition in Python based on Machine Learning – Example & Explanation for Image Classification Model

The brain consists of neurons and weights connecting between them. Machine learning Algorithms follow the same design of brain structure as it has neurons in the so-called layer and weights connecting between them that are updated according to a specific loss function. Different neural networks mimi [...]
29 Jul 2021 16 min to read

PWA vs Native App – Differences and Similarities for Business, Performance and User Experience

What should be your mobile app development plan? Should you have a progressive web app, or should you stick to a native app? Let’s compare PWAs and native apps and see what’s best for your business growth and what your users prefer.
26 Jul 2021 19 min to read

Server-Side Rendering in React using Next.js – How it Works & Implementation Example

This gave rise to the client-side rendering process where the browser renders the HTML page by modifying DOM (Document Object Model). For any interactivity, the browser does not need to contact the server since all the code is run on the client side. With JavaScript libraries like React becoming pop [...]
18 Jun 2021 33 min to read

Technical SEO Checklist – Factors Worth Analyzing

Regularly auditing your website for technical factors is important to ensure your digital asset is aligned with Google's best practices. Here are the areas that are worth analyzing in a technical SEO audit.
13 Dec 2020 12 min to read

Cross-Platform App Development – Explore Frameworks, Technology and Business Benefits

In the following article, we will discuss what cross-platform development is, what benefits it brings, and what frameworks you can use for it. Let’s dive in! What is a Cross-Platform App Development? Cross-platform application development is about building a single application that can run on vari [...]
8 Dec 2020 13 min to read

Python Web App Development – Where Applications Based on Python Work Best?

Let us start with a question: Why is Python popular in software development? If you’re wondering why the language tops the technology popularity charts, here are some of the reasons: The scientific community uses it It’s heavily leveraged by Machine Learning/AI teams It’s popular among busines [...]
10 Jan 2020 9 min to read

Data Migration Strategy – Best Practices & Planning

It’s highly probable that at some point your business will have to go through a data migration process. Data migration involves moving current data from one storage system or computer to another. 
12 Dec 2019 8 min to read

Laravel Security Best Practices – Features to Secure PHP Apps

If you’re reading this post, then you’ve likely heard that Laravel is the recommended PHP framework for robust application security. You might wonder, however, what exactly makes Laravel the preferred choice and how far its security options extend. 
19 Nov 2019 8 min to read

Ecommerce vs Marketplace – Own Website or Selling Platform? What is better?

With the year 2020 just around the corner, shopping and selling online is now nothing short of a commodity. Amazon, eBay, AliExpress, and Walmart...It’s hard to remember what it was like before these and other online sales giants made it possible to get any item shipped straight to our doorstep!
17 Oct 2019 11 min to read

What is Serverless Architecture – Explanation of benefits and use cases examples

We live in the age of the cloud. Year after year, the adoption of cloud-based solutions is growing. Databases, applications, storage, infrastructure, tools, platforms, or networks, are just a few among the many services and resources delivered over the cloud. 
16 Oct 2019 8 min to read

Why is Python so popular in machine learning and AI?

Could you imagine a world with self-driving cars or phones that can tell you out loud what the weather will be like tomorrow? Where software applications learn by themselves without being programmed by a human? Oh, wait, this is already happening – all thanks to machine learning. 
14 Oct 2019 9 min to read

Django vs Flask – Python Frameworks Comparison

Did you know that Python currently ranks as the most popular coding language in the world?  That’s right – according to the interactive Top Programming Languages ranking run by IEEE Spectrum, Python has now outpaced Java and taken first place.