adplus-dvertising

Salfade Tutorials

A series of fortunate events

Reducing postmark email bounce rate in Laravel

The post explains about reducing email bounce rate in laravel integrated with postmark.


Signature Pad with Alpine.js

The post describes the implementation of signature pads with Alpine.js. It also discusses how to integrate it with laravel livewire.


Syncing AWS Route53 records to GoDaddy with Laravel

Let's write an artisan command to sync AWS Route53 records to GoDaddy in a Laravel app.


Sneak Peak : Laravel Dusk

Dusk is a Laravel package that performs end-to-end (E2E) tests on Laravel applications. Providing client-side testing by running tests in a browser, Dusk allows developers to see client-side features tested in real-time, mimicking how a user would use them.


Getting Started With Alpine.js

Alpine.js is a JavaScript framework that enables us to enhance our JavaScript applications with their reactive and declarative nature.


How does 'A Content Based Recommender System' work?

This article mainly focuses on the theory behind Content Based Recommender Systems and explains it using an Example.


Visualizing the Output Images of the Convolutional Layers of a CNN

Have you ever wondered ‘How do the output images of the convolutional layers of a Convolutional Neural Network (CNN) look like?’. If yes, then this article is for you.


Implementation of ANN for MNIST Handwritten Digits Classification

This article explains the basics of how to build an ANN model for the classification of MNIST dataset (Step by Step).


Building a CNN model for the Classification of Fashion MNIST (Step by Step)

This article explains the basics of how to build a CNN model for the classification of Fashion MNIST dataset (Step by Step).


Artificial Neural Network : From Scratch in Python (For Beginners)

In this article, I'm going to discuss the implementation of 'Forward propagation' and 'Backpropagation' of an Artificial Neural Network from scratch.