If you click on this article, it means that you are interested in web development, or you are thinking about starting to learn web development. Here, I will tell you the route of becoming a web developer, a guide to web development for beginners. This article will not teach you how to write code, but point out things to think about before you actually write code. Web development is exciting and exciting, which is exactly what caters to this fast-changing world. To understand web development, let's first define a few basic concepts ## Frontend VS. Backend At the beginning, we must distinguish between front-end development and back-end development, let's introduce them separately **front end** Web applications are classified as distributed applications, generally with a client-server structure, so we have part of the code running on the client and another part of the code running on the server. Those applications on the client are the front end, which usually refers to our browser. The most commonly used technology for front-end development is HTML+CSS+JavaScript. Advanced front-end developers usually use a combination of these technologies to develop the front-end of the application. Another common front-end technology is to use Photoshop to design and cooperate with other technologies to complete the production of Web pages. **rear end** Back-end developers write the code that runs on the server. Generally speaking, this part of the work needs to deal with the database, such as reading and writing data, reading and writing files, and implementing business logic. Sometimes, the business logic is stored on the client side, and the background is used to provide the data in the database in the form of Web services. Back-end developers generally need to master a web programming language and a database management system You can master front-end and back-end technologies at the same time, but most web developers still have certain preferences, and even only in-depth research in one aspect. Although the front and back ends are distinguished, their respective specific tasks are not specified. Sometimes the front end just completes the display of data, while other major work is done on the back end. But sometimes, the backend just provides data, and all calculations and specific functions are done on the frontend. The distribution of front-end and back-end work is usually determined by the design and architecture of the project ## Programming language वेब विकास के लिए, चुनने के लिए कई प्रोग्रामिंग भाषाएं हैं। जब आपको फ्रंट एंड पर विकसित करने की आवश्यकता होती है, तो मानक विकास भाषा जावास्क्रिप्ट होती है, और जब आपको पृष्ठभूमि में विकसित करने की आवश्यकता होती है, तो हमारे पास अधिक विकल्प होते हैं: -पीएचपी -जावास्क्रिप्ट - रूबी ऑन रेल्स (रूबी भाषा के साथ) - ASP.NET (.net भाषा के साथ) - जावा ईई -पायथन वास्तव में कोई निश्चित सूची नहीं है, उपरोक्त केवल वे भाषाएँ हैं जिनके बारे में डेवलपर्स आमतौर पर सोचते हैं और उपयोग करते हैं। तो आपको कैसे चुनना चाहिए? आपकी पसंद निम्नलिखित पहलुओं पर आधारित होनी चाहिए: नौकरी बाजार (नौकरी के अवसर), होस्टिंग सेवाएं, उपलब्ध सीखने के संसाधन, उपलब्ध सीखने का समय, आसपास के विकास का माहौल आदि। यदि आप वास्तव में विकास उद्योग में काम करना चाहते हैं और वेब विकास में नौकरी खोजना चाहते हैं, तो सबसे महत्वपूर्ण चयन कारक नौकरी बाजार (नौकरी के अवसर) है। आपको उद्योग की स्थिति का विश्लेषण करना होगा और सीखने के लिए एक प्रोग्रामिंग भाषा चुननी होगी। एक अन्य महत्वपूर्ण कारक होस्टिंग सेवाएँ हैं, जैसे कि PHP होस्टिंग जावा होस्टिंग की तुलना में बहुत सस्ती है। और अगर आप एंटरप्राइज़ एप्लिकेशन विकसित करना चाहते हैं, तो Java EE एक अच्छा विकल्प हो सकता है। लेकिन अगर आप अपना आवेदन ऑनलाइन करना चाहते हैं, तो जावा ईई अन्य भाषाओं की तुलना में बहुत अधिक महंगा है Node.js की लोकप्रियता के साथ, जावास्क्रिप्ट बैक-एंड डेवलपमेंट में भी लोकप्रिय हो गया है, लेकिन यह अभी भी एक नई और तकनीक है, और वेब विकास में शुरुआती लोगों के लिए इसे सीखने और उपयोग करने की अनुशंसा नहीं की जाती है। मेरी राय में, PHP में सबसे आसान सीखने की अवस्था, सस्ती होस्टिंग सेवा, पर्याप्त सीखने के संसाधन (PHP100 एक अच्छा विकल्प है) और अपेक्षाकृत सरल विकास का वातावरण है, इसलिए मैं जूनियर वेब डेवलपर्स को PHP का उपयोग करना सीखने की सलाह देता हूं। बेशक, ASP.NET भी एक अच्छा विकल्प है। Microsoft कई ASP.NET-संबंधित शिक्षण संसाधन और निःशुल्क विकास उपकरण प्रदान करता है। यदि आपको Microsoft का वातावरण पसंद है, तो यह ASP.NET पर विचार करने योग्य है ## चौखटा यदि आप अभी भी शुरुआत कर रहे हैं, तो फ्रेमवर्क सीखना शुरू करने से पहले आपको अभी भी एक अच्छी नींव रखनी होगी। ढांचा आपको विकास कार्य को आसान बनाने में मदद कर सकता है। कई रेडी-मेड कोड लाइब्रेरी हैं, जो आपको वेब एप्लिकेशन की संरचना प्रदान करती हैं, जिससे आपका प्रोग्रामिंग कार्य आसान और तेज़ हो जाता है। यदि आप एक पेशेवर वेब डेवलपर बनना चाहते हैं, तो आपको अपने वेब विकास को गति देने के लिए कम से कम एक ढांचे में दक्ष होना चाहिए सामान्य-उद्देश्य समाधान से लेकर विशिष्ट समस्याओं तक कई प्रकार के ढाँचे हैं। आपको पहले अपनी आवश्यकताओं का मूल्यांकन करने की आवश्यकता है। यदि आप PHP विकास चुनते हैं, तो मैं लारवेल को ढांचे के रूप में उपयोग करने की सलाह देता हूं। यह हाल के वर्षों में एक बहुत लोकप्रिय एमवीसी ढांचा है। यदि आप ASP.NET चुनते हैं, तो मेरा सुझाव है कि आप ASP.NET MVC और EntityFramework का उपयोग करना सीखें वेब डेवलपमेंट इतना बड़ा हो सकता है कि आप केवल एक एप्लिकेशन में विशेषज्ञ होना चाहते हैं, जैसे कि सामग्री प्रबंधन प्रणाली (CMS)। यदि आप अभी भी PHP चुनते हैं, तो मैं वर्डप्रेस की सलाह देता हूं, जो आपको वेबसाइट, ब्लॉग बनाने या एक्सटेंशन के रूप में मौजूदा प्लगइन्स या थीम का उपयोग करने में मदद कर सकता है। ## आगे क्या करना है यहां तक ​​कि अगर आप फ्रंट-एंड या बैक-एंड डेवलपमेंट के केवल एक तरफ काम करना चुनते हैं, तो आपको दूसरे पक्ष के विकास को भी समझना चाहिए, ऐसा करने से आपकी टीम अधिक कुशल बनेगी। यदि आप पहले से ही एक प्रोग्रामिंग भाषा और संबंधित रूपरेखा सीख चुके हैं, तो आपको दूसरी भाषा सीखना शुरू कर देना चाहिए। प्रत्येक प्रोग्रामिंग भाषा के अपने फायदे और प्रतिमान होते हैं। समस्या की गहरी समझ एक बेहतर समाधान की ओर ले जाती है, जिससे आप एक बेहतर डेवलपर बनते हैं। अंत में, जैसा कि मैंने पहले कहा, जब आप प्रोग्रामिंग भाषा चुनते हैं, तो आपको कई कारकों पर विचार करना पड़ता है। मेरी पसंद अभी भी जावास्क्रिप्ट, पीएचपी, एएसपी.नेट और जावा ईई हैं। आप उनका उल्लेख कर सकते हैं मूल: httparian-celina.com/a-beginners-guide-to-web-Development अनुवाद: httpwww.php100.com/html/dujia/2015/0120/8425.html