
codersdemise.wordpress.com
Coder's Demise | Making developers life more complicatedMaking developers life more complicated (by Carlo Gonzales)
http://codersdemise.wordpress.com/
Making developers life more complicated (by Carlo Gonzales)
http://codersdemise.wordpress.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Wednesday
LOAD TIME
2.8 seconds
16x16
32x32
PAGES IN
THIS WEBSITE
0
SSL
EXTERNAL LINKS
21
SITE IP
192.0.78.12
LOAD TIME
2.75 sec
SCORE
6.2
Coder's Demise | Making developers life more complicated | codersdemise.wordpress.com Reviews
https://codersdemise.wordpress.com
Making developers life more complicated (by Carlo Gonzales)
Data Lake for the Enterprise: Using Elasticity of Cloud and Safety of In-premises deployment | Anup Kumar Blog
https://anupkumarblog.com/2014/11/12/data-lake-for-the-enterprise-using-elasticity-of-cloud-and-safety-of-in-premises-deployment
Big Data , Analytics and Information Architecture. MPP grade perfromance for data warehouse on Hadoop. Lambda Architecture and my experience with IBM Big Data Reference Architecture →. Data Lake for the Enterprise: Using Elasticity of Cloud and Safety of In-premises deployment. Posted by anup kumar. Data lake as understood by most of the enterprise is a big data repository that provides data to an organization for a variety of analytics processing including:. Discovery and Exploration of Data. Fill in yo...
Enterprise | Anup Kumar Blog
https://anupkumarblog.com/tag/enterprise
Big Data , Analytics and Information Architecture. Most convincing Big Data Use cases in Enterprise for 2013. Posted by anup kumar. Most convincing Big Data Use cases in Enterprise. URL Log, xDR , IPDR Analysis by Telco. Data warehouse Augmentation for Bankers. Network Inspection, Security and Audit across verticals. Product Quality /Defect Tracking for Manufacturing. Search across several terabytes of information. What’s Ahead in 2016 for Big Data & Analytics. F1, Spark and Blu-ray Player.
March | 2014 | Anup Kumar Blog
https://anupkumarblog.com/2014/03
Big Data , Analytics and Information Architecture. Securing a Hadoop Cluster. Posted by anup kumar. Drafted this while responding to a customer query…thought this would be useful for others as well. This draft summarizes the security available with BigInsight with specific emphasis on BigSQL. The Security concept is true for other Hadoop flavour as well. If you choose PAM authentication during installation, when a user accesses the InfoSphere BigInsights Console, the username and password are passed to t...
anup kumar | Anup Kumar Blog
https://anupkumarblog.com/author/anupkumargupta2013
Big Data , Analytics and Information Architecture. What’s Ahead in 2016 for Big Data & Analytics. Posted by anup kumar. As the year starts we will see plethora of reports on the trend for 2016. The reports are based on numerical analysis and lots of fact findings. However we all have our own gut feelinghere is what I see for Big Data and Analytics. This is primarily for Asia Pacific market and totally my personal opinion. 1 Focus on Data Acquisition. 2 Spotlight back on Data Integration tools. This may s...
MPP grade perfromance for data warehouse on Hadoop | Anup Kumar Blog
https://anupkumarblog.com/2014/06/11/mpp-grade-perfromance-for-datawarehouse-on-hadoop
Big Data , Analytics and Information Architecture. Securing a Hadoop Cluster. Data Lake for the Enterprise: Using Elasticity of Cloud and Safety of In-premises deployment →. MPP grade perfromance for data warehouse on Hadoop. Posted by anup kumar. Does below explain plan sounds business as usual…….What if i say that’s a plan for a query executed on Hadoop. Here is a some detail information about it. I will post my next blog experiencing security and performance for a actual workload. Keep tuned. Lambda A...
June | 2014 | Anup Kumar Blog
https://anupkumarblog.com/2014/06
Big Data , Analytics and Information Architecture. MPP grade perfromance for data warehouse on Hadoop. Posted by anup kumar. Does below explain plan sounds business as usual…….What if i say that’s a plan for a query executed on Hadoop. IBM announced BigInsight 3.0 with new BigSQL capability that would not use map-reduce for SQL kind of workload still leverage hdfs for data files. This is like leveraging best of Hadoop architecture for lower cost, scalability and MPP architecture for Performance.
Big Data | Anup Kumar Blog
https://anupkumarblog.com/tag/big-data
Big Data , Analytics and Information Architecture. F1, Spark and Blu-ray Player. Posted by anup kumar. What does F1, Spark and Blu-Ray player have in common? Before you start browsing your intellectual thoughts, let me state the fact, it just happens to be few regular events in last week. I hosted a session on Apache Spark, attended the SIA F1 weekend event and picked up my free Blu-Ray Player (gift with my TV upgrade). Apache Spark promises great Agility in terms of Big Data Analytic development life-cy...
Lambda Architecture and my experience with IBM Big Data Reference Architecture | Anup Kumar Blog
https://anupkumarblog.com/2015/03/25/lambda-architecture-and-my-experience-with-ibm-big-data-reference-architecture/comment-page-1
Big Data , Analytics and Information Architecture. Data Lake for the Enterprise: Using Elasticity of Cloud and Safety of In-premises deployment. F1, Spark and Blu-ray Player →. Lambda Architecture and my experience with IBM Big Data Reference Architecture. Posted by anup kumar. I hope this gives some perspective to existing Streams Developers that they have embraced the right technology and tools much ahead of time. Lambda Architecture Overview: http:/ lambda-architecture.net/. March 25, 2015 at 2:46 pm.
Use case | Anup Kumar Blog
https://anupkumarblog.com/tag/use-case
Big Data , Analytics and Information Architecture. Most convincing Big Data Use cases in Enterprise for 2013. Posted by anup kumar. Most convincing Big Data Use cases in Enterprise. URL Log, xDR , IPDR Analysis by Telco. Data warehouse Augmentation for Bankers. Network Inspection, Security and Audit across verticals. Product Quality /Defect Tracking for Manufacturing. Search across several terabytes of information. What’s Ahead in 2016 for Big Data & Analytics. F1, Spark and Blu-ray Player.
November | 2014 | Anup Kumar Blog
https://anupkumarblog.com/2014/11
Big Data , Analytics and Information Architecture. Data Lake for the Enterprise: Using Elasticity of Cloud and Safety of In-premises deployment. Posted by anup kumar. Data lake as understood by most of the enterprise is a big data repository that provides data to an organization for a variety of analytics processing including:. Discovery and Exploration of Data. Simple Ad Hoc Analytics. Complex analysis for business decisions. Real time Analytics and Reporting. Hybrid Enterprise Data Lake Architecture.
TOTAL LINKS TO THIS WEBSITE
21
Coder's Dairy
Friday, 26 February 2010. Uploading file in php. We want to uploading a file using the php. First we create one html file for uploading file using the forms in the html. Form enctype = "multipart/form-data" action = "upload file.php" method = "post". Input type = "hidden" name = "MAX FILE SIZE" value = "100000" br. Input type = "file" name = "upload file". Input type = "submit" name = "submit" value = "submit". Here, i will give a brief description about the important parts of the above code. Echo "Uploa...
CodersDawn | Talk is Cheap. Show me the code!!
Talk is Cheap. Show me the code! Design a logging mechanism. It should be thread safe. February 9, 2015. November 13, 2012. Preprocessing of the pattern :-. September 29, 2012. Void iterativePostOrder(node *root) { stack node * stk1; stack node * stk2; if(! Root) return ; stk1.push(root); while(! Stk1empty() { node *temp=stk1.top(); stk1.pop(); stk2.push(temp); if(temp- left) stk1.push(temp- left); if(temp- right) stk1.push(temp- right); } while(! Binary Search Tree to Doubly LinkList. September 25, 2012.
Coders' Deck | Lets Learn Together...
Vuejs 2 - Part 4:. Hello everyone, welcome to the fourth section of learning Vue.js 2. In the previous section we have learned about array and loops in Vue.js . By : Simon Gomes. March 25, 2017. Vuejs 2 - Part 3:. Welcome back guys, this is the 3rd section of Vue.js 2 series. If you haven’t already followed the previous ones I will highly . By : Simon Gomes. February 12, 2017. Vuejs 2 - Part 2:. By : Simon Gomes. January 29, 2017. Vuejs 2 - Part 1:. By : Simon Gomes. January 24, 2017. By : Simon Gomes.
codersdefine.com
Codersdelight.com
Coder's Demise | Making developers life more complicated
Hyperactive, ketchup-addict developer who loves to burn fats using his PC and an intimate lover of beautiful codes. A traveler at heart, circumventing the 7 seas on the four corners of Google Maps. I'm fond of traversing the vast ocean of BIG DATA and DISTRIBUTED SYSTEMS. Also, has . More ⇨. Get the latest updates. Online Quiz App Tutorial Using MEAN Stack. Making developers life more complicated. Online Quiz App Tutorial Using MEAN Stack. November 13, 2014. Blog at WordPress.com.
Coders Den | The place where codes are made
The place where codes are made. It seems we can’t find what you’re looking for. Perhaps searching can help. Blog at WordPress.com.
Coder's Desiderata | Be more than code
Be more than code. Global Game Jam 2018. On February 22, 2018 by Justin Osterholt. Comments - Game Jams. Global Game Jam 2018 took place at the end of January. It was hosted locally here in Sacramento at Square One Clubs. I participated as much as I could, but unfortunately I had some family obligations that prevented me from making it down to the site. Alright, so lets take a peek and go over some stuff! A free tool for creating space skyboxes. First half of bridge activating. Powering the bridge was do...
Untitled Document
codersdesk.com
The domain codersdesk.com is for sale. To purchase, call Afternic.com at 1 781-373-6847 or 855-201-2286. Click here for more details.
SOCIAL ENGAGEMENT