Cross-Platform Functionality with .NET Core

Cross-Platform Functionality with .NET Core Since the release of .NET Core on Microsoft stack, .NET based products are now cross-platform. There was good response when .NET core was released as an open-source platform with additional functionalities that were missing in the previous .NET Framework. .NET Framework was ignored by the open source communities for a… Continue reading Cross-Platform Functionality with .NET Core

BOS Framework – AWS Cloud in 5 minutes

BOS Framework – AWS Cloud in 5 minutes Developers love to jump in and start pushing their code. When we start on a new stack, it always takes too much of time to setup in AWS in a scalable, secure manner. Now there are options like Terraform and BOS Framework. Terraform requires lot of learning… Continue reading BOS Framework – AWS Cloud in 5 minutes

New Features

New Features New Features being added Today we are off to a new journey. With new journey comes new infusion of pages. Ideally, we don’t want to see same admin style screens all the time. That said, this month’s theme is products. With that come product lists, product summary, checkout and integration with payment processing… Continue reading New Features

.Net Core + Angular Stack

.Net Core + Angular Stack At BundleN, we experiment with different stack combinations on our own time Time to hit the reset button on our stack journey. We previously made enough of a dent with our Angular + Java stack. We developed a secure web application that is role driven, multi lingual, Configuration driven, Version… Continue reading .Net Core + Angular Stack

WebSocket or SSE

WebSocket or SSE Choosing the Best for Real-Time Apps Apps like social media-based chat, multiplayer games, social feeds, financial-based apps, etc. demand communication with their servers. To achieve consistent communication, pull architecture or push architecture is implemented between the client and the server. Our sample applications need consistent communication between the client and the servers.… Continue reading WebSocket or SSE

Complex Forms

Complex Forms Code can get really ugly real fast if the architecture design can’t support lot of scenarios. This is especially true with businesses that need to support multiple scenarios based on Country, State, Language, Business lines supported, Acquiring new companies, etc. For example if we have 50 states to support, that equals 50 variations.… Continue reading Complex Forms

Basic Forms

Basic Forms Today, we are starting with Case Start page. With this, we are starting with a basic form. Tomorrow, we can delve into a complex form. Since we are using Angular for this project, Let’s dig into core components of Angular Forms. We used FormGroup, FormControl and FormArray. These are the three main pillars… Continue reading Basic Forms

BrowserStack to the rescue

BrowserStack to the rescue Today being a Saturday, we are skipping the usual dev work but instead going to delve into testing using Browser Stack. Fair warning…… This may come across as sales pitch and we are not getting paid for it. Cross Browser testing has long been a pain in the neck for developers.… Continue reading BrowserStack to the rescue