I have been working as a front-end developer for 5 years now. I’m really enjoying the work I’m doing and the impact I was making on projects and the world. I realised how big the impact I can make if I could do frontend development, mobile development and backend development. So, I decided to upskill myself with mobile development first with React-native. I selected react native since it is easier for me to understand since I have a good understanding of react js. I decided to learn Firebase since it is one platform I can use throughout all phases of the application development such as building, monitoring and engaging. I’m going to explore the platform and I’m going to start it from the build tools such as FireStore, Firebase Extensions, Cloud Functions and Cloud Storage. So, I will be posting updates on my blog about my learning journey.
See you soon.:)
Essential git commands for FOSS contributor
Have you ever tried to contribute to someones project on GitHub ? If you ever have done this you will know how hard it is to work Github , if it is your first time with git.
This is my experience of contributing to Open source Organization (FOSSASIA) on GitHub. And What I have learned from them.And this blog post contains commands to do most essential git operations.
Here I’m going to describe all the things I learned about git and GitHub from the sketch .
Continue reading “Essential git commands for FOSS contributor”
Make a Simple docker image and put it into a container
Hello folks,In this post i’m going to write about making a simple Node JS docker image and dockerizing it.Lets make a simple Node application first.
Lets make a folder for our project my case it is “docker-node”, then execute these commands to start node application in it. Continue reading “Make a Simple docker image and put it into a container”
Getting Started With Docker
Docker is worlds leading software container platform.That’s how they defined docker on their official web site.Since I am also exploring Docker this post will be little bit introductory one.In next post I will go deep of the docker with other features like Docker Swam. Continue reading “Getting Started With Docker”
How to make a simple Angular 2 Application and deploy it in GitHub pages
I’m going to use Angular-cli angular building tool to make my first angular application.first we need to install angular cli in our computer for that we have to run this command. Continue reading “How to make a simple Angular 2 Application and deploy it in GitHub pages”
Getting started with git- 3 ( make a git project )
Go to the folder that you want to make a git project.I’m going to make my project in my desktop and my folder name is “repo”.
Now we should tell git about folder which to be working with.for that we have to go to that specific folder.In my case I have to go to the “repo” folder which is in desktop. Continue reading “Getting started with git- 3 ( make a git project )”
Getting started with git- 2 ( configure an account )
Git gives ability of work in same repository for different users ( Software Engineer, Designers).for keeping track of work of every developer we need to identify them uniquely.For that we need to make separate account for each user.
You need to follow these stepst for add your name and email address. Continue reading “Getting started with git- 2 ( configure an account )”
Getting started with git -1
What you do If you want to keep tracks of your developments or if you want to upgrade/update your codes but if you want previous unedited files? If you don’t know about git you will make separate files by making copies of unedited file.such as : functions.php ,functions_edited.php, functions_edited_new.php
With git you can keeping track of your source codes ,git can help you with keep history of source code.Actually you can use this for not only source codes with Word documents, Photoshop files ,Text files etc.Most of the time programmers use this for managing their source codes.
How to use Hyper-V
if you want to work on other operating system , what you are going to do?
you will install virtual box or VMware on your machine and you will install next operating system on the virtual environment.
Most of the windows users don’t know about windows Hyper-V. It comes with windows 10,windows 8 and 8.1 .( This feature will not work if you have old hardware components).
How to turn off Updates in windows 10
Sometimes we need to turn off automatic updates because it uses big bandwidth.Limited internet connection owners specially have this problem.This is how we can do it in windows 10.
First you have to search for “Services” in windows 10 search box.




