Software Alternatives & Reviews

AMA - Self taught web developer, started learning in 2008

Sequelize Knex.js GraphQL ExpressJS BEM
  1. Provides access to a MySQL database by mapping database entries to objects and vice-versa.
    Pricing:
    • Open Source
    Express.js is the primary web framework, almost everyone uses it. For database, you can try a query builder like knex.js and there's ORMs like Sequelize and TypeORM. But before this, you'd need to understand databases. I've worked with MySQL and PostgreSQL mainly, not much of an experience with NoSQL databases. For your API layers, you can check out GraphQL or a simple REST API using express. If it's super simple stuff, just make a JSON RPC.

    #Development #Web Frameworks #Tool 44 social mentions

  2. SQL query builder for Postgres, MySQL, MariaDB, SQLite3, and Oracle
    Pricing:
    • Open Source
    Express.js is the primary web framework, almost everyone uses it. For database, you can try a query builder like knex.js and there's ORMs like Sequelize and TypeORM. But before this, you'd need to understand databases. I've worked with MySQL and PostgreSQL mainly, not much of an experience with NoSQL databases. For your API layers, you can check out GraphQL or a simple REST API using express. If it's super simple stuff, just make a JSON RPC.

    #Database Management #MySQL Tools #Databases 57 social mentions

  3. GraphQL is a data query language and runtime to request and deliver data to mobile and web apps.
    Pricing:
    • Open Source
    Express.js is the primary web framework, almost everyone uses it. For database, you can try a query builder like knex.js and there's ORMs like Sequelize and TypeORM. But before this, you'd need to understand databases. I've worked with MySQL and PostgreSQL mainly, not much of an experience with NoSQL databases. For your API layers, you can check out GraphQL or a simple REST API using express. If it's super simple stuff, just make a JSON RPC.

    #Developer Tools #Web Frameworks #JavaScript Framework 223 social mentions

  4. Sinatra inspired web development framework for node.js -- insanely fast, flexible, and simple
    Pricing:
    • Open Source
    Express.js is the primary web framework, almost everyone uses it. For database, you can try a query builder like knex.js and there's ORMs like Sequelize and TypeORM. But before this, you'd need to understand databases. I've worked with MySQL and PostgreSQL mainly, not much of an experience with NoSQL databases. For your API layers, you can check out GraphQL or a simple REST API using express. If it's super simple stuff, just make a JSON RPC.

    #JavaScript Framework #Node.js Framework #Web Frameworks 423 social mentions

  5. 5

    BEM

    BEM — Block Element Modifier is a methodology, that helps you to achieve reusable components and code sharing in the front-end.
    By pattern I mean like following a similar set of rules for your similar projects. For example, I recently started using the atomic design for my current front-end work, because the number of components is increasing day by day, and I found this to be a good sensible approach that I can use in other projects too. For managing CSS, I've been a fan of BEM, even though I barely write any CSS because of using Tailwind, this helps a lot.

    #Developer Tools #Design Tools #CSS Framework 42 social mentions

Discuss: AMA - Self taught web developer, started learning in 2008

Log in or Post with