Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Blog Directory  >  Software Blogs  >  Programming Blogs  >  The Geeky Way | Technology Inside Out programming Blog  > 

The Geeky Way | Technology Inside Out Blog


TheGeekyWay.com
Print Bubbles allows customers to simple solution for all your print requirements and personalised gift ideas.Easy to design online, upload photos, logos and own artwork!
2022-12-11 17:41
Infrastructure as Code (IaC) is an approach to managing IT infrastructure in which infrastructure resources are managed as code rather than through manual processes. Terraform is a popular o… Read More
2022-10-25 06:23
AWS Lambda is a serverless computing service that allows you to run your code without provisioning or managing servers. Terraform is a popular tool for infrastructure as code, which allows y… Read More
2019-08-23 19:40
Howdy Coders! Well, today we will learn about a few terms related to File Handling in C++. Stream :- A sequence of bytes File: A collection of data or information stored on som… Read More
2019-08-23 19:28
Hearing about Ansible lately? Everyone's using it! But what's the buzz about, what is ansible actually? And why should you use it? Lot's of questions and lot's of answers. Let's dive! W… Read More
2019-08-23 19:16
Its common now a days that all the passwords are being encrypted in order to prevent data theft. So the passwords are being encrypted, the most common and most secure encryption method is MD… Read More
2019-08-12 06:30
We start with basics, but then we've to upgrade. But why? Because the latest solution to the old problem is more elegant and much faster! To me, it happened to be GraphQL. It's a query la… Read More
2019-06-04 03:09
Ever wanted to automate a task on your *nix machine? Or are you fed up executing some set of commands again and again? If yes, then shell scripting can help you out there. In this tutoria… Read More
Symmetric And Asymmetric Encryption
2018-04-09 18:00
Secured communication is inevitably a required norm in the world. To achieve the same, different methods are being approached. You must have heard the word “cryptography”, which… Read More
Get Rid Of Your Old Terminal, Go Fish-ing
2018-04-03 17:43
Tired of using Bash terminal? Struggling with shell scripting. Want to try something better, easier to customize, configure. Fish is a simple, powerful yet user-friendly command-line shell g… Read More
Runlevels And Rc.d Scripts
2018-03-16 16:07
Many operating systems use the concept of runlevels. This is particularly the case for System V Unix based systems. As you might have read in our earlier post how Linux boots it uses runlev… Read More
Transfer Data With SCP
2018-03-14 20:17
Hello readers! Transferring data to your friends’ machine is not a big deal when using storage devices such as pen drives, CDs, etc. But have you ever intended to migrate files betwee… Read More
Hands-on Guide On GPG Keys
2018-03-05 22:35
GPG or GNU Privacy Guard is a complete and free implementation of the OpenPGP standard as defined by RFC4880 (also known as PGP). It is a tool that provides encryption and si… Read More
Blue-Green Deployment
2018-02-15 17:11
A few glimpse of past reminds us that application deployment on clouds was really a cumbersome task. Not only because the rollback was a pretty much complex operation to carry out, but also… Read More
What Is Git Blame & Itā€™s Usecases
2018-02-06 18:50
  Git Blame Have you ever wondered who touched a bunch of lines in this code last time? There have been lot of situations which can leave people baffled for a while to know who actually… Read More
2018-02-06 13:20
Git Blame Have you ever wondered who touched a bunch of lines in this code last time? There have been lot of situations which can leave people baffled for a while to know who actually cha… Read More
2018-01-26 18:04
What happens when your hard disk fries, or eventually you want to get a new machine? You tend up to loose all your dev configuration after years of hard work tweaking things here and there a… Read More
[Ultimate Guide] How SSH Works?
2017-11-30 08:58
SSH is quite an interesting protocol in itself. A lot of people are using it for a secure communication between two machines. This blog post hits behind the scenes that go on, between machin… Read More
Have You Ever Heard Of OG-TAGS?
2017-11-30 08:20
Ever noticed how Facebook shows an excerpt from a website with its image, or how a tweet with just a URL changes into a short window to the actual website? It’s because of og-tags. Let… Read More
2017-10-07 14:11
What is all the fuzz about Hybrid Apps? React Native is a framework build over the native development kit of both Android and iOS with which you can create mobile apps for both the platform… Read More
Introduction To React Native - Part 1
2017-10-07 08:41
What is all the fuzz about Hybrid Apps? React Native is a framework build over the native development kit of both Android and iOS with which you can create mobile apps for both the platfo… Read More
Android Activity LifeCycle
2014-07-17 19:05
Activity is the base class of an Android Activity (package android.app). An Activity represents a view to the user. For eg. When we open Messaging app to write a new message… Read More
Resetting Windows Password
2014-07-17 06:52
In past, some of you have used clever utilities like Kon Boot Utility to reset your window password, or asked your engineer to format C:/ drive if there was no way out. This article wil… Read More
2014-04-02 16:54
Git is the most popular version control system now a days. The reason behind popularity is its simple yet tremendous functionality. Unlike other VCSs (Version Control Systems), Git has some… Read More
2014-03-18 10:09
Chef is an amazing configuration management tool, widely used in a lot of industries. If you are not familiar with how to run chef/chef-solo, please go through this article first. One of the… Read More
2014-03-17 12:25
In the previous tutorials, we have discussed about the conditional statements. In this tutorial we'll be learning about something known as Storage Classes in the C language. Every variable y… Read More
2014-03-10 02:41
An artist in Deviantart with profile name 'doctormo' published an awesome tweak which let's you to change the user-interface of the GIMP something similar to world popular image editing soft… Read More
2014-02-28 06:18
When you are trying to make changes in a code, there is a big chance of failure. And if the system is as huge as OpenStack, it becomes really hard to figure the error out. Here comes Rally… Read More
2014-02-26 12:14
In this tutorial we will discuss about conditional statements in python. Conditional statements are used to perform different computation based on the Boolean expression which turns out t… Read More
2014-02-24 12:41
In the previous article we discussed about introduction to javascript, in this article we will discuss about how to write a javascript code, where we can add javascript in our web pages… Read More
2014-02-23 13:25
Hi everyone, welcome to this brief article discussing about javascript, we'll do this by discussing various fundamentals of javascript, javascript is a programming language that as a soft… Read More
2014-02-22 18:28
Beginning Java Programming Some institutes/tutorials start java directly using Netbeans or Eclipse IDE. But this is not the correct way. A better method is to use a basic text editor like No… Read More
2014-02-22 18:21
C to C++ and C++ to Java: C was a powerful programming language but used structural approach. So when the length of code exceeded a particular no. of lines, the code became unmanageable. So… Read More
2014-02-22 17:24
Hello geeks, (J4A) Java for Android is a series of tutorials for those who have good knowledge of C++ and want to switch to android without going into details of Core Java. So here we'l… Read More
2014-02-14 10:52
Since the day I started to read about the virtualization concept, I have been troubled by QEMU and KVM. They both look like complementary, but what exactly they do? And then there is libvirt… Read More
2014-02-13 17:22
Autoboxing is the mechanism in Java to convert primitive type values to respective wrapper class object. Java programmer mostly use autoboxing while using collections, since collection only… Read More
2014-02-09 08:16
So, finally we decided to make the site more spicy by giving out free video tutorials for you so that you can understand stuff in a better way. This page would be frequently updated with lin… Read More
2014-02-07 17:12
Linux was developed as a multi-user system. One big problem with multi-user systems is securing information of a particular user from other users. To do that, a concept of permissions was in… Read More
2014-02-07 15:20
This blog is a collaborative blog written by a group of individuals. For questions about this blog, please contact admin\@TheGeekyWay.com. Disclaimers for www.TheGeekyWay.com: All the inform… Read More
2014-02-05 18:01
Threads.  Thread is also known as lightweight process. Java multithreading allows to process multiple task simultaneously with less overhead than process. Mostly use to monitor session… Read More
2014-02-03 15:50
In the previous post we concentrated on the major advantage of Flip-Flop over Latches. In this Blog we will be concentrating more on the most basic type of Flip-Flops which is SR Flip-Flop… Read More
2014-02-01 15:32
In the previous tutorial, we've discussed about if - else and nested if - else statements and how we can use them to test certain conditions and execute a block of code depending on whether… Read More
2014-01-31 15:37
Variables Variables are used for storing data in the form of integer,char ,boolean etc.They act as a storage medium for us . Based on the datatype of variable  interpreter alloc… Read More
2014-01-30 07:29
Chef is an amazing tool from opscode to automate your work. Though it is very useful, it is also very complex to understand and work with. Before discussing about Chef-solo, here are some… Read More
2014-01-26 17:28
Before learning JAVA, it is advisable that you should have a programming background. Even if you re not from programming background, I will try to make it as simple as I can. JAVA is one… Read More
2014-01-25 17:00
Border radius is used to create rounded corners  see the following. [codepen_embed height=200 theme_id=1 slug_hash='emxdk' user='ianoop' default_tab='css' animations='run'/] Above co… Read More
2014-01-18 19:22
What is Z-Index ? Z-Index is the property of CSS which is used to order the elements behind and in front in the form of stack. You can consider this a virtual stack where the higher value… Read More
2014-01-15 07:33
  Why Python ? Python is a high-level programming language whose syntax is said to be clear and expressive. Python has a large standard library. Python is an easy to understand langu… Read More
2014-01-09 17:27
Welcome to your next tutorial in the C language,  today, we’ll discuss about operators in the C language. We have already discussed about Variables in C language, and how we can s… Read More
2013-12-23 10:58
When you are working on a project with a team, a big question is how to make them work on same environment? One solution is to make them work on same machine, but this gets messy as everyone… Read More
2013-12-23 04:53
Arduino Uno's Pin labelling is displayed in image below, and detailed function of each & every pin is mentioned below the image. PIN FUNCTIONS : USB To PC : It is used to communicate… Read More
2013-12-20 19:04
CSS animations is a great tool design website in very cool fashion without any gif images and reduced page size. ~(Keep\ in\ mind\ IE8\ and\ IE9\ are\ stone\ age\ browsers\ and\ CSS3\ animat… Read More
2013-12-18 09:34
OpenStack is a cloud computing project to provide an Infrastructure as a Service(IaaS), jointly launched by RackSpace and NASA. A collection of open-source technologies combined together mak… Read More
2013-12-16 06:21
Welcome to your next tutorial on the Learn C language, here we'll have a deeper look at the use of variables in C language. In previous tutorial about variables in C, we defined a variable s… Read More
2013-12-15 11:51
From Java 7 Binary type also joins the category of literal with * byte, short, int and long.* Which means a binary value can be assigned  by using 0b or 0B  prefix t… Read More
2013-12-13 20:03
Session is amongst the most important part in creating asp.net applications. It is a variable where you can put data between page requests when the pages are either posting or redirecting… Read More

Share the post

The Geeky Way | Technology Inside Out

×

Subscribe to The Geeky Way | Technology Inside Out

Get updates delivered right to your inbox!

Thank you for your subscription

×