Posts

Showing posts from October, 2021

FLAVORS OF LINUX

Image
FLAVORS OF LINUX LINUX:    Linux is  a family of open-source Unix-like operating systems based on the Linux kernel. An operating system was first developed and released by Linus Torvalds on September 17, 1991. Linux is typically packaged in a linux distribution. First get into the topic, we must know the categories of linux. This might help us in exploring more things in linux. The basic categories of linux distributions are Security focused User focused. We might think about how it would be possible to have more distributions in linux. The answer is very simple. LINUX IS FREELY REDISTRIBUTABLE. Anyone can create any distribution based on their preferences. FLAVORS OF LINUX: Debian:   Debian also known as Debian GNU/Linux is one of the Linux distributions. It is free and open source software. It was established by Ian Murdock on August 16, 1993.  It has access to online repositories that contain over 51,000 packages. Debian is a popular choice for servers, for example as the ope

QUANTUM COMPUTERS

Image
  For most of our history, human technology consisted of our  brains, fire, and sharp sticks  while fire and sharp sticks became power plants and nuclear weapons. The biggest upgrade has happened to our brains. Since the 1960s the power of our brain machines has kept growing exponentially allowing computers to get smaller and more powerful at the same time. But this process is about to meet its physical limits.   Computer parts are approaching the size of an atom.  To understand why this is a problem, we have to clear up some basics. A comput e r is made up of very simple components doing some simple things like representing data, the means of processing it, and controlling the mechanisms. Computer chips contain  modules, logic gates, and transistors . A transistor is the simplest form of a data processor in computers, basically, a switch that can either block or open the way for information coming through. This information is made up of bits that can be either set to  0 or 1 . A combi

INTRODUCTION TO KSS

Image
INTRODUCTION TO KSS:                       KSS is the abbreviated form of Knyle Style Sheet. It can be simply described as CSS documentation. Documentation for any flavor of CSS that you’ll love to write. It is in the form of human readable, machine parsable and easy to remember. KSS is a documentation specification and styleguide format. It is not a preprocessor, CSS framework, naming convention, or specificity guideline.It is hierarchical in nature. Why KSS? If we have added a new member to the medieval of our project, he/she would have coped up to our styles. He/she can’t start anything from scratch. This may increase the time to develop our project. Suppose, we have already documented our CSS, a new member can just refer to the styles and start doing their works. This will increase the efficiency of our project.  If you’ve ever been a new developer on a team with weak documentation, you know how confusing it can be to try to familiarize yourself with a dozen projects without docume

PROS AND CONS OF TAILWIND CSS

Image
  PROS AND CONS OF TAILWIND CSS: Tailwind CSS is a utility-first CSS framework for rapidly building custom user interfaces. I like to think of it as a cool way to write inline styling and achieve an awesome interface without writing a single line of your own CSS. In short terms, the main benefit of Tailwind is that it relieves you from having to write loads of CSS, and you can instead use Tailwind directly in your HTML. PROS: It makes the styling process much faster: It makes our work easier because as a developer, we don't need to switch between the css and html. We can simply do our styling in the html itself. It provides convenience: That is by using css, developers face a lot of problems. This can be avoided by simply using the tailwind css classes. It provides security:  People can safely use it in production. It is highly customizable: Since it is open source and free use, we can easily customize according to our needs.  It can be optimized using purgeCSS: We can optimize