Denis Shelemekh | Dev Blog
  • Home
  • About
  • Resume
  • Contact
LinkedIn GitHub RSS
Subscribe

python

A collection of 2 posts
Solving problem with installing psycopg2-binary to Apple M1-powered machine
python

Solving problem with installing psycopg2-binary to Apple M1-powered machine

Recently I got some surprisingly problematic issue with installing psycopg2-binary Python package via pip on Apple M1 machine. I spent few hours in investigations and attempts to solve the problem and finally assembled solution from several various sources. Here are the steps: 1. Install postgres via its website or brew
Sep 12, 2022 1 min read
Checking if a singly linked list is palindrome. Solution with O(n) time and O(n) space
algorithms

Checking if a singly linked list is palindrome. Solution with O(n) time and O(n) space

My solution to that Leetcode problem which is faster than 99% of Python3 LeetCode submissions.
Aug 29, 2020 1 min read
Denis Shelemekh | Dev Blog © 2025
  • Sign up
Powered by Ghost