Génesis Rivera Ríos 🇵🇷logo
  • Language
    • EN
    • ES
  • Portfolio
  • About me
  • Category
    misc sql entityframework vuejs javascript csharp dotnet

Blog

    Blog post image
    The easiest way to configure entity framework database first in a dotnet project.

    In Microsoft SQL Management Studio I created a database called “BugTracker” for a bug tracker project I am working on. I want to use this ...

    Category: dotnetentityframeworkcsharp
    Date: 8/5/2021
    Blog post image
    How to create an infinite scrolling list using the intersection observer API and Vue JS

    In this blog post we’ll be seeing how to use the intersection API from the browser to create an infinite scrolling list by observing when a specific element is being displayed and making a get request to an external API to show more data to users...

    Category: javascriptvuejs
    Date: 6/1/2021
    Blog post image
    Recommendations when learning how to code without formal education

    In this post I’ll be talking about the recommendations I have for anyone trying to learn how to code without university or bootcamp education. I’ll also share some links to books, videos and courses that have helped me better understand programming concepts and topics.

    Category: misc
    Date: 3/1/2021
    Blog post image
    Using Vuejs with ASP.NET Core MVC

    Vue Js has directives that are basically HTML attributes which go inside HTML elements in our DOM...

    Category: dotnetvuejs
    Date: 2/18/2021
    Blog post image
    DTO’s: What are they and why are they used?

    DTOs help us with security since we only return information for the necessary fields.

    Category: dotnet
    Date: 1/27/2021