Skip to main content

Quick CSS Tips - part 1

· One min read
Anand Raja
Senior Software Engineer

Changing the color of checkbox if checked

<label for="checkbox1" class="checkbox">
<input id="checkbox1" type="checkbox" role="checkbox" />
<span class="custom"> Checkbox </span>
</label>

HTML & JS: Quick Tips - part 1

· One min read
Anand Raja
Senior Software Engineer

How to copy a text from a website which prevents copying from UI?

  1. Click on select option (Arrow with dotted arrow) in element tab on the console of the browser.
  2. click on the UI text using select arrow as shown in the below image
  3. Selected element will be stored under the variable $0. You can see it in the below image.

My Medical Chit-Chat - Part 1

· 3 min read
Anand Raja
Senior Software Engineer

Bacillus Clausii vs Lacticasei bacillus casei

While both Bacillus Clausii and Lacticaseibacillus casei (previously known as Lactobacillus casei ) are considered probiotic bacteria, the key difference lies in their ability to form spores and the conditions they thrive in, with Bacillus Clausii being more resilient to harsh environments due to its ability to form spores, while Lacticaseibacillus casei is typically found in environments with lower pH levels and is associated with lactic acid production and Lacticaseibacillus casei does not form spores as well; making Bacillus Clausii potentially more suitable for situations where gut conditions are highly acidic, like after antibiotic use, and to treate acute diarrhea, while Lacticaseibacillus casei could be beneficial for general gut health maintenance.

Understanding and Resolving CORS Error

· 5 min read
Anand Techie
Software Developer, Frontend

What is CORS and CORS preflight?

Cross-Origin Resource Sharing (CORS) is an HTTP-based security mechanism controlled and enforced by the client (web browser) that allows controlled access to resources located outside of a given domain.

Generally, for security reasons, browsers forbid requests that come in from cross-domain sources. However, there could be cases where you want to overcome this and access cross-domain resources, and CORS makes this possible.

Kannada via Tamizh part 2

· 4 min read
Anand Raja
Senior Software Engineer

Case (வேற்றுமை உருபுகள்)

நன்னூலார் கருத்துப்படி எட்டு வேற்றுமைகளுமே உருபுகள் என்பதாம். அவை பெயர், ஐ, ஆல், கு, இன், அது, கண், விளி என்பன ஆகும். For more, 1, 2

  1. I love you.
TamizhKannadaHindi
naan ungalai/unnai kathalikkirennaanu nimmannu/ninnannu preetisteenimujhe tum se pyaar hai

Bash terminal customization

· 8 min read
Anand Raja
Senior Software Engineer

Linux Shells

When we open up our terminal, chances are that it uses Bash as its UNIX shell environment. But other shell environments exist such as the C Shell, Korn Shell, Z Shell, and even the Fish Shell. All of these different shell environments have their own pros and cons, and you should consider them before you choose one to use on your own system.