Posts

Showing posts from February, 2023

Coding Platforms

To become a good programmer, it is best to practice codes along with learning. This is similar to learning by making mistakes. After going through the above courses it is best to keep practicing the concepts you learned. For this there are many coding platform with lots of challenges to solve On occasion these platforms conduct coding competitions. By participating in these competitions you can ace your skills significantly. Some coding platforms: Leet Code:  https://leetcode.com/ Hacker Rank:  https://www.hackerrank.com/ Hacker Earth:  https://www.hackerearth.com/ Code Chef:  https://www.codechef.com/ After solving some problems in these platforms try to improve your skill by choosing the next language since you adapt your coding for a language at first now it's time to extend the knowledge in other languages. If you are planning to change your language, it is best to learn Java. Since Java contains very large scale applications in the development sector as well as ...

Python

 To See the context of this post I'll attach a link to read and learn.                  =>     https://www.instagram.com/p/CoRpJaTPvZD/?igshid=YmMyMTA2M2Y= Well it is not possible to mention many links in Instagram bio's. I'm using this blog to store links for those post.  Learn python basic in platform like: YouTube : Python Tutorials Python for Beginners (Full Course) | Programming Tutorial Udemy : The Complete Python Bootcamp From Zero to Hero in Python 100 Days of Code: The Complete Python Pro Bootcamp for 2023 Coursera : Python for Everybody Programming for Everybody (Getting Started with Python) E-Book : Python Basics: A Practical Introduction to Python 3 First learn the concept of DSA using Platform like: Coursera : Data Structures and Algorithms YouTube : Data Structures And Algorithms DSA In Python Full Course Data Structures and Algorithms in Python - free coding camp Swayam : Programming, DSA us...

Full Stack Development

Image
Full-stack developers work on both the front and backend components of websites or applications, such as databases. Frontend development refers to the part of an application that a user sees, while backend development is the coding and infrastructure behind the application. These professionals work on both sides of an application to make sure the components communicate effectively. Front-End => HTML, CSS.           CSS Frameworks, Libraries, and Preprocessors: Bootstrap Tailwind CSS Bulma Semantic UI To create dynamic and interactive web pages and mobile applications => JavaScript           JavaScript libraries and frameworks: React Angular Vue Databases: SQL MongoDB Cloud platform MySQL Back-End Programs: Java Python PHP Node Types of Stacks: MEAN Stack (MongoDB, Express, Angular and Node) MERN Stack (MongoDB, Express, React and Node) LAMP Stack (Linux, Apache, MySQL, and PHP) The concept to learn are,    ...