Featured

Tuning Hyper Parameters Using MLOps (Machine Learning on DevOps)

Modern era is the era of technology.We are living in the era of technology like Machine-Learning , Artificial Intelligence , Automation etc.The demand of machine-learning engineers are growing day-by-day.To build and develop the models are not a big-deal but main issue is accuracy , performane and automation.So to increase the performance and accuracy , we […]

Read More Tuning Hyper Parameters Using MLOps (Machine Learning on DevOps)

Here’s how this NASA-funded tech can help create clothing to handle menopause symptoms

NASA has revealed that the London-based company Fifty One Apparel is using its technology to help women stay comfortable during menopause through a range of temperature-regulating clothing. Named after the average age when women begin to experience menopause, the company’s clothing maintains the temperature-regulating properties using the Outlast technology once funded by NASA but retains the look and […]

Read More Here’s how this NASA-funded tech can help create clothing to handle menopause symptoms

What should be the syllabus of four years of Computer Engineering?

B.Tech Computer Science and Engineering Syllabus (By – Hemant Gangwar) sem1 1.Fundamentals of Computers2.Programming In C++/Java3.Operating Systems4.Professional Communication-15.Computer Networking6.Engineering Maths-1 sem2 1.Data Structures Using C++/Java2.Engineering Maths-23.Maths for Competitive Programming4.Professional Communication-25.Agile Software Development6.Linux OS sem3 1.Programming In Python and Flask2.DataBase Management System(SQL and NoSQL Both)3.Engineering Maths-34.Object Oriented Programming and Design Patterns5.Computer Graphics sem4 1.Compiler Design2.Design and […]

Read More What should be the syllabus of four years of Computer Engineering?

Kubernetes and Its Use Cases and OpenAI Case Study

WHAT IS KUBERNETES? Kubernetes is open source software that allows you to deploy and manage containerized applications at scale. Kubernetes manages clusters of Amazon EC2 compute instances and runs containers on those instances with processes for deployment, maintenance, and scaling. Using Kubernetes, you can run any type of containerized applications using the same toolset on-premises and in […]

Read More Kubernetes and Its Use Cases and OpenAI Case Study

ANSIBLE CASE STUDY: NETAPP AUTOMATES IT TASKS FOR FASTER APPLICATION DELIVERY WITH RED HAT

What is Ansible? Ansible is an open-source software provisioning, configuration management, and application-deployment tool enabling infrastructure as code. It runs on many Unix-like systems, and can configure both Unix-like systems as well as Microsoft Windows. Applications of Ansible: Configuration Management Application Deployment Intraservice Orchestration Provisioning About NetApp: NetApp, Inc. is an American hybrid cloud data […]

Read More ANSIBLE CASE STUDY: NETAPP AUTOMATES IT TASKS FOR FASTER APPLICATION DELIVERY WITH RED HAT

Task Description📄 🔰 Create High Availability Architecture with AWS CLI 🔰 🔅The architecture includes- Webserver configured on EC2 Instance Document Root(/var/www/html) made persistent by mounting on EBS Block Device. Static objects used in code such as pictures stored in S3 Setting up Content Delivery Network using CloudFront and using the origin domain as S3 bucket. […]

Read More

Competitive Programming Roadmap

– Array– STL in C++ / Collections In Java– Recursion and Backtracking– Time Complexity– Sorting Algorithms(Quick,Merge,Heap,Radix,Counting,Bubble,Insertion,Selection)– Sliding Window Technique– Prefix Sum Problem (1D and 2D)– Simple Hashing Problems– Birthday Paradox Problem– Euclidean and Extended Euclidean Algorithm + applications– Sieve of Eratosthenes– Segmented Sieve– Linear Diophantine Equation– Wilson’s Theorem– Lucas Theorem– Miller Rabin Primality Test– Finding […]

Read More Competitive Programming Roadmap