Author: thebuzz

Name of Innovation

DJango Models

conda activate myenv django-admin startproject ex_models cd ex_models python manage.py startapp employees Register the app – INSTALLED_APPS = [ ‘django.contrib.admin’, ‘django.contrib.auth’, ‘django.contrib.contenttypes’, ‘django.contrib.sessions’, ‘django.contrib.messages’, ‘django.contrib.staticfiles’, ’employees’, ] python manage.py migrate Copy paste the following in the employees/models.py from django.db import models class Student(models.Model): first_name = models.CharField(max_length=20) last_name  = models.CharField(max_length=30) contact    = models.IntegerField() email      = models.EmailField(max_length=50) age        = models.IntegerField() Run the following commands – python…
Read more


December 16, 2022 0

Lets Compare Byju’s, WOIR Channel & Vedantu

Finding a right online platform for education is challenging especially considering the number of options available in the market. Choosing one particular website is not easy, we provide you with a clear differentiation between different online learning platforms which help you decide which platform to pick regarding your educational needs. Although WOIR Channel is the…
Read more


April 8, 2022 0

Lets Compare Vedantu and WOIR Channel

Finding a right online platform for education is challenging especially considering the number of options available in the market. Choosing one particular website is not easy, we provide you with a clear differentiation between different online learning platforms which help you decide which platform to pick regarding your educational needs. Although WOIR Channel is the…
Read more


April 8, 2022 0

Lets Compare Byju’s and WOIR Channel

Finding a right online platform for education is challenging especially considering the number of options available in the market. Choosing one particular website is not easy, we provide you with a clear differentiation between different online learning platforms which help you decide which platform to pick regarding your educational needs. Although WOIR Channel is the…
Read more


April 8, 2022 0

How to get Job in Google, Apple, Amazon etc

इस वेबसाइट पर न केवल एजुकेशनल सामग्री, बल्कि गूगल, Apple, फ़ेसबुक या अमेजोन में जॉब पाने के लिए इंटरव्यू सम्बंधित प्रश्नो  का बहुत ही विस्तृत संग्रह मिलता है! यहाँ पर आप बहुत आसानी के साथ में आप अपने आप को  रजिस्टर करके संबंधित वीडियो को देख  सकते हैं और प्रयास  और कर सकते हैं कि…
Read more


March 22, 2022 0

Importance of Maa Sarswati Vandana for students

सरस्वती वंदना तथा मंत्र उच्चारण से घर का वातावरण बच्चों की पढ़ाई के अनुकूल हो जाता है इसलिए यह  बहुत ही ज़रूरी है कि एग्ज़ाम टाइम में या फिर  जब बच्चे पढ़ाई कर रहें हों तो इनका घर मे इन का  उच्चारण करा  जाये! हमने इस तरह के श्लोक और आरतियों  का संग्रह इकट्ठा किया…
Read more


March 21, 2022 0

WOIR Channel – Maths Class 8 Maths CBSE Free Contents

यह चैनल कक्षा आठ के विद्यार्थियों के लिए बनाया गया है और इसमें मैथ ( Maths – CBSE – ENGLISH MEDIUM ) की विषय के बारे में बात कर ली गई है ! इस चैनल मैं ध्यान रखा गया है कि इसमें विद्यार्थी अपने टारगेट से डिस्ट्रैक्ट  ना हों ! यह कंटेंट पूर्ण तरह से…
Read more


March 21, 2022 0

WOIR Channel – Class 10th CBSE Science Free Contents

We are fully committed that we will take the country’s education system forward so that more and more of our brothers, sisters, and children can study and move forward! We know that there is no dearth of knowledge in this country, only they need proper encouragement and guidance. All our content is completely free for…
Read more


March 21, 2022 0

NoSQLBench – Setup and Evaluating Cassandra Performance

  Download : Download the latest binary  nb file using this link https://github.com/nosqlbench/nosqlbench/blob/main/DOWNLOADS.md Sample Yaml File : # nb -v run driver=cql yaml=cql-keyvalue tags=phase:schema host=hostip scenarios:   default:     – run driver=cql tags==phase:schema threads==1 cycles==UNDEF     – run driver=cql tags==phase:rampup cycles===TEMPLATE(rampup-cycles,100000) threads=auto     – run driver=cql tags==phase:main cycles===TEMPLATE(main-cycles,1000000 threads=auto bindings:   seq_key: Mod(<<keycount:10000>>); ToString() -> String   seq_value: HashedFileExtractToString(‘data/lorem_ipsum_full.txt’,0,96)   rw_key: <<keydist:Uniform(0,10000)->int>>;…
Read more


September 3, 2020 1