Open in app

Sign In

Write

Sign In

Boula Akladyous
Boula Akladyous

16 Followers

Home

About

Pinned

Ruby on Rails Action Mailer Configuration

How does Action Mailer work? 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/mailers directory, and each mailer has its own associated view as well…

Ruby On Rails

5 min read

Ruby on Rails Action Mailer Configuration
Ruby on Rails Action Mailer Configuration
Ruby On Rails

5 min read


Jun 24

Batching in React

Optimizing UI Updates for Performance 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 needs to be updated. In this…

React

3 min read

Batching in React
Batching in React
React

3 min read


Jan 9, 2022

Ruby on Rails: Scopes

What is scope 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 if the conditional evaluates to false , whereas a class method, will return nil. we frequently run similar…

Ruby On Rails

2 min read

Ruby on Rails: Scopes
Ruby on Rails: Scopes
Ruby On Rails

2 min read


Dec 13, 2021

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. …

React

2 min read

React Controlled vs. Uncontrolled Components
React Controlled vs. Uncontrolled Components
React

2 min read


Jun 13, 2021

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 values known. …

Confusion Matrix

3 min read

Confusion Matrix
Confusion Matrix
Confusion Matrix

3 min read


Jun 12, 2021

Logistic Regression

classification Introduction Logistic regression is a classification algorithm used to assign observations to a discrete set of classes. …

Logistic Regression

4 min read

Logistic Regression
Logistic Regression
Logistic Regression

4 min read


Jun 12, 2021

Sentiment Analysis using VADER

Introduction 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 sentiment scores to topics, categories or entities within a phrase. Sentiment analysis is…

Data Science

4 min read

Sentiment Analysis using VADER
Sentiment Analysis using VADER
Data Science

4 min read


Jun 12, 2021

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, news tracking and financial data aggregation. The ability of web…

4 min read

Web scraping — News Articles using NewsAPI
Web scraping — News Articles using NewsAPI

4 min read

Boula Akladyous

Boula Akladyous

16 Followers
Following
  • Rebecca Vickery

    Rebecca Vickery

  • AirbnbEng

    AirbnbEng

  • Tirthajyoti Sarkar

    Tirthajyoti Sarkar

  • Akladyous David

    Akladyous David

See all (6)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams