Posts
My thoughts and ideas
My thoughts and notes on technology and programming
My thoughts and ideas
It’s very easy in Ruby to implement classes to autoload. If you don’t know about Ruby autoload class feature here is a short description on how to utilize this feature to have cleaner codes.
LXC Containers are light and fast, doesn’t consume lots of reasources and are very suitlable as a DevBox. But using them is tricky. Here is some practices to make them easier to use.
First of all you need well established procedures and roles, then we can adopt Scrum to facilitate the delivery process.
In this part I’m going to cover how to use Facebook API with AngularJs App to implement Facebook Login feature. With this feature you can easily integrate your AngularJs apps with Facebook social oAuth.
In this part I’m going to cover how to use Facebook API with AngularJs App to implement Like, Recommend and Share buttons. Let’s add some cool social features in our AngularJs apps easily.
Raspberry Pi sends public IP adress behind NAT via Email. If you have problem accessing Raspberry Pi public IP address because it changes dymanically here is what you need.
How to quickly set up a VPN server using Raspberry Pi, It’s very easy to have Raspberry Pi VPN server at home. No external keyboard or HDMI needed to do this tutorial. All you need is …
Have you ever wanted to integrate third party frameworks into AngluarJs? This is an explanation of AngularJs Facebook integration, in great details. I show you how to deal with asynchronous calls and prmises.
Removing files from your GIT branch does not make them inaccessible throughout your GIT history. If you want to remove credentials from GIT read on.
If you’re working on Angularjs apps and getting $digest in progress or similar errors, it means that you still need to know more about AjngularJs apply.