Tech Rumors
3 subscribers
235K photos
239K links
Download Telegram
dev.to

Understanding the basics and advanced concepts of RDBMS and SQL for data science and analysis
Day 7 of 100 Days Data Science Bootcamp from noob to expert.

GitHub link: Complete-Data-Science-Bootcamp

Main Post: Complete-Data-Science-Bootcamp

Recap Day 6

Yesterday we have studied in detail about Data Visualization using matplotlib and seaborn in Python.

Let's Start

A DBMS (Database Management System) is a software application that interacts with end users, other applications, and the database itself to capture and analyze the data. It is a tool that allows data scientists to stor…
#python #sql #sqlite #100daysofdatascience
dev.to

1. Decoding the Evolving Landscape of Web Development
Web development, especially frontend, is undoubtedly one of the most challenging professions in software development. Its landscape is constantly evolving. Tools and technologies become obsolete and replaced by new ones at an astonishing speed. It has also become a vast field, way beyond HTML, CSS and Javascript. Going back ten years, could you imagine that frontend developers, who use an interpreted language to write code, would need to mess with all kinds of compilation tools in their daily jo…
#webdev #programming #javascript #fullstack

2. Roast my CSS
I have recently started creating a website, and I usually prioritise the backend, instead of the frontend. This is why my knowledge in CSS isn’t that great.

Can you give me tips and advice on how to make this page much better (CSS-wise)? The website is below.
Discipulis…
#webdev #css #startup #beginners

3. The most widely used database in the world
The most widely used database in the world

Photo by Jan Antonin Kolar on Unsplash

A piece of trivia

It would be an excellent question for a trivia show for programmers (by the way, I would definitely watch that!):

What is the world’s most widely used database?

MySQL
Oracle
MongoDB
Microsoft Access
Something else

The answer is, of course, “something else”, namely SQLite. According to their homepage, there are over 1 trillion (1e12) SQLite databases in active use!

What is SQLite?

SQLite
#sqlite #linux #python #go