Open in app

Sign In

Write

Sign In

Mansoor Aldosari
Mansoor Aldosari

379 Followers

Home

About

Pinned

A Neural Net From Scratch

This post is an example of regression, where we will use supervised learning (a model that returns a function after giving it an input and output). The goal is to find the temperature conversion equation. The complete code is at the end of the article.

Machine Learning

3 min read

A Neural Net From Scratch
A Neural Net From Scratch
Machine Learning

3 min read


Pinned

A Cellular Automaton meets Love2D

The following is an implementation of cellular automata using Love2D (an engine for game development). So, what is Cellular Automata? A cellular automaton is a collection of “colored” cells on a grid of specified shape that evolves through a number of discrete time steps according to a set of rules…

Lua

3 min read

A Cellular Automaton meets Love2D
A Cellular Automaton meets Love2D
Lua

3 min read


Pinned

A/B Testing with Statistical Inference

The A/B testing is commonly used nowadays for advertisement. Two customers can visit a retail webpage, and each sees different content. The goal here is to select to measure which advertisement is effective. If we have picked 1000 visitors randomly, 900 clicked on advertisement A, and 100 clicked on advertisement…

Python

2 min read

A/B Testing with Statistical Inference
A/B Testing with Statistical Inference
Python

2 min read


Pinned

Principal Component Analysis by Example

Principal component analysis (PCA) is a dimension reduction algorithm. It transforms the data to a lower dimension, making it easy to visualize; for example, a human is a 3D object in space, a shadow of a human is a 2D representation of a human. PCA utilizes Singular Value Decomposition (SVD)…

Python

3 min read

Principal Component Analysis by Example
Principal Component Analysis by Example
Python

3 min read


Pinned

Calculus using Functional Python

The aim this piece is to demonstrate some concepts of functional programming in Python, let’s dive-in! Part Derivative: The following function calculates the slope on a non-linear line.

Mathematics

4 min read

Calculus using Functional Python
Calculus using Functional Python
Mathematics

4 min read


Sep 10

Simplifying Database Queries with Spring Data Query Methods

Spring Data Query Methods are a part of the Spring Data Repository abstraction, simplifying data access across various data stores, including relational databases like MySQL, PostgreSQL, and NoSQL databases like MongoDB. The essence of Spring Data Query Methods lies in their naming convention. By adhering to specific naming rules, developers…

Spring Boot

2 min read

Simplifying Database Queries with Spring Data Query Methods
Simplifying Database Queries with Spring Data Query Methods
Spring Boot

2 min read


Aug 28

Learning from the Billion Dollar Mistake

Null References in Software Development — In the ever-evolving landscape of software development, mistakes are inevitable. One such mistake, often referred to as the “billion dollar mistake,” was the introduction of null references into programming languages. …

Programming

3 min read

Learning from the Billion Dollar Mistake
Learning from the Billion Dollar Mistake
Programming

3 min read


Aug 22

Implementing HTTP Basic Authentication for Spring Boot Security

In modern web applications, security is of paramount importance. One common authentication mechanism is HTTP Basic authentication, where users provide their credentials (username and password) to access protected resources. In this blog post, we’ll explore how to implement HTTP Basic authentication in a Spring Boot application using Spring Security. What…

Spring Boot

2 min read

Implementing HTTP Basic Authentication for Spring Boot Security
Implementing HTTP Basic Authentication for Spring Boot Security
Spring Boot

2 min read


Jul 31

A Step-by-Step Guide to Harnessing the Power of Z3 Solver

Introduction In the realm of computer science and mathematics, solving complex logical and arithmetic problems often requires powerful tools. One such tool is Z3, a high-performance theorem prover developed by Microsoft Research. Z3 stands out for its efficiency and versatility in handling a wide range of problems, including satisfiability modulo…

Python

3 min read

A Step-by-Step Guide to Harnessing the Power of Z3 Solver
A Step-by-Step Guide to Harnessing the Power of Z3 Solver
Python

3 min read


Jul 16

HTB Business CTF 2023

The Great Escape CHALLENGE NAME Intrusion After gaining access to the enemy’s infrastructure, we collected crucial network traffic data from their Modbus network. Our primary objective is to swiftly identify the specific registers containing highly sensitive information and extract that data.

Scada

1 min read

HTB Business CTF 2023
HTB Business CTF 2023
Scada

1 min read

Mansoor Aldosari

Mansoor Aldosari

379 Followers

https://github.com/booletic

Following
  • Juan Pablo Perata

    Juan Pablo Perata

  • Francesca A

    Francesca A

  • Love

    Love

See all (8)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams