2025 Paragraph Technologies Inc

PopularTrendingPrivacyTermsHome
ParagraphParagraph

More from Panos Matsinopoulos

Cover image for Setting Up TimescaleDB on AWS
Blog iconPanos Matsinopoulos
Jul 13

Setting Up TimescaleDB on AWS

TimescaleDB is a PostgreSQL extension for high-performance real-time analytics on time-series and event data. It is basically a custom Postgres. Important: This post uses Terraform to create and destroy resources on an AWS account. Make sure that you destroy the resources as soon and as long as you don’t need them any more. Otherwise, you will be charged more than you might want.How do you set up a TimescaleDB on AWS?Unfortunately, you can’t use, at the time of this writing (Jul 2025), the ma...

Cover image for Querying a Daily Stats Table - Postgres
Blog iconPanos Matsinopoulos
May 4

Querying a Daily Stats Table - Postgres

Hero Image by Panos Matsinopoulos on ZoraThe TableI have a table named daily_stats, which keeps track of some daily metrics. Here it is:Example rows from table \`daily_stats\`The structure of the table:-- CREATE TABLE "daily_stats" ---------------------------------- CREATE TABLE "public"."daily_stats" ( "id" BigInt DEFAULT nextval('daily_stats_id_seq'::regclass) NOT NULL, "metric" Character Varying NOT NULL, "date" Date NOT NULL, "count" BigInt DEFAULT 0 NOT NULL, "lock_version" BigInt DEFAUL...

Cover image for Gas Optimization - Yul/Assembly
Blog iconPanos Matsinopoulos
Dec 22

Gas Optimization - Yul/Assembly

Cover Image by DESPOINA MATSINOPOULOU from PixabayIntroductionRecently, I followed the Advanced Solidity Bootcamp organized by Encode Club and delivered by Extropy. Among the things we learnt, it was about gas optimization. The two many areas we touched in gas optimization were:Storage optimizationConverting Solidity to Yul/Assembly.Then I decided to apply this knowledge to one Talent Protocol production smart contract. The TalentCommunitySale.sol published in this repository here. https://gi...

View more
Search...Ctrl+K

Panos Matsinopoulos

Humble Software Reader, Writer and DevOps Builder, with love for Classical Music.

Subscribe
Panos Matsinopoulos

Subscribe to Panos Matsinopoulos

Subscribe

<100 subscribers