Open in app
Home
Notifications
Lists
Stories

Write
Boula Akladyous
Boula Akladyous

Home

Jan 21

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

Jan 9

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

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

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

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

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

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
Boula Akladyous

Boula Akladyous

Following
  • Rebecca Vickery

    Rebecca Vickery

  • AirbnbEng

    AirbnbEng

  • Tirthajyoti Sarkar

    Tirthajyoti Sarkar

  • Akladyous David

    Akladyous David

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable