Itay Braunpostgres.hashnode.dev·Apr 17, 2023Real-world DB-related problem: Prisma.io limits the number of connectionsIn this brief case study, we'll explore how one of our clients swiftly tackled a real-world database-related issue and found a resolution. TLDR: A new web app, still in development, run slowly. It seems it takes the DB a long time to return the data...105 readsPostgreSQL
Jade Of Wallstreet0xfarmer.xyz·Feb 27, 2023How to Provide the first Liquidity for your No-Code Token On MetisWatch video HERE. Learn how to create a no code token on MetisDao HERE Learn how to verify your token smart contract HERE . How to provide the first liquidity for your token on @netswapofficial Hey guys this the 3rd & last thread for my no-code ...Metis
Jade Of Wallstreet0xfarmer.xyz·Feb 27, 2023How to verify a token smart contract on Metis Andromeda MainnetRead how to create a Metis token smart contract with no code HERE. How to verify a token smart contract on #Metis Andromeda Mainnet- A continuation of my “How to create a meme/utility token on #Metis Andromeda Mainnet using @cookbook_dev’s no code t...Metis
Jade Of Wallstreet0xfarmer.xyz·Feb 27, 2023How To Create A Token On Metis Using NocodeHow to create your own Token On #METIS with absolutely no knowledge of coding.In this tutorial I will show you how to create your own MEME/UTILITY token on #METIS using a nocode platform called @cookbook_dev . I am going to show you how to deploy thi...57 readsMetis
Itay Braunpostgres.hashnode.dev·Nov 30, 2022RDS Automated Investigation - Monitoring and Analyzing Performance using NotebooksBy Itay Braun, CTO, metis 💡 Aug 23': The project has changed and improved since this post was written. Check out the project repository to find many helpful SQL queries and Jupyter notebooks that you can use. https://postgres.hashnode.dev/a-free-op...Automated Investigation
Itay Braunpostgres.hashnode.dev·Nov 19, 2022Advanced SQLAlchemy Logging using OpenTelemetryIn this post you’ll learn about: The limitations of the built-in SQLAlchemy Logs Creating traces to log the REST calls and their SQL commands using OpenTelemetry Tools to Visualize the traces How to apply advanced SQL analysis to detect common prob...2 likes·524 readsSQL performance
Itay Braunpostgres.hashnode.dev·Nov 10, 2022Linking REST API and GQL to the SQL commands using OpenTelemetryBy Itay Braun, CTO, Metis Why Should I care? As a developer, you want to build a great product, move fast and focus on new features. ORM frameworks, such as Sequelize, SQLAlchemy and Hibernate, let you focus on the code and hide the DB structure. Lin...2 likes·42 readsdatabase observability