How to join firebase firestore collection documents(tables) by id.
How do I perform a SQL JOIN in Firestore? It sounds tricky, but it's quite easy with rxjs switchmaps.
(read more)How to get GDAL version two to work in Google GCloud
If you are using Gcloud, by now you must have noticed that GDAL version two, needs more work to get it working on GCloud. This is so because the version of Python generally supported by GCloud is version 3.7 of which GDAL
(read more)Could not connect to server: Connection refused
How to fix the Postgres Could not connect to server: Connection refused Is the server running on host "127.0.0.1" and accepting TCP/IP connections on port 5432?
(read more)Django Rest Api and Flutter Dio Http using Bloc pattern
This tutorial revolves around doing http request to Django Rest Framework using Flutter Dio package and Provider package for BlOC.
(read more)Display PDF files to your HTML Page using Google PDF Viewer(gview)
How to embed pdf to a webpage. Here is a very easy way to embed any type of pdf to a webpage. We will use google pdf viewer.
(read more)How to Analyze Angular app Bundle Sizes
Webpack bundle analyzer helps you analysis your angular app. This is important for preformance.
(read more)How to add Universal SSR to your Angular Cli and firebase(angularfire2) project
Seo is one import think for every app out there. Here we show you how fast and easy it is to add universal to your Angularfirebase project.
(read more)Angular Slugify Pipe for your Angular URL Seo friendly applications.
URLs help describe a web page to search engines and potential visitors, meaning they should be accurate, enticing, and well-structured. With Angular applications, we solve this with a slugify pipe that describes our content..
(read more)How can I select/access an element in a component template?
Working with dom in Angular. A declarative way can be used instead to access elements in the view directly using elementRef. The Angular team advised against the use of ElementRef
(read more)How to add Bootstrap css the right way to your angular app
How to add Bootstrap css the right way to your angular app
(read more)HTML5 Document type
tag is not an HTML tag but basically an instruction from our web document to the browser of what kind of document it should be expecting.
(read more)Assume "test" is a boolean variable. Which of the following expressions is equivalent to "test == true"?
Quiz question: Assume "test" is a boolean variable. Which of the following expressions is equivalent to "test == true"?
(read more)Which of the following keywords is useful for processing lists of menu options?
Quiz question: Which of the following keywords is useful for processing lists of menu options?
(read more)Graphic Design Review Quiz
Graphic Design CS 4406 Undergraduate Review Quiz
(read more)The difference between Promises and Observables
What is the difference between Promises and Observables? Often Observable is preferred over Promise because it provides the features of Promise and more.
(read more)Parsing / Converting dart value from string to int(number), to double and vice versa
How to convert a string to number in dart?How to convert a number to string in dart?How to convert a string / number to double in dart?
(read more)How to style a flutter container background with both image and color
One awesome thing about flutter is that it brings useful css applications into your app design. Here we apply CSS overlay the flutter way.
(read more)Deploying a Django, PostgreSQL Application on Google Kubernetes Engine(GKE)
The quick steps to take to deploy your application on Google Kubernetes Engine. A step by step guide including definitions of key GKE vocabularies like clusters.
(read more)How to delete a specific field in firebase firestore document
If you want to delete a specific field from a firebase firestore document, use the FieldValue.delete() method when you update a document.
(read more)Python Content Scraping with Beautifulsoup and Requests
How to scrape web content using Python Request and Beautiful Soup libraries. We use the python library beautiful soup and requests to scrape a webpage and display the content. Useful for startups content scraping.
(read more)