Categories
interview

What to consider when accepting a job offer

job offer

There are a lot of things to consider other than compensation, when accepting an offer especially in the Software Industry. Some of them are

Categories
Uncategorized

Saving money in online shopping

piggy bank

Sales Taxes

To save money when shopping online, try to buy things from sellers from out of state. This way you won’t be charged sales tax on those. For example,

Categories
Uncategorized

Remove Invisible reCAPTCHA logo

reCAPTCHA Invisible
To remove the Invisible reCAPTCHA logo, you can use the following CSS in your code.

Categories
Uncategorized

Create CSS 3 Dashboard Text

https://codepen.io/Shiva1029/pen/ppgzgx
Creating this using CSS is a better way as it is lightweight speeds up your homepage load times, when compared to using a static image. Also you have an option of rendering it dynamically using Javascript.

Categories
Uncategorized

Turn on Bluetooth in Windows 10 Creators Update

Windows 10 system trayIf you ran into the same problem like me where my Bluetooth icon in my system tray was missing and Cortana wasn’t able to turn on the Bluetooth, then follow the steps below.

Categories
Uncategorized

Show/Hide Battery percentage on status bar (Android – Nougat -Samsung S7 Edge)

Follow the steps below to toggle the battery percentage on your status bar.

Categories
Uncategorized

Hide Tags from WordPress Twenty Seventeen Theme

You can hide your tags, tag-cloud, categories links from WordPress posts page by adding just a single line of code.
Open up your WordPress (Jetpack) CSS editor and add the following line in the end.

.entry-footer {
  display: none !important;
}

Now save the changes and clear your cache and you should no longer see the tags on your WordPress posts.

Categories
Uncategorized

How to invest in Cloud Mining in 5 minutes

For those of you who want to start mining cryptocurrencies like bitcoin, ethereum, etc and don’t want to invest in hardware upfront, then there are a lot of cloud mining options out there. But beware of fake companies that might swindle your money.
I personally prefer genesis-mining as it is an industry leader in cloud mining since the early days of bitcoin.

Categories
Uncategorized

Best ways to earn side income online

There are many ways in which you can earn some extra money by spending some of your free time. Who doesn’t like extra money? So here are a few ways to get started.

Categories
Uncategorized

Adding an SSL certificate to EC2

Buy Certificates

Buy your SSL certificate from a provider. I got mine from namecheap.
Transfer your SSL certificate bundle files onto your server, for example into /ssl/ folder.