Skip to content

javaatpoint

  • Home
  • Topics
    • Django
    • React
    • Computer Architecture
    • Python
    • Redux
    • DNS
    • Other Blog
    • Aptitude
    • Job updates
  • Author
    • Contact Me
    • Privacy Policy
  • About
SOLVED – E: Unable to locate package php8.0-fpm & E: Package ‘php8.0-fpm’ has no installation candidate

SOLVED – E: Unable to locate package php8.0-fpm & E: Package ‘php8.0-fpm’ has no installation candidate

Posted on May 22, 2022May 22, 2022 by Javaatpoint
Error This error comes while Installing PHP 8.0 with Nginx . E: Unable to locate package php8.0 – E: Package ‘php8.0-fpm’ has no installation candidate...
laravel: command not found in ubuntu or linux OS or mac OS | SOLVED | Easy

laravel: command not found in ubuntu or linux OS or mac OS | SOLVED | Easy

Posted on May 21, 2022May 21, 2022 by Javaatpoint
Error Description This error comes while trying to create a new project in Laravel with Command – This error looks like in terminal like –...
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,...

Posts navigation

Older posts

Search

© 2020-2021 Javaatpoint | All Rights Reserved.