
captaincodeman.com
Captain CodemanWeb Development and Cloud Computing
http://www.captaincodeman.com/
Web Development and Cloud Computing
http://www.captaincodeman.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Friday
LOAD TIME
6.3 seconds
16x16
32x32
64x64
128x128
160x160
192x192
256x256
Domains By Proxy, LLC
Registration Private
Domain●●●●●●xy.com
14747 N Norths●●●●●●●●●●●●●●e 111, PMB 309
Sco●●●ale , Arizona, 85260
United States
View this contact
Domains By Proxy, LLC
Registration Private
Domain●●●●●●xy.com
14747 N Norths●●●●●●●●●●●●●●e 111, PMB 309
Sco●●●ale , Arizona, 85260
United States
View this contact
Domains By Proxy, LLC
Registration Private
Domain●●●●●●xy.com
14747 N Norths●●●●●●●●●●●●●●e 111, PMB 309
Sco●●●ale , Arizona, 85260
United States
View this contact
15
YEARS
1
MONTHS
9
DAYS
GODADDY.COM, LLC
WHOIS : whois.godaddy.com
REFERRED : http://registrar.godaddy.com
PAGES IN
THIS WEBSITE
5
SSL
EXTERNAL LINKS
16
SITE IP
104.197.251.204
LOAD TIME
6.327 sec
SCORE
6.2
Captain Codeman | captaincodeman.com Reviews
https://captaincodeman.com
Web Development and Cloud Computing
Top 10 ways to fake it as a software developer · Captain Codeman
https://www.captaincodeman.com/2014/07/01/top-10-ways-fake-software-developer
Software Development and Cloud Architecture. Top 10 ways to fake it as a software developer. Jul 1, 2014 · 9 minute read · Comments. Or “how to survive in a role where you are supposed to have technical skills when you don’t really have any”. But they survive and seem to even thrive, probably being paid more than many other people on the team who are actually getting the work done. How do they do it? Well, these are their techniques intended to help you to spot them early, not to become one of them!
The difference between knowing and understanding · Captain Codeman
https://www.captaincodeman.com/2014/07/02/difference-between-knowing-understanding
Software Development and Cloud Architecture. The difference between knowing and understanding. Jul 2, 2014 · 3 minute read · Comments. I came across a commit recently that perfectly demonstrates the huge gulf that can exist between. There is a way to do something and truly. The reasons behind it. At this stage we’re normally producing a convoluted mess of unmaintainable styles applied to every element as needed. If we want a. To have a red border then we add. Style=border: 1px solid #ff0000. Something ac...
Dependency Injection in Go (Golang) · Captain Codeman
https://www.captaincodeman.com/2015/03/05/dependency-injection-in-go-golang
Software Development and Cloud Architecture. Dependency Injection in Go (Golang). Mar 5, 2015 · 8 minute read · Comments. Are you trying to figure out how to do dependency injection in Go (Golang) to make testing easier and allow you to switch providers? Maybe you want to create an app that you can run on Google’s AppEngine to take advantage of their PaaS datastore and other features but you want to have the ability to swap out the storage and run it on AWS against DynamoDB? Recently, I’ve been doi...
Switching blog from WordPress to Jekyll hosted by GitHub Pages and styled with Twitter Bootstrap 3.0 · Captain Codeman
https://www.captaincodeman.com/2013/08/01/switching-blog-wordpress-jekyll-github-pages-twitter-bootstrap-3-0
Software Development and Cloud Architecture. Switching blog from WordPress to Jekyll hosted by GitHub Pages and styled with Twitter Bootstrap 3.0. Aug 1, 2013 · 4 minute read · Comments. Phew … that’s a mouthful! I’ve used WordPress for my blog for the last few years since switching to it from BlogEngine.NET. I’ve spent a few hours getting setup using an alternative and while it’s not yet finished and more than a little rough around the edges I can already see the value in it. I decided to a proof of con...
Cargo Cult Mentality in Software Development · Captain Codeman
https://www.captaincodeman.com/2014/07/11/cargo-cult-mentality-software-development
Software Development and Cloud Architecture. Cargo Cult Mentality in Software Development. Jul 11, 2014 · 3 minute read · Comments. Have you ever worked on a project where people insisted that the team follow arbitrary rules? There’s often a reason for the original ‘rule’ but like any Cargo Cult. The reason has been long forgotten and lost over time leaving little behind but a blind adherance to a practice in the belief that it somehow magically bestows benefits on a project. For example, the mathematica...
TOTAL PAGES IN THIS WEBSITE
5
May | 2014 | Matt Faus
http://mattfaus.com/2014/05
Skip to primary content. Skip to secondary content. Monthly Archives: May 2014. Improving Khan Academy’s student knowledge model for better predictions. May 8, 2014. 8212;———————————————————————————————. These feature vectors allow us to build the following statistical model to predict a student’s ability to correctly answer the next question in an exercise, even if the next question is the very first for that exercise. This project sets about to achieve two goals:. Upgrade the KnowledgeState mechanism s...
July | 2014 | Matt Faus
http://mattfaus.com/2014/07
Skip to primary content. Skip to secondary content. Monthly Archives: July 2014. Khan Academy Mastery Mechanics. July 3, 2014. If you’ve used Khan Academy, I’m sure you’re familiar with this graphic. It is shown at the end of each task to inform you of how you have progressed. You may not be familiar with the (somewhat complex) mechanics behind how students progress through each level of mastery, and that’s what I hope to clarify. Tutorial Mode: Plan your own practice problems. There are three ways stude...
March | 2014 | Matt Faus
http://mattfaus.com/2014/03
Skip to primary content. Skip to secondary content. Monthly Archives: March 2014. BigQuery at Khan Academy. March 26, 2014. Previously, I wrote about the three frameworks. We use for data analysis at Khan Academy. Since then, we have automated the export of production data into BigQuery and are regularly using it to perform analysis. We have all but deprecated our Hive pipeline and things are going great! Here, I’ll go over what has gone well, what concerns we have, and how we set everything up. Our BigQ...
Speeding up GAE Datastore Reads with Protobuf Projection | Matt Faus
http://mattfaus.com/2014/12/speeding-up-gae-datastore-reads-with-protobuf-projection
Skip to primary content. Skip to secondary content. Speeding up GAE Datastore Reads with Protobuf Projection. December 4, 2014. Like most frameworks these days, the Google Appengine (henceforth, GAE) SDK provides an API for reading and writing objects derived from your classes to the datastore. This saves you the boring work of validating raw data returned from the datastore and repackaging it into an easy-to-use object. In particular, GAE uses protocol buffers. Using the magic of monkey patching (run wi...
April | 2014 | Matt Faus
http://mattfaus.com/2014/04
Skip to primary content. Skip to secondary content. Monthly Archives: April 2014. Data engineering at startups. April 22, 2014. I’ve spent the last year on the data science (a.k.a. analytics) team at Khan Academy. Here are some of the lessons I have learned during that time. These lessons won’t apply to everyone, but if you’re working at a small company that fosters a data-driven process across the company, they should help you be more effective. Running some aggregations over an existing table is easy&#...
Matt Faus | Matt Faus
http://mattfaus.com/author/admin
Skip to primary content. Skip to secondary content. Author Archives: Matt Faus. Speeding up GAE Datastore Reads with Protobuf Projection. December 4, 2014. Like most frameworks these days, the Google Appengine (henceforth, GAE) SDK provides an API for reading and writing objects derived from your classes to the datastore. This saves you the boring work of validating raw data returned from the datastore and repackaging it into an easy-to-use object. In particular, GAE uses protocol buffers. Using the magi...
Matt Faus | Programming! | Page 2
http://mattfaus.com/page/2
Skip to primary content. Skip to secondary content. Newer posts →. Google Appengine Mapreduce, In Depth. October 16, 2013. With appengine-mapreduce, you can easily spin up machine instances inside the appengine datacenters for each of your shards, assign work to them, and then coalesce the results. The library has its quirks, but thankfully the source code is available for exploring and tinkering with. Here’s what I’ve learned from working with it over the past few months. DatastoreInputReader – wh...
agile-scrum-master-training.com
Chosing Certified Scrum Master (CSM) vs Professional Scrum Master (PSM)
http://www.agile-scrum-master-training.com/certified-scrum-master-csm-vs-professional-scrum-master-psm
CSM or PSM - which Certification to choose? Which competing Scrum Master certification to chose? Certified Scrum Master (CSM). Professional Scrum Master (PSM). CSM vs PSM Comparison. CSM and PSM are the leading Scrum Master Certifications. There are a number of different organizations offering different certification programs. The Project Management Institute. PMI) don't offer certification for Scrum but do have a number of Agile Project Management courses and credentials to offer. Let's take a step back...
Uncategorized | Matt Faus
http://mattfaus.com/category/uncategorized
Skip to primary content. Skip to secondary content. Speeding up GAE Datastore Reads with Protobuf Projection. December 4, 2014. Like most frameworks these days, the Google Appengine (henceforth, GAE) SDK provides an API for reading and writing objects derived from your classes to the datastore. This saves you the boring work of validating raw data returned from the datastore and repackaging it into an easy-to-use object. In particular, GAE uses protocol buffers. Using the magic of monkey patching (run wi...
TOTAL LINKS TO THIS WEBSITE
16
Captain Co-Creation – Work Like a Captain, Play Like a Pirate!
Work Like a Captain, Play Like a Pirate! Work Like a Captain, Play Like a Pirate! Declaration of Captain Co-Creation. Captain Co-Creation Event 2016. Bouwinfra & Smart Mobility Challenge. Captain Co-Creation Event 2015. Type your search keyword, and press enter. Search for then press enter. Is hét netwerkcollectief voor young professionals uit de bouw- and infrasector, die samen in co-creatie NU. Vorm en inhoud geven aan een toekomst robuuste bouw- and infrasector! Captain Co-Creation 9 sept. 18 januari ...
captaincode.com - This website is for sale! - captain code Resources and Information.
The domain captaincode.com. May be for sale by its owner! This page provided to the domain owner free. By Sedo's Domain Parking. Disclaimer: Domain owner and Sedo maintain no relationship with third party advertisers. Reference to any specific service or trade mark is not controlled by Sedo or domain owner and does not constitute or imply its association, endorsement or recommendation.
captaincode (Arne Reichenberg) - DeviantArt
Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')" class="mi". Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')". Join DeviantArt for FREE. Forgot Password or Username? Deviant for 9 Years. This deviant's full pageview. Last Visit: 452 weeks ago. This is the place where you can personalize your profile! MP3 pla...
CaptainCode – Just things.
Herzlich Willkommen auf meinem Blog! Ab demnächst wird hier mein persönlicher Blog zu finden sein. Bis dahin wird allerdings noch einige Zeit vergehen 😉.
I Am CaptainCode | Journey's through code.
Journey's through code. For the few of you that read my blog, you might be interested in knowing that along with some friends, I recently started a new business. We develop applications for mobile, for desktop, and for basically anything else that you might need. We have a lot of interesting things in the works for it, and would love to provide a custom quote. For you to see how we can help meet your needs. Comments : Leave a Comment. Undocumented functions in Flash. A huge annoyance: reset(). I had this...
Captain Codeman
Web Development and Cloud Computing. Web Development Without a Framework. How difficult is it to assemble the pieces you need. Posted by Captain Codeman. On Nov 29, 2017. As President Kennedy implored:. My fellow developers, ask not what your Framework can do for you. Ask what you can do for your framework! Yeah, I know, not. The exact quote. But sometimes it feels that you have to do more to help your framework work than your framework does to help you. Do you still need that framework? On Sep 8, 2017.
Home | Craig McCoy
Insert witty descriptive sentence here]. This is his site. JQuery filter by data. Check out how to setup sftp deployment tasks via grunt. JQuery Filter by data property. October 16th, 2015. JQuery filter by data. Read more about "jQuery Filter by data property". Site Setup Shell Script. April 4th, 2015. Quickly setup sites via shell script. Read more about "Site Setup Shell Script". April 4th, 2015. Quick SFTP Deployment via grunt. Read more about "Grunt SFTP Deployment". Blog redesign in assemble.io.
Domain Default page
If you are seeing this message, the website for is not available at this time. If you are the owner of this website, one of the following things may be occurring:. You have not put any content on your website. Your provider has suspended this page. Please login to to receive instructions on setting up your website. This website was created using our Parallels Panel product. We offer a full line of Billing, Sitebuilder and cloud computing tools. Please visit www.parallels.com. To find out more information.
Blog de CaptainCodex - CaptainCodex - Skyrock.com
Mot de passe :. J'ai oublié mon mot de passe. Plus d'actions ▼. S'abonner à mon blog. Pour tout les Geek qui aime le Let's play : venner critiquer ma vidéo sur MAGICKA - http:/ www.youtube.com/watch? N'éditer pas a laisser un commentaire! Création : 22/10/2013 à 21:25. Mise à jour : 22/10/2013 à 21:25. Magicka Trailer Let's paly by CaptainCodex and n0natie [FR]. Ajouter cette vidéo à mon blog. Pour tout les Geek qui aime le Let's play :. Venner critiquer ma vidéo sur MAGICKA! Ou poster avec :.
The USS Positive Gamer | Promoting positivity in gaming
The USS Positive Gamer. Promoting positivity in gaming. The Cod Squad: Dungeon Team for All. October 25, 2016. Well As we are sitting around waiting for the Wow 7.1 patch to drop. Now is a perfect time for me to talk about / complete my thoughts about The Cod Squad. The Cod Squad is a group / dungeon running team that will be running in Legion and beyond. Our team is based off of a couple of principles:. This group is for everyone. From “beginners” to “experts”. Positivity and friendships are required.
GKS Networks
Sponsors, Affiliates, and Customers. GKS Networks is a services based consulting company. I leverage proven, open technologies to provide solutions to help you better run your business. Because the tools I use are free for the general populace to use and improve upon, there are no licensing costs for you. You can also be certain that your infrastructure is not held captive by a 3rd party’s technolgy when they decide to no longer support or develop it.
SOCIAL ENGAGEMENT