If you like DNray Forum, you can support it by - BTC: bc1qppjcl3c2cyjazy6lepmrv3fh6ke9mxs7zpfky0 , TRC20 and more...

 

Want to start developing sites

Started by KaIIuTaH, Jul 17, 2022, 09:29 AM

Previous topic - Next topic

KaIIuTaHTopic starter

Many individuals in my social circle are currently engaging in programming. A friend of mine who specializes in web development suggested that I also delve into the field, and asked for recommendations on where to start learning and for some helpful pointers.
  •  


arthyk

I advise you to start by learning HTML - this is the very first thing you need to know. And it is better to use the simplest editor first, you can even use a notepad. To do this, find the most common HTML tutorial or YouTube - courses. Create your simple site first on free hosting, and then you can learn JavaScript to improve your site. Having basic skills, then you yourself will understand what should be studied. :)
  •  

vingler

HTML is a markup language used for creating static, browser-rendered web pages. While simple and easy to use, sites created solely with HTML can be inflexible and require frequent changes.

PHP is a server-side scripting language used for creating dynamic web applications. While it doesn't create websites directly, it generates HTML code and is widely used due to its flexibility and performance.

WAP is a technology used to create mobile-optimized websites that reduce page size and load times.

ASP is a server-side development environment by Microsoft that embeds code elements into regular HTML pages.

Perl is a general-purpose server programming language used for web server management and auxiliary scripts.

C++ is a compiled programming language used for the implementation of web server extensions.

JavaScript is a client-side scripting language used for creating interactive web pages and animations.

CSS is responsible for the appearance of web pages built with markup languages, allowing for creative animation effects even though JavaScript is more powerful.
  •  

annet_shemberger

I would recommend starting with PHP, HTML and CSS.
Once you understand these languages, you will learn how to make simple one-pages, so you can try to add Javascript.
Try it, good luck to you!
  •  

petr

I myself work from home and own programming, I often receive orders to create websites, for this I use Python. If you are new to programming and you have a great desire to learn how to create websites, then I recommend Python to study
  •  

AlexAres

First idea i've received from inside - Python + Django (web-framework). Python is pretty simple as a language, Django totally wide-spread. Universal solution)
  •  

kaerimichi

My friend suggested me to start practicing Python, you can find some guides on YouTube if you are interested. Actually this is not even boring, you should try :) You'll definitely love this programming language.
  •  


Zspb

When I studied programming, and we had courses on web programming, at first we were taught HTML. And initially we wrote the site on HTLM as well. The next stage was PHP and SQL queries. Then they started writing javascript scripts and integrating them into their websites. But I didn't like this course. I like C++ much more. In web programming, I advise you to go through the same stages.
  •  

AiswaJist

To begin your learning journey, I recommend starting with HTML (Hypertext Markup Language) and CSS (Cascading Style Sheets). HTML is used for structuring the content of a web page, while CSS is responsible for styling and layout. These two languages are essential for every web developer and provide the backbone for creating visually appealing and responsive web pages.
There are numerous online resources available to learn HTML and CSS. Websites like freeCodeCamp, Codecademy, and W3Schools offer comprehensive tutorials and interactive exercises to help beginners grasp the basics of these languages. Taking advantage of these resources will allow you to learn at your own pace and practice applying what you've learned in real-time.

As you progress, consider expanding your knowledge to include JavaScript. JavaScript is a scripting language that adds interactivity and dynamic functionality to web pages. Understanding JavaScript will enable you to create engaging user experiences and enhance the overall functionality of your web projects.

In addition to learning the programming languages, becoming proficient in using version control systems such as Git and platforms like GitHub is highly recommended. These tools are essential for managing and tracking changes to your code, collaborating with others, and contributing to open-source projects.

When it comes to pointers, don't hesitate to experiment and build small projects to apply what you've learned. Practical application is key to solidifying your understanding of programming concepts and gaining hands-on experience. Start with simple projects like creating a personal webpage or a basic interactive form to reinforce your skills.
Seeking out communities and forums dedicated to web development can greatly benefit your learning journey. Platforms like Stack Overflow, Reddit's webdev community, and various programming forums provide spaces to ask questions, seek guidance, and learn from experienced developers. Engaging with these communities can not only provide valuable insights but also offer encouragement and support as you navigate the world of programming.
  •  


If you like DNray forum, you can support it by - BTC: bc1qppjcl3c2cyjazy6lepmrv3fh6ke9mxs7zpfky0 , TRC20 and more...