Eleftheria BatsouforHashnode Town Hallarrogant-crook-interrupt-85.hashnode.net·Jul 1, 2022FeaturedBuild an Open Source app with PlanetScale in July, and compete for $20,000 in cash prizes and swags! 🎉Who's ready for Hashnode's next Hackathon? 🎉 We are excited to announce that we're partnering with amazing folks at PlanetScale for the July Hashnode Hackathon, Yay!!! About PlanetScale PlanetScale is a database for developers, scalers, creators, ...Nick Taylor and 30 others are discussing this31 people are discussing thisDiscuss·553 likes·15.3K readsHackathons 💻General ProgrammingWow, I love PlanetScale and Hashnode. Two great products coming together for a Hackathon! Amazing. 😻 10
Sayed Alesawysayedalesawy.hashnode.net·Apr 16, 2021High Performance MySQL [Ch.1: MySQL Architecture and History]So a couple of weeks ago, one of my colleagues at Instabug recommended this book called High Performance MySQL to me. I started reading and then I decided that I would write a form of summaries or personal notes so to speak based on the book. This a...Pankaj Tanwar and 2 others are discussing this3 people are discussing thisDiscuss·118 likes·3.2K readsHigh Performance MySQLMySQL
Pankaj Tanwarpankajtanwar.hashnode.net·Mar 31, 2021How database indexing actually works internally?Let's start with a simple example showing why you would need indexing in a database. Suppose we have a table called costing with three columns company_id, unit, unit_cost which is completely unordered. If we run the below query - SELECT company_...Shad Mirza and 6 others are discussing this7 people are discussing thisDiscuss·86 likes·9.6K readsDatabases
Harikishan TKharikishantk.hashnode.net·Apr 25, 2023Sentiment Analysis on French Tweets using MySQL: Connect MindsDB to Sentiment Analysis on French Tweets using MySQLIntroduction MindsDB is an open-source AI layer for existing databases that allows you to effortlessly develop, train and deploy state-of-the-art machine learning models using SQL queries. Hugging Face is a community and data science platform that pr...DiscussMindsDBHackathon
Dhananjay Thombledhananjaythomble.hashnode.net·Apr 24, 2023Build a RESTful API for Managing Books with Node.js and Sequelize(MYSQL)In this blog, we will build a RESTful Book Directory API using Node.js, Express, and Sequelize with Swagger API documentation. I am also sharing the project's Source code for your reference: https://github.com/DhananjayThomble/Book-Directory-API Sequ...DiscussNode.js
Nitin KalraforToday I Learnedtil.hashnode.net·Apr 23, 2023Isolation Levels in DatabasesIsolation levels are a critical aspect of database design and management. They determine how transactions are managed and how they interact with one another, affecting data consistency, concurrency, and performance. Choosing the right isolation level...DiscussDatabases
Myra Jarengamycodingexperience.hashnode.net·Apr 21, 2023Let's talk about SQL or rather MySQLHave you ever wondered how devices store your data like how your phone stores your contacts, messages, etc or when you log on to an e-commerce websites and order a product, do you wonder where the product you are looking for is stored. Well, your con...DiscussMySQL
Mitrasish MukherjeeforSpheron Network Blogspheronfdn.hashnode.net·Apr 21, 2023Building a Scalable Drupal Website with Spheron Compute and MySQL Database: A Step-by-Step GuideDrupal is a popular open-source content management system (CMS) that can be used to build websites and web applications. It is known for its flexibility, scalability, and extensibility. If you want to build a Drupal website with Spheron Compute Marke...DiscussDrupal
Rao Waqas Akramraowaqasakram.hashnode.net·Apr 20, 2023Generating Weekdays Data in MySQL: A Custom Stored ProcedureWhat Is the First Day of the Week? Sunday is the first day of the week for roughly half the world. Monday is the first day of the week for the other half. Problem Statement: When dealing with date and time data, it can be useful to generate weekday ...Discuss·1 like·30 readsWeMakeDevs
Bolu emmanuelbolexzy.hashnode.net·Apr 19, 2023How To Set Up Replication in MySQL 5.7Replication involves synchronizing data across multiple separate databases, which can be highly beneficial when working with databases. Having multiple backups of your data can provide redundancy in case one of the database servers fails or becomes f...Discuss·2 likes·212 readsMySQL
Debashis Debadutta Giridebashisdg.hashnode.net·Apr 18, 2023PHP & MySQL for absolute beginners with a PROJECTThis is a practical approach to learn PHP. Look at the code snippets first and then follow the description to get the most out of this article. Why PHP? It's still very popular. Very easy to pick up and run with. Huge and active community for sup...DiscussPHP
Dominik KellerforLow-Code Software Engineeringfive.hashnode.net·Apr 17, 2023The Five Best Books on MySQLRelational databases are the electronic filing cabinets that store the terabytes of data that get created every day. Managing and analyzing data with SQL is an essential skill for software engineers or anyone working with large amounts of data. If yo...DiscussDatabases
Nitin KalraforToday I Learnedtil.hashnode.net·Apr 15, 2023Some very useful SQL commandsStructured Query Language (SQL) is a popular language used for managing relational databases. It is an essential tool for developers, data analysts, and database administrators. There are several SQL commands, but some of them are more frequently use...DiscussSQL