Posts

Showing posts with the label WEB APPS

Web Developer

Image
                                                                WEB DEVELOPER :-  Web Developer's role is to build a web designer's concept.  A developer usually specializes in designing website apps. A web Designer focuses more on what the user will enjoy doing. Speciality :-  Web Developers usually have a specialism like  Front-end developer Back-end developer Full-stack developer Tools & skills :-  Source code management tools : SVN, CVS, Git etc. IDE :- Webstorm, Atom, VS Code etc. Front-end development technology : HTML, JavaScript, CSS Front-end framework :- jQuery, React, Bootstrap & so on. Personality :-  Web developers are :-  Creative Problem solver Analytical thinker Proficient in programming

DEVELOP RAPID & PRAGMATIC WEB APPS WITH DJANGO

Image
                                 Develop rapid & pragmatic web apps with DJANGO Django is most widely used  python framework for web development. As Django is fast, secure, open source, seo friendly & easy to develop which makes it one of the best frameworks available.  What is Django? Django is a server side web development framework which is based on Pythhon. It is becoming more popular as it is Ready-to-Use, easy, time saving & clean - code framework. Who is Django? Django is now the premier web framework among tech giants like - Spotify instagram Youtube Dropbox Mozilla Firefox Installing Django :-      For Django installation, you must  have python & pip installed on your Laptop/Pc. Go to command Prompt/terminal & type - pip install django. Check django release is 3.0.6. To check installed version -  Go to command Prompt/terminal & type - django-admin --version Django Architecture :-  Unlike other web frameworks, Django uses MVT(model, view, templates). Sta