nuclearsquid.com nuclearsquid.com

nuclearsquid.com

The Nuclear Squid

Musings on technology.

http://www.nuclearsquid.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR NUCLEARSQUID.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

January

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Monday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.1 out of 5 with 8 reviews
5 star
4
4 star
1
3 star
3
2 star
0
1 star
0

Hey there! Start your review of nuclearsquid.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.3 seconds

FAVICON PREVIEW

  • nuclearsquid.com

    16x16

  • nuclearsquid.com

    32x32

  • nuclearsquid.com

    64x64

  • nuclearsquid.com

    128x128

CONTACTS AT NUCLEARSQUID.COM

Markus Prinz

An der P●●●●●●●●nbahn 32

Gm●●en

AT

View this contact

Markus Prinz

An der P●●●●●●●●nbahn 32

Gm●●en

AT

4368●●●●4962
ma●●●●●●●●●●@qsig.org

View this contact

Hetzner Online AG

Martin Hetzner

Stuttga●●●●●●●rasse 1

Gunz●●●●usen

DE

4998●●●●0061
4998●●●●0062
in●●@hetzner.de

View this contact

Hetzner Online AG

Martin Hetzner

Stuttga●●●●●●●rasse 1

Gunz●●●●usen

DE

4998●●●●0061
4998●●●●0062
in●●@hetzner.de

View this contact

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

DOMAIN REGISTRATION INFORMATION

REGISTERED
n/a
UPDATED
2014 March 24
EXPIRATION
EXPIRED REGISTER THIS DOMAIN

BUY YOUR DOMAIN

Network Solutions®

NAME SERVERS

1
ns.second-ns.com
2
ns1.your-server.de
3
ns3.second-ns.de

REGISTRAR

HETZNER ONLINE AG

HETZNER ONLINE AG

WHOIS : whois.your-server.de

REFERRED : http://www.hetzner.de

CONTENT

SCORE

6.2

PAGE TITLE
The Nuclear Squid | nuclearsquid.com Reviews
<META>
DESCRIPTION
Musings on technology.
<META>
KEYWORDS
1 latest blog posts
2 read more…
3 more blog posts
4 archives
5 feed
6 cypher
7 nuclearsquid
8 imprint
9 coupons
10 reviews
CONTENT
Page content here
KEYWORDS ON
PAGE
latest blog posts,read more…,more blog posts,archives,feed,cypher,nuclearsquid,imprint
SERVER
Netlify
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

The Nuclear Squid | nuclearsquid.com Reviews

https://nuclearsquid.com

Musings on technology.

SUBDOMAINS

tumblr.nuclearsquid.com tumblr.nuclearsquid.com

Nuclearsquid, shaken, not stirred - Page 1 of 45

Nuclearsquid, shaken, not stirred. Things I learnt playing video games. also. Reblogged from Into The Garbage Chute, Flyboy. Reblogged from Into The Garbage Chute, Flyboy. The new kids interacting with harrison ford. Reblogged from this isn't happiness. Reblogged from I am their fury. Reblogged from Into The Garbage Chute, Flyboy. Ok but these are really cool tho. Reblogged from this isn't happiness. Reblogged from this isn't happiness. Posted 1 year ago. Reblogged from Community AND Things.

soup.nuclearsquid.com soup.nuclearsquid.com

nuclear powered soup kitchen

Nuclear powered soup kitchen. For a glorious irradiated future. Over 3 years ago. Over 5 years ago. About 1 year ago. About 1 month ago. Over 3 years ago. About 14 hours ago. Newer posts are loading. You are at the newest post. To check if anything new just came in. Rust Presentation at Vienna.rb. A presentation I gave at the Vienna.rb Meetup in February. Rust Presentation at Vienna.rb. A presentation I gave at the Vienna.rb Meetup in February. How to become a Better Developer. I like Ruby Rogues. But ev...

INTERNAL PAGES

nuclearsquid.com nuclearsquid.com
1

How to become a Better Developer

http://nuclearsquid.com/writings/how-to-become-a-better-developer

Hi, I'm Markus. I'm a developer who likes Performance, PostgreSQL. Cooking, and Email. How to become a Better Developer. By Markus Prinz 1181 Words. This happens especially if you’ve just left the beginner stage behind, and are slowly advancing through the intermediate stage. Many plateaus await you, frustrating you in your quest for progress. Some days, it seems like you’ve hit your limits, the very best you can do, and that you cannot go any further. I like Ruby Rogues. Avdi Grimm’s Ruby Tapas. Here’s ...

2

Don't use Ruby's Perl-style global variables

http://nuclearsquid.com/writings/dont-use-rubys-perl-style-global-vars

Hi, I'm Markus. I'm a developer who likes Performance, PostgreSQL. Cooking, and Email. Don't use Ruby's Perl-style global variables. By Markus Prinz In Ruby. If you can avoid it, like. Instead, use their english aliases like. One caveat: with the exception of. Before you can use the english aliases. I’d love to see. Included into Ruby itself. The English RDocs contain a list with all the available aliases. And while we’re at it:. To something else, for example. Who pointed out the incorrect usage of.

3

Rails Security Primer presentation

http://nuclearsquid.com/writings/rails-security-primer

Hi, I'm Markus. I'm a developer who likes Performance, PostgreSQL. Cooking, and Email. Rails Security Primer presentation. By Markus Prinz In Presentations. A small presentation I gave at the Vienna.rb Meetup in March 2013. 2008–2016 Markus Prinz.

4

Extending a PostgreSQL Enum Type

http://nuclearsquid.com/writings/extending-a-postgresql-enum-type

Hi, I'm Markus. I'm a developer who likes Performance, PostgreSQL. Cooking, and Email. Extending a PostgreSQL Enum Type. By Markus Prinz In Postgresql. PostgreSQL supports custom enum types, which is awesome. However, extending them is kind of a pain, since there is no command to just add a new value to the enum. Thanks to this StackOverflow answer. There are two alternate ways to still get what you want. One works by modifying the. Extend" enum type with a new value: d. The faster, safe way. Or, in SQL:.

5

Subtree merging and you

http://nuclearsquid.com/writings/subtree-merging-and-you

Hi, I'm Markus. I'm a developer who likes Performance, PostgreSQL. Cooking, and Email. Subtree merging and you. By Markus Prinz In Git. If you’re using Git, you’re probably aware of submodules. They’re useful when you want to integrate and track another Git repository into your own. But there are two other options at your disposal. Here’s how you set it up. First you need to add Project B as a remote:. Git remote add -f projectb /path/to/other/repo. Then you prepare the subtree merge:. This tells Git to ...

UPGRADE TO PREMIUM TO VIEW 5 MORE

TOTAL PAGES IN THIS WEBSITE

10

LINKS TO THIS WEBSITE

contrall.info contrall.info

Contrall.info - letsencrypt

http://contrall.info/tag/letsencrypt.html

Let’s Encrypt SSL certificates. Published: Tue 01 November 2016. For instructions or commands below. Apt-get install certbot -t jessie-backports # or. Sudo git clone https:/ github.com/certbot/certbot /opt/letsencrypt. 2 Enable http webroot for check your ownership of domain. Server { server name domain.com; location /.well-known/ { root /var/www/common.place/cert; access log off; } location / { rewrite /(.*)$ https:/ domain.com/$1 permanent; }. 3 Configure certbot and get first certificate. Overview for...

contrall.info contrall.info

Contrall.info - missing feature

http://contrall.info/tag/missing-feature.html

Published: Mon 13 June 2016. Sometimes it's necessary start EC2 instance for short period of time. It may be necessary for backups, periodic checks, etc. It can be done by the following ways:. Schedule via Autoscaling Group. Using external/dedicated machine make a call by AWS SDK. With AWS Data Pipeline. With custom Lambda functions. Schedule via Auto Scaling Group. Using external machine or 3rd Party services. You have to pay. And sharing credentials will not improve security. With AWS Data Pipeline.

contrall.info contrall.info

Contrall.info - Dmytro Gorbunov

http://contrall.info/author/dmytro-gorbunov.html

Let’s Encrypt SSL certificates. Published: Tue 01 November 2016. For instructions or commands below. Apt-get install certbot -t jessie-backports # or. Sudo git clone https:/ github.com/certbot/certbot /opt/letsencrypt. 2 Enable http webroot for check your ownership of domain. Server { server name domain.com; location /.well-known/ { root /var/www/common.place/cert; access log off; } location / { rewrite /(.*)$ https:/ domain.com/$1 permanent; }. 3 Configure certbot and get first certificate. Amazon has c...

contrall.info contrall.info

Contrall.info - misc

http://contrall.info/category/misc.html

Let’s Encrypt SSL certificates. Published: Tue 01 November 2016. For instructions or commands below. Apt-get install certbot -t jessie-backports # or. Sudo git clone https:/ github.com/certbot/certbot /opt/letsencrypt. 2 Enable http webroot for check your ownership of domain. Server { server name domain.com; location /.well-known/ { root /var/www/common.place/cert; access log off; } location / { rewrite /(.*)$ https:/ domain.com/$1 permanent; }. 3 Configure certbot and get first certificate. Published: T...

contrall.info contrall.info

Contrall.info - security

http://contrall.info/tag/security.html

Security Benchmark for AWS. Published: Thu 09 June 2016. Center for Internet Security. Published the document which allows to evaluate how secure is your way of using AWS. CIS AWS Foundations Benchmark document (pdf). Audit for a significant part of checks is just one or two calls to AWS CLI which is good for automation. Nice slides from evident.io about the importance of this document. CIS Foundations Benchmark for AWS Security. Cloud, Big Data and Mobile. AWS Tips I Wish I'd Known Before I Started.

contrall.info contrall.info

Contrall.info - certification

http://contrall.info/tag/certification.html

Amazon Certification Program (updated). Published: Fri 08 July 2016. Amazon has quite a big variety of certifications about using their services. Follow this official link. I've passed the exam for AWS Certified Developer - Associate. And for AWS Certified Solutions Architect - Associate. When I was preparing for the exam I've read about all Amazon services that were available at that moment. How Amazon SQS Queues Work. Also now you may take Practice Exam Registration fee is USD 20 (For Associate level).

contrall.info contrall.info

Scheduled EC2 Instance

http://contrall.info/aws-scheduled-ec2.html

Published: Mon 13 June 2016. Sometimes it's necessary start EC2 instance for short period of time. It may be necessary for backups, periodic checks, etc. It can be done by the following ways:. Schedule via Autoscaling Group. Using external/dedicated machine make a call by AWS SDK. With AWS Data Pipeline. With custom Lambda functions. Schedule via Auto Scaling Group. Using external machine or 3rd Party services. You have to pay. And sharing credentials will not improve security. With AWS Data Pipeline.

contrall.info contrall.info

Security Benchmark for AWS

http://contrall.info/aws-security-benchmark.html

Security Benchmark for AWS. Published: Thu 09 June 2016. Center for Internet Security. Published the document which allows to evaluate how secure is your way of using AWS. CIS AWS Foundations Benchmark document (pdf). Audit for a significant part of checks is just one or two calls to AWS CLI which is good for automation. Nice slides from evident.io about the importance of this document. CIS Foundations Benchmark for AWS Security. Cloud, Big Data and Mobile. AWS Tips I Wish I'd Known Before I Started.

contrall.info contrall.info

Contrall.info - docker

http://contrall.info/category/docker.html

First time a speaker for meetup. Published: Thu 25 February 2016. Today evening I was a speaker for Docker Ranstaad Meetup Sponsored by Wercker. Slides from my part are available in Google Docs. It was a first time when I presenting anything to such big group of people (it was more than 50 people). I was a bit nervous, probably something didn't go as good as it could be, but I think it's a good start anyway. I'll try to keep that doing and prepare the presentation about using UI inside docker.

UPGRADE TO PREMIUM TO VIEW 48 MORE

TOTAL LINKS TO THIS WEBSITE

57

SOCIAL ENGAGEMENT



OTHER SITES

nuclearspecialists.com nuclearspecialists.com

Business profile for nuclearspecialists.com provided by Network Solutions

Phone: Your business phone number. Fax: Your business fax number. Email: Your business e-mail address. The type of business you are in. Your list of brands. Products and/or services you provide. Coupons and other discount information you offer. Any other information about your business. Your hours of operation. Methods of payment you accept. If this is your Web site, you can customize your business profile from your account at Network Solutions. To edit your business profile.

nuclearspike.com nuclearspike.com

www.nuclearspike.com

nuclearsportinggoods.com nuclearsportinggoods.com

Nuclear Sporting Goods - Your Online Sports Resource - Home

Nuclear Sporting Goods - Your Online Sports Resource. Welcome to Nuclear Sporting Goods - Your Online Sporting Goods Choice. Thank you for visiting our new Internet site. As an up-to-date business, we want to give you the opportunity to stay in touch with our company and our offers. A new content management system will enable us to always keep you up to date. Nuclear Sporting Goods has a storefront. You can reach us at 425-334-5799 or toll free at. And by fax at. Http:/ www.stevenspass.com/site.

nuclearsports.com nuclearsports.com

nuclearsports.com

This Web page is parked FREE. Courtesy of epik.com. Offering Top Level Domains that improve image and marketability. Call 1.858.454.1400 to acquire this domain before it's taken! You may buy or lease this domain. OFFERING FAST 24-HOUR DOMAIN TRANSFERS! Visit NameWay.com for even more brandable domains! Buy This Domain For. Or Make an offer. START A PAYMENT PLAN FOR. Why You Should Invest In Domain Names. Like precious metals, domain names can never be destroyed. First Installment: $99.77. NOW THEREFORE, ...

nuclearspud.deviantart.com nuclearspud.deviantart.com

nuclearspud (Jason Mackey) - DeviantArt

Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) " class="mi". Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ". Join DeviantArt for FREE. Forgot Password or Username? Deviant for 12 Years. This deviant's full pageview. Last Visit: 100 weeks ago. This is the place where you can personalize your profile! By moving, adding and personalizing widgets. Why," you ask? 599, is that...

nuclearsquid.com nuclearsquid.com

The Nuclear Squid

Hi, I'm Markus. I develop software and solve performance problems. Working with small to mid-sized companies as well as startups, I provide technical support and guidance, write software tools to solve problems, and diagnose and fix performance problems in web apps. If you’re a company or startup and would like to hear more about how I can help you automate your processes and solve your performance problems, contact me by sending an email to markus@nuclearsquid.com. MacOS Terminal cheat sheet.

nuclearsquid.deviantart.com nuclearsquid.deviantart.com

NuclearSquid (Squid) | DeviantArt

Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')". Anybody for some Tenticle Rape? Deviant for 8 Years. This deviant's full pageview. Last Visit: 10 weeks ago. Anybody for some Tenticle Rape? This is the place where you can personalize your profile! By moving, adding and personalizing widgets. You can drag and drop to rearrange. You can edit widgets to customize them. The bottom has widgets you can add!

nuclearstability.web.unc.edu nuclearstability.web.unc.edu

Nuclear Energy In America - Energy Stability in America provided by Nuclear Energy

Nuclear Energy In America. Thursday, December 9th, 2010. Comments Off on Nuclear Energy. UNC Digital Commons Project. Provided by the UNC Office of Arts and Sciences Information Services. In collaboration with ibiblio.org.

nuclearstar.com nuclearstar.com

Want your own website? | 123 Reg

nuclearstar.tumblr.com nuclearstar.tumblr.com

CELESTIAL AVENUE

See, that’s what the app is perfect for. Wahhhh, I don’t wanna. Written by Nuclear Star. Celestial Avenue, Chapter Two: The Body in The Cabinet . Juggling college, friends, finances, and Aciel, everything was difficult and strange things have been happening in the apartment as well. Silverware and some of my clothes started to go missing. Over time, Aciel’s eyes went from brown to a reddish brown. My friends, that would visit my apartment and play with Aciel, noticed as well. Rdquo; He asked. I scoffed&#...

nuclearstarlight.deviantart.com nuclearstarlight.deviantart.com

NuclearStarlight (Tank) - 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? Digital Art / Hobbyist. Deviant for 4 Years. This deviant's full pageview. Last Visit: 24 weeks ago. By moving, adding and personalizing widgets.