
brendan.enrick.com
Brendan Enrick | Daily Software DevelopmentDaily Software Development
http://brendan.enrick.com/
Daily Software Development
http://brendan.enrick.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Saturday
LOAD TIME
1.9 seconds
16x16
PAGES IN
THIS WEBSITE
21
SSL
EXTERNAL LINKS
80
SITE IP
191.238.8.26
LOAD TIME
1.852 sec
SCORE
6.2
Brendan Enrick | Daily Software Development | brendan.enrick.com Reviews
https://brendan.enrick.com
Daily Software Development
Brendan Enrick | October 2014
http://brendan.enrick.com/2014/10/default
Deleting a Remote Git Branch. Another bit of git command line that a lot of people struggle to remember is the syntax to delete a remote branch. If you read my post from a couple of days ago, I mentioned a couple of things about deleting git branches. That’s how you delete them locally. If you want to push that deletion up to the remote repository as well, you need to take one additional step. The command I use to delete remote branches is this:. Git push origin :my-branch-name. Notice how the command is...
Brendan Enrick | All posts by benrick
http://brendan.enrick.com/post/Open-Shell-Here-GitHub-Tips-4
Two Minds Code Faster Than One. I’m not exactly silent in my belief that pair programming will help our industry, so it should come as no surprise that Steve Smith. And I paired together on a Pluralsight course on Pair Programming. It only made sense to me that a course on pair programming would be created by two people. We shared the work on each module of the course, and we think it turned out well. Making The Software Craftsmanship Calendar Images. I have no idea if I’ll make it into the 2016 calendar...
Brendan Enrick | All posts by benrick
http://brendan.enrick.com/author/benrick
Two Minds Code Faster Than One. I’m not exactly silent in my belief that pair programming will help our industry, so it should come as no surprise that Steve Smith. And I paired together on a Pluralsight course on Pair Programming. It only made sense to me that a course on pair programming would be created by two people. We shared the work on each module of the course, and we think it turned out well. Making The Software Craftsmanship Calendar Images. I have no idea if I’ll make it into the 2016 calendar...
Brendan Enrick | All posts by benrick
http://brendan.enrick.com/post/Speaking-at-CodeMash-2015
Two Minds Code Faster Than One. I’m not exactly silent in my belief that pair programming will help our industry, so it should come as no surprise that Steve Smith. And I paired together on a Pluralsight course on Pair Programming. It only made sense to me that a course on pair programming would be created by two people. We shared the work on each module of the course, and we think it turned out well. Making The Software Craftsmanship Calendar Images. I have no idea if I’ll make it into the 2016 calendar...
Brendan Enrick | Coding Katas and Exercises
http://brendan.enrick.com/post/Coding-Katas-and-Exercises.aspx
Larr; Good Teams Focus on the Team. Fun with IL DASM and Duck Typing →. Coding Katas and Exercises. The following post is a list of useful practicing resources. These include: coding katas, programming exercises, and educational software development games. If you’re not sure why you should be doing coding katas and exercises, I have this old post explaining the benefits of coding katas. Gilded Rose Refactoring Kata. Agile Ball Flow Exercise (imagine the 1990s under construction gif here). Thank you for t...
TOTAL PAGES IN THIS WEBSITE
21
Index
http://www.sol3.net/Tag/Index/Gardening
Home of Barrows Software Solutions, LLC. Some links of interest (varied). Entity Frameworks 4.1 on SQL Server some gotchas. Jason N. Gaylord. Kris van der Mast. Eric J. Smith.
Index
http://www.sol3.net/Links
Home of Barrows Software Solutions, LLC. Page 1 of 3. Adding OpenID to your web site in conjunction with ASP.NET Membership. I recently added membership, accounts, login, etc. to the AspDotNetMVC site. While doing so I decided I wanted to support OpenID, too. 6/2/2011 12:19 PM Tags: Authorization. Using Social Sign-in To Increase Conversions. 6/2/2011 12:19 PM Tags: Authorization. Color Hunter - Your Custom Palette. Quick color palette for sol3.net. 6/2/2011 12:19 PM Tags: Web Design. Now to the problem,...
Index
http://www.sol3.net/Article
Home of Barrows Software Solutions, LLC. Some links of interest (varied). Entity Frameworks 4.1 on SQL Server some gotchas. Jason N. Gaylord. Kris van der Mast. Eric J. Smith.
Index
http://www.sol3.net/Note
Home of Barrows Software Solutions, LLC. Some links of interest (varied). Entity Frameworks 4.1 on SQL Server some gotchas. Jason N. Gaylord. Kris van der Mast. Eric J. Smith.
Developer User Group Tips | ardalis
http://ardalis.com/developer-user-group-tips
Steve Smith, software craftsman. Developer User Group Tips. I’ve been a participant in a number of software developer user groups for many years, and an organizer of the Hudson Software Craftsmanship. Group since 2009. A few years ago, I was a member of the INETA. Co-founded and co-runs HudsonSC with me). Some other things to think about at this stage:. When will you meet? How often will you meet? What other groups have meetings you need to work around? Will you provide food? Which includes location, cal...
Programming | Chris Dix's Blog
https://chrisdixblog.com/category/programming
Chris Dix's Blog. Thoughts on software development and web technologies. Parsing text using regular expressions in Groovy. January 17, 2011. I’m really new to Groovy. But those familiar with Python or Ruby will quickly see some similarities in code syntax. I found this. Post by Ted Naleid to be extremely helpful for picking up String matching with regular expressions. Here are some examples that I wrote for using regular expressions in Groovy. Read more of this post. January 8, 2011. December 23, 2010.
Groovy | Chris Dix's Blog
https://chrisdixblog.com/category/programming/groovy
Chris Dix's Blog. Thoughts on software development and web technologies. Parsing text using regular expressions in Groovy. January 17, 2011. I’m really new to Groovy. But those familiar with Python or Ruby will quickly see some similarities in code syntax. I found this. Post by Ted Naleid to be extremely helpful for picking up String matching with regular expressions. Here are some examples that I wrote for using regular expressions in Groovy. Read more of this post. A (not so) brief look at BGP.
psBGP | Chris Dix's Blog
https://chrisdixblog.com/tag/psbgp
Chris Dix's Blog. Thoughts on software development and web technologies. A (not so) brief look at BGP. February 27, 2011. Two other classmates and I wanted to take a closer look at some of the native vulnerabilities in BGP, particularly replicating the Pilosov-Kapela. BGP Man-in-the-Middle attack, and the work being done to provide the world with a more secure alternative/addition to BGP. BGP largely consists of. AS), a logical grouping of networks, and advertised CIDR blocks called. Within the same AS.
Finding the maximum sum traveling from the top of a triangle to its base | Chris Dix's Blog
https://chrisdixblog.com/2011/01/08/finding-the-maximum-sum-traveling-from-the-top-of-a-triangle-to-its-base
Chris Dix's Blog. Thoughts on software development and web technologies. Fixing the Cygwin vi/vim arrow keys problem. Parsing text using regular expressions in Groovy →. Finding the maximum sum traveling from the top of a triangle to its base. January 8, 2011. For the past couple of weeks, I have been working on solving Project Euler. Problems 18 and 67 on Project Euler. The generic algorithm that I used to solve the problem was:. Read an integer from the file. Custom data structure utilizing linked lists.
TOTAL LINKS TO THIS WEBSITE
80
StatLIA Software - Immunoassay Workflow and Analysis Software
21 CFR Part 11. Powerful metrics provide direct measure of parallelism with well-behaved, and ill-behaved, bioassays. Meets USP 1032, 1033, 1034 Guidelines and European Pharmacopoeia 5.3. Merck uses StatLIA's direct measure of parallelism metrics to set acceptance limit for potency assays. StatLIA Validation Package and and GxP software capabilities simplify regulatory compliance. Brendan offers bioassay and immunoassay analysis and optimization consulting. The Five Parameter Logistic.
Brendan Walsh - "Before you speak to an audience - speak to us"
Public speaking is one of life's greatest fears. It can make the pulse race, the hands tremble and the throat turns dry. It’s true, most people are not confident talking in front of a group. Yet, today’s manager must be a proficient communicator, one-to-one AND often to a large audience. A superior ability to project ideas, inform and motivate groups is a key factor when one is being evaluated for promotion to a management position. So, what can you do to get that edge? What will be covered?
DEAD END - THE WEB-PAGE AT THE END OF THE INTERNET 1024 X 786 pixel
Index - Beautiful Business Card Printing, Thousands Of Templates Envelopes, Letterhead, Postcards, Stunning Design Catalog,
E to H Alpha.
Brendan Enrick | Daily Software Development
Coding Live on Stream - DevChatter. When I started out, I was choosing where I wanted to stream. I figured YouTube and Twitch made the most sense, so I set up a DevChatter YouTube. And a DevChatter Twitch. Subscribe on YouTube and follow on Twitch to see my streams and videos! What I set up for DevChatter. I mentioned creating some accounts and picking up a domain name I’m not using yet. I also had a basic logo designed for DevChatter, and am now using that for the Twitch account. Fun with Prime Numbers.
home - Brendan Hehir | fine artist | Australia
A poet’s lie. Brendan Hehir- fine artist. Brendan is a free-ranging professional artist. Since the ‘70’s Brendan has been involved in theatre and TV production, sculpting, painting, signwriting, illustrating, building and design. He also, with his wife Jinny, has run art based businesses as diverse as designer giftware and multimedia productions. Brendan has lived in Blackwood (Victoria) for 27 years. He has 3 beautiful daughters and a grandson. 2013 The Deck, Bay Street Brighton. M 0419 137 812.
brendan.is - Brendan Johan Lee
The idea behind this site was to create a combined personal bibliography and CV with easy to remember? Categories are found in the menu on the right hand side or below if you are on mobile, and more are continuously being added. Below is a short a short description about me. My general CV is available as a PDF here. I also have a CV available through linkedin. Also check out my list of education. List of published articles. And my other personal website. A short overview of my professional life.
Brendan McCarthy's Website
Brendan Clarke | UX Manager Working in Digital Media
UX Manager (User Experience, CRO and Design). Creative geek, working in digital media and advertising, with a broad range of digital and design skills. I specialise in UX (user experience), design, front-end development, and technical SEO. Through combining my technical and analytical skills, I manage CRO (conversion rate optimisation) and UX for clients. As part of my role, I manage data-led cross-channel digital media campaigns, and lead on accounts. Read More About Me. In my spare time, you can find m...
SOCIAL ENGAGEMENT