ⲃⲟⲩⲗⲁ

Home
About
Portfolio
Blog
Contact

ⲃⲟⲩⲗⲁ ⲁⲕⲗⲁⲇⲓⲟⲩⲥ

© 2019-2026 Boula Akladyous. All rights reserved.

LinkedInXGitHubHashnode

My ArticlesResearches

Batching in React

Batching in React

Introduction React is known for its efficient rendering process, and one of the key techniques it utilizes is batching. Batching refers to the process of combining multiple updates into a single update, minimizing the number of times the real DOM nee...

6/24/2023•3 min read
React Fiber

React Fiber

An Overview of Fiber Trees and Reconciliation Unlocking the Power of Web Scraping for Data Collection and Analysis React Fiber is a revolutionary feature in the React library that aims to significantly enhance the performance and rendering efficiency...

1/12/2023•5 min read
Web scraping News Articles using NewsAPI

Web scraping News Articles using NewsAPI

Web Scraping is a technique employed to gather large amounts of data from websites whereby the data is extracted and stored into a structured format. such technique is widely used for a range of purposes, including market analysis, machine learning, ...

10/12/2021•5 min read
Rails Action Mailer Configuration

Rails Action Mailer Configuration

Action Mailer overview Rails has a wonderful built-in mailing system called Action Mailer, which allows us to send email from our application as long as we have a mailer model. Mailers are actually a lot like controllers: they have their own app/mail...

6/21/2021•4 min read
Demystifying the Confusion Matrix

Demystifying the Confusion Matrix

What is Confusion Matrix A confusion matrix is a table that is often used to describe the performance of a classification model, the result obtained from the confusion matrix is obtained by comparing the result of the test dataset for which the true ...

6/13/2021•3 min read
React Controlled vs. Uncontrolled Components

React Controlled vs. Uncontrolled Components

React makes it easy to manipulate data using forms. One of the most common patterns you’ll see in React when dealing with forms is that we need to make React aware of changes to the form inputs when the user types. This means that the component conta...

6/13/2021•3 min read
Sentiment Analysis using VADER

Sentiment Analysis using VADER

Understanding Sentiment Analysis in Natural Language Processing Sentiment Analysis is a supervised Machine Learning technique used to determine if a chunk of text is positive, negative or neutral. In text analytics, natural language processing (NLP) ...

6/12/2021•3 min read
exploring logistic regression for classification

exploring logistic regression for classification

Exploring Logistic Regression for Classification Introduction Logistic regression is a classification algorithm used to assign observations to a discrete set of classes. Unlike linear regression which outputs continuous number values, logistic regres...

6/12/2021•5 min read
Sentiment Analysis using VADER

Sentiment Analysis using VADER

Sentiment Analysis is a supervised Machine Learning technique used to determine if a chunk of text is positive, negative or neutral. In text analytics, natural language processing (NLP) and machine learning (ML) techniques are combined to assign sent...

6/12/2021•4 min read
Understanding Scopes in Rails

Understanding Scopes in Rails

Understanding Rails Scopes and Class Methods for Efficient Database Queries? ope in Rails? Scopes in Rails are special methods to run SQL queries that you can build in any rails model. A scope will always return an ActiveRecord::Relation object, even...

6/9/2021•2 min read
Single Page Application (SPA) WorkFlow

Single Page Application (SPA) WorkFlow

Let’s explain how we'd build the same todo application as a Single Page Application (SPA) using React.js, focusing on data and state management. Let's start with a high-level overview and then dive into the details. First, let's visualize the structu...

3/21/2021•4 min read
Understanding Coefficient of Variation

Understanding Coefficient of Variation

In the realm of data analysis, various statistical measures assist in unraveling the nature of datasets. Variability, denoting the extent to which data points in a dataset differ, holds a paramount role in data analysis. Measuring variability aids in...

1/28/2021•3 min read

Blog Categories

  • Software Engineering(7)
  • Data Science(5)

Recent Posts

  • Batching in React

    June 24, 2023

    Batching in React

  • React Fiber

    January 12, 2023

    React Fiber

  • Web scraping News Articles using NewsAPI

    October 12, 2021

    Web scraping News Articles using NewsAPI

Tags

ReactconcurrencySoftware EngineeringFrontend DevelopmentPythonweb scrapingAction MailerRuby on RailsRailsMachine Learning Classificasion