
blog.abhinav.ca
sqldumpDuring these past few weeks, I’ve had a chance to play around quite a bit with the soon-to-be-1.0 Akka Streams module and I’ve been …
http://blog.abhinav.ca/
During these past few weeks, I’ve had a chance to play around quite a bit with the soon-to-be-1.0 Akka Streams module and I’ve been …
http://blog.abhinav.ca/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Monday
LOAD TIME
0.2 seconds
16x16
PAGES IN
THIS WEBSITE
12
SSL
EXTERNAL LINKS
2
SITE IP
151.101.40.133
LOAD TIME
0.25 sec
SCORE
6.2
sqldump | blog.abhinav.ca Reviews
https://blog.abhinav.ca
During these past few weeks, I’ve had a chance to play around quite a bit with the soon-to-be-1.0 Akka Streams module and I’ve been …
sqldump
http://blog.abhinav.ca/blog/page/2
File Uploads in Scala via Apache HttpComponents. In order to upload photos to Facebook from the server-side, the Graph API requires you to make a POST request with the image attached as multipart/form-data. Since I couldn’t find any native Scala libraries that make this task easy or intuitive, I went with the battle-tested Apache HttpComponents library. The next step was to create an entity that contains all the POST data:. MY FACEBOOK ACCESS TOKEN. Https:/ graph.facebook.com/me/photos. Step 1: Bounded M...
Kickstart a Couchbase cluster with Docker - sqldump
http://blog.abhinav.ca/blog/2014/07/31/kickstart-a-couchbase-cluster-with-docker
Kickstart a Couchbase Cluster With Docker. A few days ago, I was officially introduced to Couchbase. At a Toronto Hadoop User Group meetup. I say “officially” because I’ve known about some Couchbase use-cases / pros and cons on a high level since v1.8, but never really had the time to look at it in detail. As the presentation progressed, it got me interested in actually tinkering around with a Couchbase cluster (kudos to Don Pinto. My first instinct was to head over to the Docker Registry. Name in cb {.
Blog Archive - sqldump
http://blog.abhinav.ca/blog/archives
Scaling with Akka Streams: Fetch 1M Twitter Profiles in less than 5min. 5-Node Cassandra Cluster. 1 Command. Unit Testing Futures with ScalaTest. Hackathon: Bike Share Toronto. Kickstart a Couchbase cluster with Docker. Docker NodeJS Dev Environment: Take 2 - Container Linking. Develop a NodeJS app with Docker. Tracing Akka Projects with Atmos. Scaffolding an Akka project. Setup a Spark Cluster in 5 minutes. File uploads in Scala via Apache HttpComponents. ExecutionContext for Long Running Tasks. Making ...
5-Node Cassandra Cluster. 1 Command. - sqldump
http://blog.abhinav.ca/blog/2014/09/15/cassandra-cluster-docker-one-command
5-Node Cassandra Cluster. 1 Command. 2014-09-16] Update: The command now brings up a 5-node Cassandra cluster in addition to DataStax OpsCenter 5.0.0 and wires it all up together. See the GitHub repo. For details. Each node runs in its own container with the Cassandra process DataStax Agent while OpsCenter runs in its own container separate from the cluster. Run this command to bring up a 5-node Cassandra (2.1.0) cluster locally using Docker. Bash (curl -sL http:/ bit.ly/docker-cassandra). Name in cass {.
Docker + NodeJS Dev Environment: Take 2 - Container Linking - sqldump
http://blog.abhinav.ca/blog/2014/07/25/docker-nodejs-dev-environment-take-2
Docker NodeJS Dev Environment: Take 2 - Container Linking. I’ve had lots of feedback on my previous post. And I’d like to share some of it which I found especially helpful. Sent over a much shorter one-liner that installs Node in the docker container. This means my original. Wget http:/ nodejs.org/dist/v0.10.28/node-v0.10.28-linux-x64.tar.gz &. Tar -xzf node-v0.10.28-linux-x64.tar.gz &. Mv node-v0.10.28-linux-x64 node &. Ln -s /opt/node/bin/* . &. Rm -f /opt/node-v0.10.28-linux-x64.tar.gz. Now that we&rs...
TOTAL PAGES IN THIS WEBSITE
12
Abhijeet Surana Blog ...Social Media, SEO, Informative Blogger | Abhi Nahi to Kabhi Nahi…
Hacking and Web Security. À ªà à à à ( Love ). Log into your account. Log into your account. A password will be e-mailed to you. Branding the Stepping Stone for Startups. CHATBOT The Intelligent Digital Marketing Trend 2017. What is Responsive Website? What is QR Code and how to Generate QR Code? CHATBOT The Intelligent Digital Marketing Trend 2017. App Store Optimization: Tips for Higher Rankings. Google Ranking Factor 2012 : Infographics. 10 Things You Need to Know about updated facebook pages. Travel ...
By-Two Kaapi
The weblog of Abhilash Ravishankar. Let's talk over Kaapi. Here I blog about my. I blog about my. Twittering a pink slip. Published by Abhilash Ravishankar on Thursday, February 14, 2008 at 3:47 PM. Employee's twitter-log as he spent his last few minutes at Yahoo! Sure is fun to read (maybe not for him). Just another fun-use of twitter. Makes me love it even more. About 4 hours ago. Ohand my badge. He's going to take that too. Will I be able to get a latte for the road still? About 4 hours ago. We'll guz...
Lerner's Library - Abhilash Shukla Blog -
Lerner's Library – Abhilash Shukla Blog. 50 Python Libraries and Add-ons programmers cannot live without. October 8, 2013. There are plenty of Python libraries who really counts in projects and dramatically help-out programmers to reach a standard maturity level. Continue reading →. Hey, spread the word! 60 Apps and things my Ubuntu system must have. August 3, 2013. Programming and Development Environment. Apache, PHP, Mysql, Python, PIP, SetupTools, Django, VirtualEnv, Node.js, hadoop, mongodb. Here we ...
Thinking @ Speed of Light
Thinking @ Speed of Light. Jun 21, 2016. I seem to have gotten a bit of the carpentry bug. The room with the Dragon Door. Needed a table and as I did have some spare time I decided to build one. I'm a big fan of really long dining tables because somehow they feel grander. I decided to build one as long as the room would allow. Dimensions : 20 feet 10 inches (about 6.35 meters) x 3 feet 3 inches (about 1 meter). Height (table top) : 29.5 inches. Seating capacity : 22. The Elder Wand. As I do not own a...
My Knapsake
Saturday, September 3, 2011. Some interesting usages of closure in Javascript. Closures are one of the most powerful features of ECMAScript (Javascript), but they can not be exploited without properly understanding them. Some very interesting usage of closures for circumventing few problems are listed below. Problem: Add click listeners to a array of DOM elements, clicking on element should alert index of element in array. For(var i=0;i elArray.length;i ){. ElArray[i].on('click',function(){alert(i)});.
sqldump
Scaling With Akka Streams: Fetch 1M Twitter Profiles in Less Than 5min. During these past few weeks, I’ve had a chance to play around quite a bit with the soon-to-be-1.0 Akka Streams. I decided to start with a regular Scala command line app and hardcode the Twitter ID of the person whose followers’ profiles we were attempting to retrieve (since this is going to be throwaway code just for the sake of the experiment). The only dependencies were akka-actor. 1) Fetch all follower IDs of a given userID. Flatt...
Abhinav Outsourcing | Your Immigration Adviser
Delhi, Bangalore, Hyderabad and Mumbai. NEWS & UPDATES. ABHINAV does not offer consultancy on student visas/ overseas jobs/work permits/international or domestic placements. Resist Nativist Temptation in Australia, Advocates Observer. Resist Nativist Temptation in Australia, Advocates Observer. Bull; March 17, 2018 • No Comments. 5 Top Nations Renowned World Over for Offering Hassle-free Immigration & Settlement Opportunities. Bull; • No Comments. Are you eager to move abroad and settle there in? The Imm...
Own Doings – A Blog by Abhinav Kumar
A Blog by Abhinav Kumar. Scroll down to content. January 16, 2017. How do IITians get a package of almost 1 crore? How do IITians get a package of almost 1 crore? Answer by Aman Goel:. The Facebook package you’ve heard of includes 4 years of stocks that are ‘one time’. The base packages are low. In the range of 60 90 lakhs per annum. Some edits based on feedback from comments:. 60 90 lakhs IS. Low 60 90 lakhs is NOT. Overall, there are pros and there are cons. An advantage factor for someone might be...
Abhinava Dance Company | BLOG
Abhinava Dance Company BLOG. Arty Hearty Party ! Preserved by Practise ,. Destroyed by Non Commitment,. Tested as an Endurance Contest. Grows with Diligence and Blossoms with Gratitude. May our indulgence in Art be not just a pursuit of passion but a celebration of the finest aspect of human mind body and soul! To put it simply let it be a. Avalokana : Series -1 . TO BECOME A TRUE DEVOTEE! I wish to share my little scribbles with you all which i have been writing since few years. My words to artists who...
Abhinav Agarwal
Wednesday, March 7, 2018. The OM Mala - Meanings Of The Mystic Sound, by Nityanand Misra - Review. The OM Mala - Meanings Of The Mystic Sound, by Nityanand Misra. These eighty-four names are explained in 109 beads - 108 chanting beads and one sumeru bead, each bead taking up approximately two pages each. Perhaps the most common meaning of OM results from the rules of grammar itself, where the word OM is the result of three sounds coming together under the rules of sandhi -. And a " tradition. Or my favou...
Abhinav Bhatt
Abhinav Bhatt is writing on the Svbtle. Apple and Open Source Issues. Apple is going to have its coveted event on 9.9.14 and will probably bring another revolutionary device, as people assume. It has been 30 years since Mac arrived. It was a revolutionary product back then in 1984 when personal computing was still a far-fetched joke for the geeks and nerds. However, soon Windows arrived and whatever Microsoft did, by hook or crook, changed Apple. The same is happening again. Continue reading →. Continue ...
SOCIAL ENGAGEMENT