Logo
    Search

    front-end-development

    Explore "front-end-development" with insightful episodes like "Why You Should Choose Angular or Vue over React for Your New Web Application" and "From Front-End to Back-End: A Personal Journey Through the Programming Field" from podcasts like ""Programming Tech Brief By HackerNoon" and "Programming Tech Brief By HackerNoon"" and more!

    Episodes (2)

    Why You Should Choose Angular or Vue over React for Your New Web Application

    Why You Should Choose Angular or Vue over React for Your New Web Application

    This story was originally published on HackerNoon at: https://hackernoon.com/why-you-should-choose-angular-or-vue-over-react-for-your-new-web-application.
    An article that describes the advantages of the front-end frameworks Angular and Vue over the front-end React library.
    Check more stories related to programming at: https://hackernoon.com/c/programming. You can also check exclusive content about #front-end-development, #frontend, #react, #vue, #angular, #angular-vs-vue, #angular-vs-react, #hackernoon-top-story, and more.

    This story was written by: @romanismagilov301290. Learn more about this writer by checking @romanismagilov301290's about page, and for more stories, please visit hackernoon.com.

    Angular and Vue offer a clear separation of concerns between logic and presentation. This fosters cleaner code and easier maintenance. Unlike React's JSX, where JavaScript logic can be **intertwined** with markup, these templates enforce a strict separation. They provide straightforward ways to bind form controls, making it easy to manage form data with multiple fields.

    From Front-End to Back-End: A Personal Journey Through the Programming Field

    From Front-End to Back-End: A Personal Journey Through the Programming Field

    This story was originally published on HackerNoon at: https://hackernoon.com/from-front-end-to-back-end-a-personal-journey-through-the-programming-field.
    As a self-taught programmer, this is my career transition from front-end development to back-end development.
    Check more stories related to programming at: https://hackernoon.com/c/programming. You can also check exclusive content about #programming, #career-change, #programming-career, #front-end-development, #back-end-development, #internship-experience, #career-journey, #career-growth-in-tech, and more.

    This story was written by: @carolisabino. Learn more about this writer by checking @carolisabino's about page, and for more stories, please visit hackernoon.com.

    Back-End (BE) developers need to be more aware of all the relationships and interconnections within an application. While FE developers focus on how to present data, BE developers are concerned with ensuring all the necessary data is available, which requires a broader understanding of the business.