A little more about me... In development
npx victor1890
const victor1890 = {
code: ["Javascript", "Typescript", "C#", "C", "C++", "Java", "Dart"],
askMeAbout: ["Responsible", "Organized", "Social", "Fast Learning", "Collaborator / Contributor"],
technologies: {
mobileApp: ["React-Native", "Flutter"], //bacis
frontend: {
js: ["React", "NextJs", "VanillaJs"],
css: ["Materialize", "Material-UI", "Bootstrap", "Tailwind"]
},
backend: {
[js || ts]: ["Node", "Express", "GraphQL", "TypeORM", "Deno", "Golang"], //basic Deno
asp: ["ASP.Net Core"]
},
databases: ["SQL Server", "SQLite", "Firebase", "MongoDB", "PostgreSQL", "Redis"]
}
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Battle of the Node.js ORMs: Sequelize vs. Prisma
In the ever-evolving landscape of Node.js development, choosing the right Object-Relational Mapper...
27/02/2024
|
|
The Best ORMs for Node.js App Development in 2023
What is an ORM? Object-relational mapping (ORMs) are a type of software that provides a...
01/11/2023
|
|
From Good to Great: Scaling Applications with TypeORM Optimization
TypeORM is a popular Object-Relational Mapping (ORM) library for Node.js. It provides a high-level...
13/10/2023
|
|
Exploring the Contrast: Helpers and Utils Demystified
Helpers and utils are both commonly used terms in software development to refer to classes or modules...
11/10/2023
|
|
Unlocking Node.js Performance: The Art of Data Caching
Introduction Caching is a technique that stores data in memory so that it can be accessed...
08/10/2023
|
Updated at: 2024-11-12T08:04:27Z