Otcollect

Write a

Tutorial
Sign In Account
0Cart
Shopping CartClose
Shop functionality is coming soon!
  • Home
  • Web
    • Django
    • Ecommerce
    • Angular
    • JQuery
    • Dart
    • Python
    • Flask
    • Ecommerce
  • Algorithms
    • Python
    • Java
  • Data Structures
    • Python
      • String
      • List
      • Stacks
      • Comprehensions
      • Queue
      • Nested Lists
      • Tuples and Sequences
      • Sets
      • Dictionaries
      • Comprehensions
    • Java
      • String
      • List
      • Stacks
      • Comprehensions
      • Queue
      • Nested Lists
      • Tuples and Sequences
      • Sets
      • Dictionaries
      • Comprehensions
  • Artificial Intelligence
    • Getting Started
    • Machine Learning
    • Game Theory
    • Computer Vision
    • Robotics
    • Natural Language Processing
    • Artificial Intelligence
    • Quizzes
  • Featured Picks
  • College Quizzes
  • Home
  • Web
How To Create A Url Preview Link Python & Js
Python Web Scrapping Ecommerce

How To Create A Url Preview Link Python & Js

How to create a URL preview link Python & JS. We use Python and Javascript to create a simple link preview.

(read more)
by Oj Obasi - July 19, 2024, 4:20 a.m.
Django Sitemaps. Add A Site Map To Your Django Application
Python Web Django

Django Sitemaps. Add A Site Map To Your Django Application

In this tutorial, we answer the question of how to add a sitemap to your django application. Adding a sitemap to a django app is quite simple.

(read more)
by Oj Obasi - March 16, 2023, 10:57 a.m.
How To Redirect To A 404 Page In A Django View
Python Web Django

How To Redirect To A 404 Page In A Django View

Sometimes you maybe using an API and you don't have access to the Django methods like get_object_or_404 but you need a redirect.

(read more)
by Oj Obasi - March 13, 2023, 3:06 a.m.
Django Filter Tag To Remove New Lines
Python Web Django

Django Filter Tag To Remove New Lines

This is a useful Django filter for removing new lines and replacing with an alternative space or what ever character you choose.

(read more)
by Oj Obasi - March 13, 2023, 3:04 a.m.
How To Send An Email With Django
Python Web Django

How To Send An Email With Django

In this post, I will show you how to easily send an email with Django. We will be using Gmail as our mail carrier.

(read more)
by Oj Obasi - March 13, 2023, 12:12 a.m.
How To Join Firebase Firestore Collection Documents(Tables) By Id.
Angular Web

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)
by Oj Obasi - March 12, 2023, 1:56 p.m.
How To Get Gdal Version Two To Work In Google Gcloud
Python Web Django

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)
by Oj Obasi - March 12, 2023, 1:52 p.m.
Could Not Connect To Server: Connection Refused
Python Web Django

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)
by Oj Obasi - March 12, 2023, 1:48 p.m.
How To Analyze Angular App Bundle Sizes
Angular Web

How To Analyze Angular App Bundle Sizes

Webpack bundle analyzer helps you analysis your angular app. This is important for preformance.

(read more)
by Oj Obasi - March 12, 2023, 1:34 p.m.
How  To Add Universal Ssr To Your Angular Cli And Firebase(Angularfire2) Project
Angular Web

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)
by Oj Obasi - March 12, 2023, 1:31 p.m.
Angular Slugify Pipe For Your Angular Url Seo Friendly Applications.
Angular Web

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)
by Oj Obasi - March 12, 2023, 1:27 p.m.
How Can I Select/Access An Element In A Component Template?
Angular Web

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)
by Oj Obasi - March 12, 2023, 1:25 p.m.
How To Add Bootstrap Css The Right Way To Your Angular App
Angular Web

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)
by Oj Obasi - March 12, 2023, 1:23 p.m.
The Difference Between Promises And Observables
Angular Web

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)
by Oj Obasi - March 11, 2023, 1:21 p.m.
Deploying A Django, Postgresql Application On Google Kubernetes Engine(Gke)
Python Web Django

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)
by Oj Obasi - March 10, 2023, 10:45 a.m.
How To Get Both Parent And Child Params Data In Angular Router
Angular Web

How To Get Both Parent And Child Params Data In Angular Router

Angular 7 router. How to get the activated route parent and child params.

(read more)
by Oj Obasi - March 10, 2023, 3:46 a.m.
How To Share Data Between Angular Components Using Rxjs Behaviorsubject.
Angular Web

How To Share Data Between Angular Components Using Rxjs Behaviorsubject.

Lets say you have some value you want shared between 2 or more components of your app, in this tutorial, we look at how you can achieve that quickly with RxJs BehaviorSubject.Sharing Data Between Angular Components

(read more)
by Oj Obasi - March 10, 2023, 3:43 a.m.
How To Make A Toggle Menu With Angular
Angular Web

How To Make A Toggle Menu With Angular

In this tutorial, we create a simple but advanced Angular Navigation with toggle hamburger button.

(read more)
by Oj Obasi - March 10, 2023, 1:57 a.m.
Angular Push Notifications To Your Visitors With A Toast
Angular Web

Angular Push Notifications To Your Visitors With A Toast

How to create a Bootstrap like toast in Angular v7. We'll use RXJS Observable Subject to create a reusable component and service that can be used in Angular Applications as toast.

(read more)
by Oj Obasi - March 10, 2023, 1:55 a.m.
Angular Striphtml Tags Pipe
Angular Web

Angular Striphtml Tags Pipe

This Angular Pipe can be useful for displaying html content on your template or storing html content to your backend.

(read more)
by Oj Obasi - March 10, 2023, 1:35 a.m.
Adavanced Data Scrapping With Beautifulsoup
Python Web

Adavanced Data Scrapping With Beautifulsoup

None

(read more)
by Oj Obasi - March 10, 2023, 1:29 a.m.
What Is Rxjs And Why You Should Be Using It?
Angular Web

What Is Rxjs And Why You Should Be Using It?

Lets take a quick look at what RxJs is and what the frenzy about it. Most importantly how to use it in a flow method in comparison to vanila javaScript.

(read more)
by Oj Obasi - March 10, 2023, 12:58 a.m.
What Is Rxjs Observable?
Angular Web

What Is Rxjs Observable?

Observables is a core type of the reactive(RxJs) library. RxJs is extensively used in Angular (now Angular 7) framework.Observable provide us with asynchronous stream of data, that we can subscribe to, to get it’s values.

(read more)
by Oj Obasi - March 10, 2023, 12:49 a.m.
How To Generate An Angular-Cli App With A Style Extension Of Your Choice - Scss, Sass
Angular Web

How To Generate An Angular-Cli App With A Style Extension Of Your Choice - Scss, Sass

ng new my-app will generate an app with .css files. But what if you wanted to generate an app a different css file extension?

(read more)
by Oj Obasi - March 7, 2023, 1:35 a.m.
Welcome To My First Angular 6 Application
Angular Web

Welcome To My First Angular 6 Application

How to create your first Angular Application. We will generate an Angular Application with the angular command line tool angular-cli. Hello Angular 6.

(read more)
by Oj Obasi - March 7, 2023, 1:35 a.m.
  • 1 of 2
  • Next

Featured posts

150
March 29, 2023, 3:40 p.m.

How to setup your docker container dockerfile to use NLTK packages

150
March 16, 2023, 10:57 a.m.

Django sitemaps. Add a site map to your Django application

150
March 13, 2023, 12:28 a.m.

How to search Django Api and display items using flutter

150
March 13, 2023, 12:18 a.m.

How to upload a JSON file to Firebase Firestore Using PHP

150
March 13, 2023, 12:16 a.m.

Use a JavaScript class to upload a Json File to Firebase Firestore

150
March 13, 2023, 12:14 a.m.

How to create a multiselect flutter list

150
March 13, 2023, 12:12 a.m.

How to send an email with Django

150
March 12, 2023, 1:43 p.m.

Django Rest Api and Flutter Dio Http using Bloc pattern

Calendar

Subscribe To Our Newsletter

Get all the latest information on new tutorials, projects.

logo-footer

Got Question? We are here to help.

OtCollect

We write to enlighten and educate. Tutorials on technology and everyday life.

Otcollect is a collection of tutorials on development web, mobile, desktop applications and any other topics of interest.

Company

  • Home
  • About
  • Contact Us
  • Join Our Team
  • Site Map

My Account

  • Sign In
  • Account
  • Help
  • Privacy Policy
  • Terms and Conditions

Customer Service

  • Payment methods
  • Money-back guarantee!
Public Tags:
AngularWebPythonDjangoJavaData StructuresStringLibraryJSONFirebaseFlutterMobileHTMLCollege CoursesJava ProgrammingQuizzesCollege QuestionsCS4406Software EngineeringAnalysis of AlgorithmsGCloudData ScienceData MiningBig DataArtificial IntelligenceUnit TestingWeb DevelopmentListIntroScrappingEcommerceOperating SystemsLinuxMobile DevelopmentAndroid

Copyright © 2023 Otcollect. All Rights Reserved.

We're using safe payment for
payment

Home

Tutorials

Account

Search

  • Main Menu
  • Categories
  • Home
  • About
  • Contact Us
  • Join Our Team
  • Account
  • Help
  • Privacy Policy
  • Terms and Conditions
  • Site Map
  • Web
    • Django
    • Ecommerce
    • Web
    • Web
    • Web
    • Web
    • Flask
    • Ecommerce
  • Algorithms
    • Python
    • Java
  • Data Structures
    • Python
      • String
      • List
      • Stacks
      • Comprehensions
      • Queue
      • Nested Lists
      • Tuples and Sequences
      • Sets
      • Dictionaries
      • Comprehensions
    • Java
      • String
      • List
      • Stacks
      • Comprehensions
      • Queue
      • Nested Lists
      • Tuples and Sequences
      • Sets
      • Dictionaries
      • Comprehensions
  • Artificial Intelligence
    • Getting Started
    • Machine Learning
    • Game Theory
    • Computer Vision
    • Robotics
    • Natural Language Processing
    • Artificial Intelligence
    • Quizzes
  • Featured
  • College Quizzes