Tag Archives: Angular
Environment settings in an Angular CI/CD build process
The Problem When building large-scale Angular applications, most people eventually need to provide their application with environment-specific variables, which doesn’t seem like a very big deal on the surface. After all, Angular provides us with the “environment.ts” file, right? It should be as easy as filling in your environment settings and then using the environment variable throughout the site, but this method introduces a level of uncertainty into the build
“I Like Big Data for $400” – Adding Azure Search to the DocumentDB stack – Part 3
In the final post of this series, we will integrate Azure Search into our DocumentDB collection and allow users to search our Jeopardy Questions in our app.
“I Like Big Data for $400” – Implementing a Jeopardy! Question Explorer using DocumentDB, AzureSearch, Angular and Electron – Part 2
In part two of our series, we will use Angular and Electron to connect to an Azure DocumentDB repository through a .Net Core API.
“I like big data for $400” – Implementing a Jeopardy! Question Explorer using DocumentDB, Azure Search, AngularJS and Electron – Part 1
The concept of NoSQL or schema-less databases refers to systems that store data in a schemaless fashion using some form of document notation such as JSON. Examples of NoSQL databases include: MongoDB, CouchDB, RavenDB and, as we will discuss in this post, Azure DocumentDB.
In this series, we will be creating an application that allows users to quickly browse and search a repository of over 200,000 jeopardy questions. We will use Azure DocumentDB as a data repository, Azure Search to implement full text search functionality and will use AngularJS and Electron to create a desktop client that users can use to browse these questions.
Recent Comments