FROM THE BEST
TO THE WORST

main post's image

Integrate Social Buttons Into Your Django Project: Tutorial

Django

Do you possess an outstanding blog? Are you crafting informative and engaging posts? Have you seamlessly incorporated social buttons into your project, enabling users to effortlessly share your exceptional content? If not, continue reading, as I will elucidate how to achieve this

˹Oleksiy Nedobiychuk˼ • January, 2024 • 4 min read

main post's image

From Zero To 500+ Linkedin Connections

Linkedin

The Bot is a tool that automates sending connection requests and withdrawing pending requests on LinkedIn using Selenium. It's designed to find users from companies/universities listed in a CSV file and can handle LinkedIn's security measures. It respects connection limits

˹Oleksiy Nedobiychuk˼ • February, 2025 • 2 min read

main post's image

Svelte + Tailwind With Rollup And Django//Flask As The Backend

Full-Stack

This guide details setting up a web project using TypeScript, Svelte 5, Tailwind 4, and Rollup 4 for the frontend, integrated with a Python backend (Django or Flask). It covers initialization, configuration of each tool, and bridging the frontend/backend build processes.

˹Oleksiy Nedobiychuk˼ • April, 2025 • 13 min read

main post's image

Restricted Boltzmann Machine From Scratch

Machine Learning

The Restricted Boltzmann Machine (RBM) is a neural network that updates its hidden units independently, given the input vector, and vice versa. This property makes RBMs efficient to compute, allowing for parallel updates and complex data representations

˹Oleksiy Nedobiychuk˼ • April, 2024 • 13 min read