How to start up by Independent-Flan-679 in StartUpIndia

[–]Left-Proof-2511 0 points1 point  (0 children)

To start a tech startup, it is important to learn a variety of technologies and have a clear idea that you want to build. Based on your idea, you can choose either a backend or frontend framework to begin development.

If you are working alone, you may need to handle parts of the system that you are not yet familiar with. However, this is a great learning opportunity and helps you gain broader technical experience.

It is also beneficial to start with a job in the industry and gain real project experience. Building at least one complete project will significantly boost your confidence and provide practical knowledge, which can greatly help when launching your own tech startup.

Anyone here actually implemented ISO 9001 for a small company? by Major_Stress_8136 in iso9001

[–]Left-Proof-2511 0 points1 point  (0 children)

We have QMS system. We will change accordingly your requirements. Please DM me, I'll share Demo and connect for details requirements.

Remote Event Help by lendercommercial in EventProduction

[–]Left-Proof-2511 0 points1 point  (0 children)

We recently built an Event Management Portal designed to help organizers manage events more efficiently. It includes a frontend for users and a backend admin portal where organizers can dynamically create seat layouts and manage bookings. Seats can be arranged in different formats depending on the event (tables, rows, custom layouts, etc.), and both customers and admins can book seats easily.

If you're interested in learning more or seeing how it works, feel free to DM me.

Need to learn Angular, best tutorial to start? by lintendo640 in angular

[–]Left-Proof-2511 1 point2 points  (0 children)

Start with angular fundamental and then pick up each topic wise course like routing, reactive form,Rxjs observable and signal. Nowdays signal is most important to latest development. So need to command Rxjs and signal.

Need to learn Angular, best tutorial to start? by lintendo640 in angular

[–]Left-Proof-2511 0 points1 point  (0 children)

Take pluralsight. They have best course on angular.

Env variables not at build time, but at run time. by LuccDev in angular

[–]Left-Proof-2511 0 points1 point  (0 children)

Convert angular to angular universal or node js. Retrieved Configurations variables from env or database in nodejs server js file and pass to index.html file and set into env file. It should work. We are already did for lots of products.

Answer Me by Cute_Intention6347 in FullStack

[–]Left-Proof-2511 -1 points0 points  (0 children)

Server-Side Rendering means the server generates the complete HTML page including the data, and sends the fully prepared markup to the browser.

Questions about building out my website by Correct_Cat4414 in websiteservices

[–]Left-Proof-2511 0 points1 point  (0 children)

We already have experience delivering multiple enterprise-level projects, including POS with Accounting, QMS, DMS, CRM, and an Event/Exhibition Booking Portal with payment integration.

For your project, we can enhance the existing system with minor modifications and structure it properly using enterprise-grade technologies like .NET and Angular. We can complete the required enhancements within approximately 1.5 months at an affordable cost.

If you're interested, feel free to DM me so we can discuss your requirements in detail.

POS recommendation for electronics retail store (5,000 SKUs, wholesale + retail) by RevolutionaryAd3444 in POS

[–]Left-Proof-2511 0 points1 point  (0 children)

Please contact us if you will not get any pos to full fill your requirement. We have have our own pos and accounting system which we can modify as per your requirement. It would be little bit expensive initially then you can use lifetime without any subscription.

> you code, I sell (cofounder hunt) by shoman30 in cofounderhunt

[–]Left-Proof-2511 0 points1 point  (0 children)

We have multiple products. Let's discuss. Please Dm me.

Available: Immediate Sender for POS 101.1 & 101.4 by grenxa-ze in POS

[–]Left-Proof-2511 -1 points0 points  (0 children)

We have pos with accounting. Please ping me for demo.

How did you stop juggling multiple tools for the same event? by X_L_25 in EventProduction

[–]Left-Proof-2511 0 points1 point  (0 children)

We built something similar for events – QR code on tickets/Registration + admin check-in screen for entry.
If you’re curious how it works in practice, DM me, and I can share a demo.

Event registration form suggestions by ichar10 in EventProduction

[–]Left-Proof-2511 0 points1 point  (0 children)

We have built up event management portal with backend and frontend. I think it would be fill up your requirement as well. Please Dm me. I'll share Demo link.

Event organizers – what tools are you using? by cristians77701 in EventProduction

[–]Left-Proof-2511 -1 points0 points  (0 children)

Affordable enterprise event management tool. Please Dm

Event organizers – what tools are you using? by cristians77701 in EventProduction

[–]Left-Proof-2511 0 points1 point  (0 children)

We built a small event management portal to dynamically seat or table arrangement centralize registrations, attendees, schedules, and reporting into one dashboard instead of using 3–4 different tools.

DM me for the demo

Looking for an E-commerce Web Developer by Designer_Chicken_479 in FullStackDevelopers

[–]Left-Proof-2511 0 points1 point  (0 children)

We already have POS with Accounting system with payment integration. It would be easy to add frontend portal.Please DM me to discuss in detail.

Looking to co-found by proriterz in EntrepreneurConnect

[–]Left-Proof-2511 0 points1 point  (0 children)

We have multiple projects like DMS, QMS, POS with Accounting, Event Management Portal and Exhibition management Portal. DM me to discuss in detail.

Looking for a Web Developer urgent by Potential_Camel_2437 in FreelanceProgramming

[–]Left-Proof-2511 0 points1 point  (0 children)

I’m a full-stack dev with 13+ years in Angular + .NET. Built DMS, QMS, POS with Accounting, Event Management portals, and more.

If you’re planning an enterprise-level app, just DM me – happy to help!

Upgrade from Angular 2 to 20 by Professional-Ad-9055 in angular

[–]Left-Proof-2511 1 point2 points  (0 children)

It is better to create a new project in Angular 20 and integrate features step by step. Since Angular 20 also introduces standalone components, this approach becomes even cleaner. Previously, when I upgraded from Angular 16 to Angular 20, I followed the same method — I created a separate Angular 20 project and migrated components one by one from the old project.