https://vgphousing.com/ Discover prime plots for sale in Chennai with VGP Housing, your trusted real estate partner. Offering meticulously planned plots in strategic locations across Chennai, we ensure unmatched value and growth potential for your investment. Dive into a world of smart investment opportunities with VGP Housing and secure your future in Chennai's booming real estate landscape. Act now and seize the best plots available!
Trending Feed
Bookkeeping Services for small business | Small business record keeping- 1800Bookkeeping Streamline Small Business Record Keeping with 1800Bookkeeping's Expert Services At 1800, we specialize in comprehensive Bookkeeping Services for small businesses. Our dedicated team ensures meticulous Small Business Record Keeping, providing you with accurate financial insights and peace of mind. With our tailored solutions, you can focus on growing your business while we handle the numbers. Trust 1800 for efficient, reliable, and personalized bookkeeping services tailored to meet your specific needs. Let us simplify your financial management today! https://1800bookkeeping.com/monthly-bookkeeping/
We opted for MongoDB over SQL-based databases to give us as much flexibility as possible over our data structures as we develop and grow. We've also found the document-oriented approach to be much easier to work with.
Atlas also gives us a powerful, fast database solution with an excellent free tier and takes a component of infrastructure management away from us.
ProperX boasts a vast ecosystem, necessitating both flexibility in our database schema and the scalability to accommodate millions of users rapidly. After thorough benchmarking with MySQL, PostgreSQL, and MongoDB, we opted for MongoDB due to its unparalleled ability to adapt our database schema as needed.
hello guys, I need your help. I created a website, I've been using Elementor forever, but yesterday I bought a template after I made the purchase I knew I made a mistake, cause the template was in HTML, can anyone please show me how to put this HTML template in my WordPress so it will be the face of my website, thank you in advance.
When you learn Java and have already grasped some of the basics, a good approach is to use an OCA (Oracle Certified Associate) exam preparation book. It covers essential topics in a clear and concise manner and includes an associated test bank. This way, you can acquire a solid understanding of Java while simultaneously preparing for Java certification. After that, the OCP (Oracle Certified Professional) can be your next step.
Hello everyone, I am a junior developer I got hands-on with a project where I should develop a mobile app containing multiple 2d games my initial UI stack was React Native for the UI and Unity for the games, the app is UI heavy so unity alone wasn't enough, but I recently found that I could develop everything with Flutter from the app to the game ... my question is, do you think it's a good idea or am I shooting myself in the foot?
if you are already expert on technologies you mentioned and know exactly how to work with them you might see investition to flutter as burden. Otherwise: Just go on with flutter & flame and see if it fullfills your requirements and could fit to your exact requirements.
Generally, flutter is already solid, and usable in context you mentioned. There's also plenty of resources to test if it would be ok to you before investing a lot. Just pick a demo project, get it running, and see results.
If you decide to invest you can take a working seed project generated to you
https://cli.vgv.dev/docs/templates/flame_game
Note: Flutter + Flame expect you to learn dart - it's easy, as the language is close to js / c / .. so: algol style syntax - it also expects you to understand reactive ui's - well: concept is insipired by React, so no suprises here, except that the whole concept needs some discipline.
Still to mention: For 3d games you still should see unity as solid option. And, as also with react native, you would find integration to flutter possible and supported by 3rd parties. Don't expect this to work always out of the box as a dream, but see it as a doable thing if you need to step to this road.
https://pub.dev/packages/flutter_unity_widget
As an inspiration I give you idea what kind of extensions Flutter offers, if you decide to invest on it.. This is more fun thing, but as a junior developer learning stuff and doing things out of interest this might be something to you.
I think you should stick with the thing you know because flutter is a whole new ecosystem and you could shoot yourself in the foot with it and when you have made the app then you could learn flutter
Why waste time learning Vim when you already know how to use VSCode?
The client doesn't care what code editor you use, and your typing speed is not nearly as important, as your ability to problem solve.
You only spend less than a second of your time reaching for a mouse, and most keyboard shortcuts work in vscode anyways. Additionally, if you use a thinkpad, you don't even need to move your hand away from the keyboard to use the mouse.
Instead of learning to type faster, you should learn to write better code so you don't have to spend so much time typing.
Learning Vim can enhance productivity and efficiency in coding tasks, offering powerful editing features and keybindings. While VSCode is user-friendly, mastering Vim can streamline workflows and make you a more versatile developer.
VSCode is great and there is still stuff I can do there that doesn't have a parallel in Vim but for 90+% of my daily work I can get the same things done faster in Vim than I can in VSCode.
I'm struggling to decide which of these tools is the best to learn for my career. I'm 15 now so I'm a solo developer and I want to expand my skills by learning one of these tools. Which one is the best for my future and solo development if I want to start freelancing someday or work for a company? I'm also considering Java. Can anyone please help me decide?
Just before I go on, one thing to clarify: Node.js is environment, and Django is a framework, that runs in the Python environment. So if you think between those, you can think between Node.js+TypeScript vs. Python+Django.
Answering your question - if you're 15, go on with whatever gives you most fun. You'll catch the core understanding of programming that you can use later on to learn any language or library. And, trust me, it's impossible to tell what will be the hype in a few years. Two years ago everyone would say that Python is not for "business" software development. Now, 1/3 vacancies is about Python (LLMs - thank you :D ).
If any skill is more useful that other - it's the flexibility, making it easy for you to switch quite shortly from Node.js to Python, from NestJS to Django, or work simultaneously in TypeScript and OOP Python. It's just languages. Ideas behind those languages, architecture thinking - that's way more important.
Good luck :)
Well, the fact is: it's not so important the language (Java, Ruby, Python, JavaScript) or the framework (Quarkus, Rails, Django, React) you choose. The important thing is that you master the principles behind computer programming, such as Web Development, Object Oriented and Functional Programming.
There are languages that, better than others, allows you to learn. Java, Kotlin or C# are examples. Because they are generic: they are Object Oriented, they give you Functional and all other patterns that a modern language must have.
About the frameworks, I would recommend one that embodies modern way of building Enterprise Architectures, such as: Cloud Native, Microservices, Event Driven Communication (Quarkus is one).
When I make interviews to select candidates to join our teams, these above are the things I consider most.
Good luck, and enjoy coding. Always.
Alessio
I want to make application like Zomato, #Foodpanda.
Which stack is best for this? As I have expertise in Java and Angular. What is the best stack you will recommend?
Web Micro-service / Mono? Angular / React? Amazon Web Services (AWS) / Google Cloud Platform? DB : SQL or No SQL
Mob Cross-platform: React Native / Flutter
Note: We are a team of 5. what languages do you recommend if I go with microservices?
Thanks
Considering your expertise in Java and Angular, I recommend a Microservices architecture using Java Spring Boot for the backend. Angular can be utilized for the frontend. AWS is a robust choice for cloud services, and for the database, a combination of SQL (like PostgreSQL) for structured data and NoSQL (like MongoDB) for flexibility in handling unstructured data. For mobile app development, React Native offers a balance of efficiency and cross-platform capability. With a team of 5, this stack ensures scalability, maintainability, and a streamlined development process for your food delivery application.
The best stack is the one you know today. In today's world you can build anything with most stacks. When you are starting out a project, the choice between micro-services and monolith should not be given a second thought. START WITH A MONOLITH!
I think you should use React or svelte and for the backend use Next.js or sveltkit and as for a database I would think you should use mongo DB and if you want to make it cross platform use flutter or React native it would be easy to use both of these if you know React they are very similar to each other and as for Next.js it is a full stack framework which uses React on the front end and nodejs at the back end good luck making the application.
To create a web component documentation, you often come across the most popular tool which is made for this : Storybook. Even if Storybook is famous, stable and usefull, it is also painful to create stories. I just discovered histoire.dev some weeks ago and I am presently deploying a documentation. This tool is awesome : polyvalent, simple, intuitive and customizable.
One of the most helpful features of Apidog is its ability to streamline REST API documentation with its interactive, real-time testing capabilities. This makes API understanding more intuitive and saves developers time and effort. Another great feature of Apidog is its ability to generate online documentation for API documents. This feature is especially useful for developers who want to create comprehensive guides that help new users swiftly learn and adapt to the API's capabilities.
Finally, Apidog's built-in mocking rules make it easy to mock an API in just one minute. This feature is particularly useful for developers who want to test their APIs without having to set up a server.
Learning Java teaches problem-solving, logical thinking, and adaptability. It provides a foundation in object-oriented programming, versatile skills for various domains, and an understanding of memory management. Java's community engagement fosters collaborative learning, while its emphasis on code readability instills attention to detail and critical thinking in design. Overall, Java not only imparts programming skills but also cultivates a mindset essential for success in the ever-evolving tech industry.
Learning Java goes beyond coding—it nurtures problem-solving, logical thinking, and adaptability. With a foundation in object-oriented programming and memory management, it equips learners for various domains. Java's emphasis on collaboration and code readability cultivates a mindset vital for success in the ever-evolving tech industry.
I've been studying Java for approximately six months now, and I'm considering delving into Spring Boot. Recently, I've been contemplating learning a secondary language for leisure, allocating about 20% of my study time to it. I'm particularly keen on a technology that is widely used. Consequently, I opted for Python since I'm not overly interested in client-side aspects. The decision to concurrently learn another technology stems from the limited availability of Java resources, especially at the junior level where more diverse small projects could enhance my understanding of backend development. What are your thoughts on this approach to diversifying technologies? Does it seem sensible, or would it be more beneficial for me to allocate 100% of my time to Java?
Picking Java as a primary language is a good choice for a beginner. If you have got good hold of Core Java concepts then it is good to understand java based frameworks. And you are on the right track by choosing Spring boot. But before that I'd encourage you to understand Spring Core first and then put your hands on Spring Boot. Spring Boot is kind of used widely in building APIs in Microservices architecture. And Microservices are a boom these days.
As you mentioned if you're a back end inclined individual, then sticking to java and spring frameworks will be good. As a secondary language, Python is a good choice. It is widely used in AI/ML based projects and also easy to pick up.
Do sample mini assignments by looking at real world problems and solving them using Java & Spring Boot. The more you do these assignments, the better you get with it. Have them checked in github. If you don't have an account create one and start pushing your code.
Thank you for your response! As a beginner actively following the market, I've come to appreciate Java despite its reputation for complexity. I see it as a positive aspect, serving as a constraint that helps avoid many beginner mistakes. Understanding concepts like returning types such as List<CompletableFuture<HttpResponse<String>>> is something I haven't encountered in languages like JavaScript or Python. Additionally, adhering to widely accepted coding patterns is becoming clearer to me.
I have a vision for my career in the next few years, focusing on Java, mastering design patterns and algorithms, and expanding into Spring and Docker. Functional programming also intrigues me.
However, the overwhelming nature of the industry is a challenge. In my local job market (Poland, Warsaw), nearly every other job listing requires skills beyond Java, usually involving JavaScript. I've learned from experience that trying to catch two birds with one stone can lead to frustration and a lack of expertise in either area. There's a nagging feeling that specializing in just one technology might be insufficient to land that first job.
While I've explored frontend out of curiosity, I'm considering creating a well-known calculator for a browser to get a taste of the frontend world. My dilemma is whether to fully specialize in one technology or gradually explore frontend technologies alongside my Java focus. Going full-stack could be advantageous for employers, but it might also spread me too thin.
I've been in a bit of a mental fog lately, unsure of the best path forward. I would greatly appreciate guidance from someone more experienced in making the right decisions for my ongoing learning journey and finding a sense of calm in where to invest my time.
Hello Bart. I also live in Poland, Warsaw. And I've noticed the same thing. Java is dominating in the industry and that is what shifted my mind to become a Java developer (and I love it.), however, when you go on LinkedIn, you notice that they list more than a specialty in one technology which is too much for the employee.
However, I'd like to have contact with you. And help each other for anyone that would come. Feel free to text back if you're intrested
Learn HTML/CSS/Javascript by following the Odin project, https://www.theodinproject.com/. Full stack positions you best in the market.
Outstanding! The knowledge base has enough information for someone like myself to get to grips with things, while their customer service is so good at times I almost feel spoilt, having always been fast in response and informative with problems being resolved in a short time. No prepayments and no credit cards are asked for. I found DomainRacer to be a great hosting service.
As a engineer working for a company with legacy code, moving away from PHP to any other language is really tricky and resource intensive. I still think PHP offers a lot a server language and with the latest updates in php8. I believe PHP will be relevant for a long time. PS: I am beginner in this field and I have made this decision based on what i have seen in most of the open source enterprise related application. I would be happy to be proven wrong.
For PHP Laravel is one of the most powerful framework
You can learn about Hyperf, which is a Swoole based framework.
PHP has undeniably played a crucial role in web development over the years, and the recent updates in PHP8 reflect an ongoing commitment to modernize and improve the language.
When considering a shift to a different language, especially when dealing with legacy codebases, the process can be intricate and demand significant resources. Opting to stick with PHP, taking into account its inherent strengths and the current industry trends, appears to be a well-considered decision.
In the dynamic landscape of technology, PHP's enduring presence in the web development ecosystem and the continuous enhancements introduced in newer versions, including PHP8, suggest that PHP will likely remain a relevant and valuable choice for the foreseeable future. It's crucial to recognize that selecting a programming language is often contingent on the unique needs, limitations, and objectives of a given project.
Definitely depends on what the code does, if it's some website or backend api, fine with PHP. If you're doing anything else than web stuff, it's very slow compared to most other languages.
PHP is a powerful technology for web development. If you need to upgrade your code to a newer version of PHP, consider using Rector, a library that simplifies the process of upgrading your codebase to a major PHP version. For more information, visit getrector.com.
Hey guys, I need some advice on one thing. Currently, I am a fresher and know HTML5, CSS, JavaScript, PHP and, MySQL. Recently I got a client project through one of my friends and he wants me to build an E-learning Management System. Are these skills enough to build an LMS website?
Thanks in advance!! ;)
Thank you, bro. Can you suggest any frameworks for the backend i thought of using laravel for PHP is this okay or should I use any other backend stack for this?
Sorry, I don't know about the backend. I also requested for advice on what would be beneficial in 2024.
today successfully Performed crud operations in docker Mongo container using Prisma. which was tough for me because Prisma required replica set database. it took lots of time cuz there was unknown type bug in that mongo image which is forbidden to connect express server. i tried to find that problem over the whole internet even chat gpt did'nt solve my problem i was very frustrated and i tried many steps to solve that problem like running many time multiple containers on same network bridge, port ,db,rs.initiate,extra_hosts,environment configuration etc . but end the end I solved that problem now i am very happy and confident to configure and deploy Mongo replica set to any machine
Help Needed: File Association Error (Code: VSC-006)
I hope you're all doing well. I'm running into a bit of a snag with my ThinkPad L14 Gen 3 laptop [ https://www.lenovo.com/ca/en/laptops/ ] and Visual Studio Code. I'm encountering a "File Association Error" with the error code "VSC-006" and could use some community wisdom to help resolve it.
Problem Description: Whenever I try to open certain files in Visual Studio Code, I'm hit with a "File Association Error (Code: VSC-006)." This error is preventing me from seamlessly working on my projects.
Symptoms: The error message appears when attempting to open specific file types. Other files open without issue. I've checked default file associations on my laptop, and they seem correct.
Your help would make a significant difference in getting back to smooth coding. Thanks in advance for your expertise!
I am thinking of developing a reservation system for hotel rooms. Mainly for educational purposes. I am a junior in both Laravel and Django. I have a little experience with reservation systems developed in Laravel, but I'm trying to figure out if either framework is a better fit. What would you choose?
You can safely go with Django because of its mature ecosystem and ability to power large-scale applications. It's also batteries included, meaning most of the common functionalities you will need come pre-built with the framework. The Django ORM also abstracts the database layer into simpler querying which is extremely beginner-friendly. And Django has an exceptional documentation where you find almost all queries you have about the framework. In my mind its a no brainer - go with Django.
I was tasked with migrating data found in an array containing a series of arrays of objects within the documents of our Firestore database to a subcollection. The purpose of this migration was to improve the management of this information, making it easier to filter, edit, and delete this data. I developed a function to filter the documents that had some data within these arrays and soon found over 500 documents to migrate. To solve this problem, I developed a JavaScript logic that involved separating this data into an object called "data" and also obtaining the document's ID to which this data belonged. Then, I saved this data in the subcollection of the document with that ID.
Snippet of code to retrieve documents in the collection:
const q = query(
collection(db, "clientes"),
where("empresa", "!=", "teste")
);
const querySnapshot = await getDocs(q);
Snippet of code where i filter the necessary data from each document:
let clientes = [];
querySnapshot.forEach((doc) => {
const acessos = doc.data().acessos;
if (acessos && typeof acessos === "object") {
Object.entries(acessos).forEach(([categoria, objetos]) => {
if (Array.isArray(objetos)) {
objetos.forEach((objeto) => {
const {
email = "",
nome = "",
observacao = "",
senha = "",
} = objeto || {};
let cliente = {
id: doc.id,
razaoSocial: doc.data().razaoSocial,
categoria,
email,
nome,
observacao,
senha,
};
clientes.push(cliente);
});
} else {
const {
email = "",
nome = "",
observacao = "",
senha = "",
} = objetos || {};
let cliente = {
id: doc.id,
razaoSocial: doc.data().razaoSocial,
categoria,
email,
nome,
observacao,
senha,
};
clientes.push(cliente);
}
});
}
});
return clientes;
Function I used to retrieve and separate the data, and then register it in the subcollection with the registerAccess()
function:
async function fetchCustomersWithAccess() {
const result = await listCustomersWithAccess();
result.forEach((doc) => {
const data = {
categoria: doc.categoria,
email: doc.email,
nome: doc.nome,
observacao: doc.observacao,
senha: doc.senha,
};
const docId = doc.id;
registerAccess(docId, data);
});
}
Best OS Options for 1U Rack Servers: Linux vs. Windows Server
Hello Everyone
I'm currently in the process of setting up a new 1U rack server, and I'm facing a crucial decision regarding the operating system (OS) to install. I know that the choice of OS can significantly impact performance, security, and overall server functionality. In particular, I'm torn between Linux and Windows Server.
I would greatly appreciate your insights and experiences on this matter. Here are a few questions to consider and discuss:
Which operating system (Linux or Windows Server) have you found to be more reliable for 1U rack servers [ https://www.lenovo.com/fr/fr/c/servers-storage/servers/racks/ ] in your experience?
Are there specific use cases or workloads where one OS outperforms the other on a 1U rack server?
What are the security considerations when choosing between Linux and Windows Server for your rack server?
How user-friendly are these OS options when it comes to server management and administration?
Are there any compatibility issues with hardware or software that you've encountered with either OS on 1U rack servers?
What are the licensing costs associated with both options, and how do they factor into your decision?
Have you had any notable experiences, positive or negative, with support and community resources for either OS?
Are there any other factors that you believe are crucial in making this decision?
Your insights and experiences will be immensely valuable in helping me make an informed choice for my 1U rack server. I'm eager to learn from your expertise and engage in this discussion.
Thank you in advance
Do not take this the wrong way but based on your question alone it shows you are doing something thats highly likely way over your head and technical knowledge currently. There really is any OS called "Linux" but there are tons of distributions out there with many of them being great down to poor unmaintained junk. When you pick a distro its usually based on your business needs and who has what skillset to manage servers either Windows or a Linux or Unix distro. A 1U rack server means almost nothing without saying the model and specs.. usually your application will determine what the server sizing/specs are to be but thats why I said this question really shows how badly you need to hit the books or training sites which we all had to do to get into this field.. when I came up it was read 7 1200page Microsoft Server cert books to get a MCP and MCITP:SA and then VMware came to life and I have been a VCP since they first had a test... This sounds like its for a business not a sandbox for you to play at home with right? Is this a micro small business that doesnt have any current IT infrastructure? If that is the case you can consider your timing to be lucky because we now have very mature, secure and mostly stable enterprise level clouds out there where if you are starting a business or your business is small and just now starting to "need" server based services like Active Directory
and other basic enterprise functions and with the right person or training you can basically now do anything in AWS or Azure and all you really need to do is make sure you have business class internet with enough bandwidth to support what the business is doing.. most businesses are going to have a mix of servers like Windows Server for their Active Directory Services, DNS, DHCP, Email and so on and many times the developers will need/want Red Hat Enterprise Linux or "RHEL" for short.. While you can get most any distro of linux free Red Hat is the industry leader in the game because they sell their enterprise level products with support agreements and you will need to do the research on those costs as it will help you understand vs a random person giving you information and I honestly couldnt tell you the last time I knew the price of a single cal for Windows because since 2016 I moved to a new business to manage their VMware on converged infrastructure (now hyperconverged or HCI) and we are over 99% virtual with
only a few standalone physicals for AD infrastructure and we have a few apps out of thousands that "need" to be physical mostly because they have hundreds of TBs or even a PB+ of data and they would constantly have issues and instead of fixing code they would blame it on being virtual and they complained enough to get executive override to go physical and I told them when they asked they would still have the same issues because they were already 1:1 on VMware as a "special case" and wouldnt you know they all still had the same issues until a years later when someone finally fixed some issues in their code. With 1 physical server what are you going to do when the motherboard fails
and if you didnt purchase 4 or 8hr support with parts for X years you could be down days, weeks I dont even know.. thats why cloud is the way to go for any new businesses or growing business and you will hear cloud is expensive but thats going to come from a lot of guys with my background we were built and formed by building servers on Dell, HP, Cisco etc and wiring up datacenters because thats what you had to do before cloud was actually useful, secure etc.. Does this businesses even have a firewall that is capable of protecting servers behind your connection? If not its just another reason to go cloud but that server might still be useful to have onsite.. If you go with Windows Active Directory it may make sense to have a local server onsite part of that domain for onsite users to have quicker logins and such but with todays speeds and with AWS having so many datacenters all over the US and world I dont even know if small businesses even go that route now or not.. I have been in this huge org now for 8 years where we have nearly 80k
servers (virtual) 30k containers all virtual on top of VMware and 25k+ virtual desktops with VMware Horizon and this is all in the most regulated field there.. think $$.. So with it being so big we have entire teams dedicated to everything.. like we have a "smallish" cloud footprint I am told with a few million per year in spend and I cant even tell you the name of anyone on that team we just have zero interaction and if this was a normal sized company say 1k-5k employees the IT team would likely been all together and maybe a 8 to 16 person sized team and maybe another 10 for helpdesk which was about the size of most places I had been before moving over to this gig.. you want to be in a smaller
sized place if you eagar to learn but this may be too small if you dont have anyone already skilled to learn from and honestly you will need to read or bust out the credit card and at least do free trials of Pluralsight and one other although i believe pluralsight has bought almost every competitor at this point. Hope that helps a little but just my 2 cents on the OS pick because of lack of time/knowledge etc for now Windows Server is probably your best bet especially if your decent with current Windows 10/11 desktop they
have basically made server look like windows 10/11 which is obviously a user friendly GUI.. Some linux distros come with a gui but most server builds will be command line based but a gui can be installed but legit linux admins would make fun of this lol... this is also another reason most people even doing just home lab setups to learn and get certifications they take a used 1u or even now with the smaller intel nucs and other mini platforms coming out with 32GB/64GB+ of ram and decent processors and vmware will run good on them so you dont have to choose a single OS but its hard to do alot of the training and learning with just one device which is why if you do some research on latest vmware homelabs you can get ideas of what others blog about building them and go from there... William Lam a vmware employee has an infamous blog where he writes alot about homelab stuff but just explore the tech bloggers and youtubers that alone will help you learn alot..
So, - you like using Windows, - you like using Docker, - you still want to use a Linux VM in a hypervisor, but found out that using a Type-2 Hypervisor like VirtualBox with Docker Desktop installed on Windows relegates it to run in software mode (the slow mode), and not hardware-accelerated, - AND you don't want to pay for a Windows Pro/Enterprise license, so you stick to Home.
Now, what do you do?
You brew a cup of coffee (or beer if that's what you like) and run this script (linked to Github): https://github.com/palaashatri/mostlyrandom/blob/main/scripts/hyper-v-on-windows-home.bat
OR the PowerShell alternative (linked to Github): https://github.com/palaashatri/mostlyrandom/blob/main/scripts/hyper-v-on-windows-home.ps1
And voila, you can now use Hyper-V manager (a type-1/native hypervisor), on a Windows 10/11 Home device, along with Docker Desktop! Enjoy your hardware-accelerated Linux VMs, Docker, all on Windows Home, as if they're running a Pro/Enterprise license of Windows!
Tested and running on Windows 11 Home.
Hello everyone,
I'm a computer engineering student, and I want to become a fullstack developer but I have a tendency to machine learning and data. Recently I decided to learn Python for the backend because I already know JavaScript with the React library for the frontend to create fullstack web apps. I want to know if I'm going on the right path with combining the backend with the frontend for future AI projects.
Thanks.
There is no one way but I think you’re starting off fine . If you learn Django as someone who leans towards machine learning you may fall in love . Django has all of the power of python paired with JavaScript, html and css. It’s extremely powerful and fun. I know the MEAN and MERN stack are very popular but Django is a solid competitor against them because you can use any python library out the box in your project . Just some food for thought. good luck !
I strongly recommend javascript(Node.js )for the back end, because 1. Most company use it. 2. Its a library not a framework; you have more control over what you are making. 3. you could make your AI projects make its API and use it to integrate it into your website . Lastly even though you are doing full stack you still have to specialize in either back or front, Just for good meaures
But it's too slow can only control 0.5 M request per sec
Where others can make more than 7M request per sec
https://dotnet.microsoft.com/static/images/redesign/shared/tech-empower-results.svg
I’ve seen that nodejs is heavy for data processing which makes it not suitable for AI! Thank you