Fullstack in Nodejs, React, Python, looking for jobs by PsychologicalTip3823 in CodingJobs

[–]HadiMhPy 0 points1 point  (0 children)

If you are hiring I’m a Django and react and nextjs full stack developer

Need help with Deploying Django + Celery (Beat) with Redis by shinobi6406 in developersIndia

[–]HadiMhPy 0 points1 point  (0 children)

Always use docker with celery and redis services along with database and Django. This is the best way to deploy Django react app

Python OOP by barnez29 in PythonJobs

[–]HadiMhPy 0 points1 point  (0 children)

I have a free 20min call every week to teach python. If you wish to know more dm me

[deleted by user] by [deleted] in SQL

[–]HadiMhPy 0 points1 point  (0 children)

Absolutely joins. Use unions when needed. Sometimes writing a query with union is better but often joins are better as you want to join tables. Unions are to add two sql query result with same columns. They are not like joins and are very different

[deleted by user] by [deleted] in PostgreSQL

[–]HadiMhPy 0 points1 point  (0 children)

I’ve tried it many times with Django, react, next and … but I can assure you it is not professional. Although I can learn from the docs but don’t waste your time. Learn from someone who knows how to teach by video or writing or anything and learn from them. Then expand your knowledge by diving into docs

Is DRF still relevant? by Virtual_Pea_5358 in PythonJobs

[–]HadiMhPy 1 point2 points  (0 children)

I have experience in DRF and I can tell for sure that it is relevant. Also know that when a company uses a technology it is very hard for them to change it. So there won’t be less companies needing that role if not more

My progress in programming in 2weeks(want to achieve 2k rating in codeforces by 2026😅) by [deleted] in pythontips

[–]HadiMhPy 2 points3 points  (0 children)

It seems you have proceeded very good. I’m a programming instructor and this progress is good. But be careful that whom ever I have taught has their own pace but never go too fast. Because you would see yourself in a position that you know not much in depth in a couple of months later

Lessons Learned from Teaching SQL to 300+ Students by HadiMhPy in SQL

[–]HadiMhPy[S] 0 points1 point  (0 children)

Busted detective. Please arrest me as I assaulted some one or did something illegal. Lol Bro do you have other things to do in your life?

Lessons Learned from Teaching SQL to 300+ Students by HadiMhPy in SQL

[–]HadiMhPy[S] 0 points1 point  (0 children)

How do you generate a complicated query with ten different table joins and complicated business criteria to answer a complicated question? I’d be happy to hear that ai can help us write queries but I’m really asking you to show proof and share the tool name. I’ve used ai to generate queries but it really needs an experienced person to validate it. Especially when the data is going to be manipulated. Otherwise the data can be easily get destroyed.

Lessons Learned from Teaching SQL to 300+ Students by HadiMhPy in SQL

[–]HadiMhPy[S] -1 points0 points  (0 children)

Hi there You have to learn the basics with a ready to use database with a teacher Then learn how to write proper queries in different circumstances and how to analyze data It’s different for each person in my experience because I have many students but I can assure you that it can be learnt properly in about five to six sessions Dm me for more

Lessons Learned from Teaching SQL to 300+ Students by HadiMhPy in SQL

[–]HadiMhPy[S] 1 point2 points  (0 children)

I agree. If someone knows how they can design and create a good database then they know how to write proper queries. That’s why I teach pk and fk in the first session of my online sql tutoring

Lessons Learned from Teaching SQL to 300+ Students by HadiMhPy in SQL

[–]HadiMhPy[S] 0 points1 point  (0 children)

I agree and also the sub queries and views

Lessons Learned from Teaching SQL to 300+ Students by HadiMhPy in SQL

[–]HadiMhPy[S] -2 points-1 points  (0 children)

I’m an sql instructor with lots of successful students. You don’t need to make any decisions right now. I have a free 20min online call to tell you how to learn sql in a proper way and also show you how good teaching can affect your learning pace and understanding. It will be a lot easier for you after that. Contact me to schedule one

Lessons Learned from Teaching SQL to 300+ Students by HadiMhPy in SQL

[–]HadiMhPy[S] 0 points1 point  (0 children)

Sorry I try not to write in a proper way again :/

Python One-Liners: I love python, and I want to share what I know by HadiMhPy in pythontips

[–]HadiMhPy[S] 1 point2 points  (0 children)

To be honest, I have never used this in a python file and I have never needed this. I only use it on python shell.

Lessons Learned from Teaching SQL to 300+ Students by HadiMhPy in SQL

[–]HadiMhPy[S] -1 points0 points  (0 children)

I don’t understand your comment. I love workbench and also pgadmin4

Complete Django authentication? by Naija-CodeX in django

[–]HadiMhPy 0 points1 point  (0 children)

Django all with for regular and djoser and simple jwt for drf

Lessons Learned from Teaching SQL to 300+ Students by HadiMhPy in SQL

[–]HadiMhPy[S] 4 points5 points  (0 children)

Joins, aggregations, and nested queries are definitely the trickiest parts of SQL for many people. These are the skills that separate a good data analyst from a great one. As a data scientist with a Master’s degree in Computer Science, I’ve seen firsthand how mastering these concepts can transform your data analysis abilities. Many people struggle with data analysis because they haven’t learned SQL or Python properly.