About Twitter

Rachid Belaid

Blogging about programming,
computer sciences, databases and others stuffs

  • March 5 2023
    Introducing Catalog

    Catalog aggregates 100+ furniture websites to make finding the ideal furniture for you easier..

  • Dec 31 2015
    Introducing Pome

    Pome is a PostgreSQL Metrics Dashboard to keep track of the health of your db.

  • Dec 30 2015
    Introducing Suma

    Suma is microservice to manage, control, preview links to external urls within your project.

  • Nov 09 2015
    Introduction to PostgreSQL physical storage

    Let's dive in how PostgreSQL store your data. This post try make the subject more easy to understand.

  • Sep 07 2015
    Embedding static assets in a Go project

    If you want to ship a Go webapp as a binary, this post shows how to embed static assets (images, html, ...)

  • Aug 20 2015
    Recursive Regular Expression

    It's not really well known that regex support recursive pattern, this post introduces this feature.

  • Aug 19 2015
    Capturing screenshots of website with Python

    There are solutions depending on PyQt, this post describes an easier one depending of PhantomJS.

  • Aug 18 2015
    Prefetch ID with SQLAlchemy and PosgreSQL

    If you need to know the value of the row id before INSERT, this post shows you how.

  • Aug 17 2015
    Handling concurrent INSERT with SQLAlchemy

    If you've some unique constraints on a table then you may hit some race condition problem in some cases.

  • Jul 13 2015
    Postgres full-text search is Good Enough!

    Postgres full-text search is Good Enough!

  • Jul 10 2015
    Virtualenvwrapper plugins for gems and npms

    Plugins to make it easy and transparent to keep gems and npms inside your virtualenv

  • Jul 09
    Keep your gems and npms inside your virtualenv

    Nobody want having their gems or npms wondering around. Keep them tidy inside your virtualenv.

  • Jun 28 2015
    Handling Go workspace with direnv

    Bringing some sanity into your go project workspaces

© Copyright 2023 Rachid Belaid