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.
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.
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.
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.
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.
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.
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.
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.
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.
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 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.
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.
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.
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.
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.
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.
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.
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 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 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.
Python Web Adavanced Data Scrapping With Beautifulsoup None (read more) by Oj Obasi - March 10, 2023, 1:29 a.m.
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.
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.
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.
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.