Skip to content

javaatpoint

  • Home
  • Topics
    • Django
    • React
    • Computer Architecture
    • Python
    • Redux
    • DNS
    • Other Blog
  • Author
    • Contact Me
    • Privacy Policy
  • About
How to create SDP (Session Description Protocol) offer for video streaming in javascript.

How to create SDP (Session Description Protocol) offer for video streaming in javascript.

Posted on May 9, 2022May 9, 2022 by Javaatpoint
I-Make a async function – II-Create one RTCPeerConnection RTC Peer Connection represents a webRTC connection between the local computer and a remote peer , let’s...
How to transfer fonts/text to right side ,left side & in center in Navbar Bootstrap5

How to transfer fonts/text to right side ,left side & in center in Navbar Bootstrap5

Posted on April 6, 2022April 6, 2022 by Javaatpoint
Use below in Navbar class to transfer fonts under it to right side , left side & in center . ms-auto -> Rightme-auto -> Leftmx-auto...
How to increase text/font size in Navbar Bootstrap 5 | Make text large in Navbar

How to increase text/font size in Navbar Bootstrap 5 | Make text large in Navbar

Posted on April 6, 2022April 6, 2022 by Javaatpoint
There are lots of ways in which you can increase text/font size in Navbar Bootstrap 5 , here we will discuss 2 easy ways in...
How to attach navbar till right & left corner of top page in CSS

How to attach navbar till right & left corner of top page in CSS

Posted on April 1, 2022April 1, 2022 by Javaatpoint
We have a navbar which is not attach to the left & right corner of top page like – CSS Code for above Navbar in...
How to save multiple no of relational objects(json format) from frontend in foreign key of model in Django

How to save multiple no of relational objects(json format) from frontend in foreign key of model in Django

Posted on December 15, 2021December 15, 2021 by Javaatpoint
Sometimes , you get multiple relational objects for a foreign key , so we will discuss about , how to save these multiple objects in...
Difference between count and len function in Django model or database queryset | When to use count() & len() function in Django

Difference between count and len function in Django model or database queryset | When to use count() & len() function in Django

Posted on December 10, 2021December 10, 2021 by Javaatpoint
len() function gives the no of object present in some variable , ex – As you could see in above example , all the data...
How to return empty json objects in Django

How to return empty json objects in Django

Posted on December 7, 2021December 7, 2021 by Javaatpoint
You can return empty json (Javascript Object Notation) in Django easily , just follow these 3 easy steps below – Import JsonResponse You can import...
User agent in Django | find if user is using mobile or PC or tablet | template & view usage in Django

User agent in Django | find if user is using mobile or PC or tablet | template & view usage in Django

Posted on November 29, 2021November 29, 2021 by Javaatpoint
User agent is a django package that allows easy identification of visitor’s browser, OS and device information, including whether the visitor uses a mobile phone,...
How to pass data to any template without passing it through the views in Django | global model(database) data for every template.

How to pass data to any template without passing it through the views in Django | global model(database) data for every template.

Posted on November 28, 2021November 28, 2021 by Javaatpoint
You can pass data to any template of your project , following below five steps – Create context_processors.py file in app folder As , shown...
How to run a fixed line of code| Selection of Code from a whole page or file of code in Visual Studio Code Editor

How to run a fixed line of code| Selection of Code from a whole page or file of code in Visual Studio Code Editor

Posted on November 8, 2021November 8, 2021 by Javaatpoint
Sometimes We have to run only a fixed line of Code from a file of Code, you can do it like below in just 3...

Posts navigation

Older posts
Newer posts

Search

© 2020-2021 Javaatpoint | All Rights Reserved.