Ahmad W Khanblog.ahmadwkhan.com·Aug 12, 2024Building a Head-to-Head NFL Betting App from ScratchIt was one of those projects that makes you either question your sanity or fall in love with your profession all over again—a head-to-head NFL fantasy football betting app, with real money on the line, and a deadline that loomed as ominously as a fou...Discussfantasy app development
shamnad sheriefshamnadsherief.hashnode.dev·Sep 22, 2023Cannot migrate database schema error: Column Contains null valueYou may encounter a common issue when attempting to migrate your LoopBack 4 application's database schema. The error message you might encounter is: "Cannot migrate database schema error: column 'profile_pic' of relation 'agent' contains null values....Discuss·67 readsloopback4
shamnad sheriefshamnadsherief.hashnode.dev·Sep 21, 2023Setting up Nodemon in LoopBack 4 for Effortless DevelopmentLoopBack 4 is a powerful Node.js framework for building APIs and microservices. While developing applications with LoopBack 4, you might want to streamline your development process by automatically restarting the server whenever you make changes to y...Discuss·26 readsnodemon
shamnad sheriefshamnadsherief.hashnode.dev·Jul 18, 2023Automatic Date Stamping in LoopBack Models: A Guide to Using Default PropertiesIn modern web applications, it is common to track the creation or modification time of records in the database. One convenient way to achieve this is by adding a date property with a default value to your models in the backend. In this blog, we will ...DiscussNode.js
Shubham Prajapatblog.shubhamp.dev·Dec 5, 2022How to use one to many relations in loopback 4?LoopBack 4 provides support for defining one-to-many relationships between models, allowing you to easily represent the relationship between related entities in your application. To define a one-to-many relationship in LoopBack 4, you can use the @ha...Discuss·37 readsLoopback
Shubham Prajapatblog.shubhamp.dev·Nov 23, 2022How to Use HTTP2 in Loopback 4 Applications?HTTP/2 is a major revision of the HTTP network protocol mainly in highlights because it makes our applications faster. Tech giants including Google, Netflix, Twitter already use this protocol. In this post, I'll be showing how you can utilize spdy np...Discuss·87 readsloopback4
Shubham PforARC by SourceFusesourceloop.hashnode.dev·Nov 21, 2022How to Use HTTP2 in Loopback 4 Applications?HTTP/2 is a major revision of the HTTP network protocol mainly in highlights because it makes our applications faster. Tech giants including Google, Netflix, Twitter already use this protocol. In this post, I'll be showing how you can utilize spdy np...Discuss·94 readsspdy
Shubham PforARC by SourceFusesourceloop.hashnode.dev·Oct 28, 2022How to Use Sequelize in a Loopback 4 Project?You can watch a video demo of this extension by clicking here. In this article I will shows how you can plug an open source loopback4-sequelize extension and start utilizing the capabilities of Sequelize under the hood in your loopback repositories....Discuss·85 readsLoopback
Richard Terungwa Kombolterkplumber.hashnode.dev·Sep 7, 2022Notes: Understanding application wiring with dependency injection containersSome modern Node.js frameworks use dependency injection containers to wire an application. In this article, we shall explore what it means. Hard-coded dependency Node.js module system provides an in-built system for wiring applications. A lot of larg...Discuss·238 readsNode.js
Okere chinedu Victorwww.ddevguys.com·Jul 1, 2022NestJS vs. LoopBack 4: Which is best?NestJS or LoopBack: Which is best? Is there a best? Choosing between Node frameworks is super confusing, especially when there are so many great options. Picking the right one requires an understanding of not only the project you’re working on, but o...Discuss·1 like·37 readsNode.js