codingbliss.com
Humor : Coding Bliss
http://codingbliss.com/category/humor
Don’t feed the monkeys. January 2, 2012 by Lucas. Middot; Leave a Comment. The disconnect between passionate people and the unwashed masses. I have always been an optimistic person with deep passion for doing things correctly, and keeping an open mind to improvement, efficiency, and maintainability. Since I have been heavily inclined to being passionate about improvement, efficiency and maintainability this has led to wasted time and energy in essence feeding the monkeys.
codingbliss.com
Startup : Coding Bliss
http://codingbliss.com/category/startup
Startup Success–How to hire great people. January 10, 2012 by Lucas. Middot; Leave a Comment. In my previous posts I have discussed how important people are to making a great startup, In this post I will outline the characteristics that I think make for great people to help make you startup or your business a success. . 1 – Integrity. Is a concept of consistency. Of actions, values, methods, measures, principles, expectations, and outcomes. In ethics, integrity is regarded as the honesty. I really like t...
codingbliss.com
Business : Coding Bliss
http://codingbliss.com/category/business
Title 21 CFR Part 11: FDA Guidance. January 23, 2012 by Lucas. Middot; Leave a Comment. There was a good point brought up in a comment from a reader of this blog around the fact that the FDA had withdrawn guidance documents around Part 11 therefore they do not enforce it. There is new guidance so it can be deceiving. You can see the withdrawn list here I am not linking to them since they are withdrawn the less that is known about them the better.:. Maintenance of Electronic Records. 1 The FDA published ...
codingbliss.com
Architecture : Coding Bliss
http://codingbliss.com/category/architecture
January 20, 2012 by Lucas. Middot; Leave a Comment. With some of the foundational components defined previously, we will examine the big picture of XACML authentication system and then break out more workflows over time to get an application of this security framework. As you can see in the above diagram. Here is a step-by-step breakdown. 2- PEP packs this information along with roles and claims to the PDP for a decision to be made about you. 7 PDP sends decision back to PEP to then allow request or deny.
codingbliss.com
Healthcare : Coding Bliss
http://codingbliss.com/category/healthcare
Title 21 CFR Part 11: Standard Operating Procedures (SOPs) What are they and why are they important? January 26, 2012 by Lucas. Middot; Leave a Comment. Standard Operating Procedures (SOPs) –. An SOP is a written document or instruction detailing all steps and activities of a process or procedure. ISO 9001. Essentially requires the documentation of all procedures used in any manufacturing process that could affect the quality of the product. How does this work? Document Log Document Log. I will dive into...
codingbliss.com
Uncategorized : Coding Bliss
http://codingbliss.com/category/uncategorized
New Microservices Book MicroservicesBook.io. April 5, 2015 by Lucas. Middot; Leave a Comment. There is a new Microservices book here:. The greatest thing about Microservices is that is really is nothing new, but the philosophy along with the principles, helps make your projects successful. Agile was the big thing years ago, and just like how to can’t really “do” agile, but you can follow the principles of Agile and. Technical Writing: Writing a good functional specification. January 11, 2012 by Lucas.
codingbliss.com
SQL : Coding Bliss
http://codingbliss.com/category/sql
Skyline Query in T-SQL. January 5, 2012 by Lucas. Middot; Leave a Comment. Here is the sample database schema as an example to illustrate the procedure and process of implementing a Skyline Query that works with Microsoft Sql Server, this should work with all SQL Server that support nested queries. CREATE TABLE [dbo].[Housing](. IDENTITY(1,1) NOT NULL,. DistanceFromWork] [numeric](13, 4) NOT NULL,. Price] [money] NOT NULL,. Name] [nvarchar](50) NOT NULL,. City] [nchar](10) NULL,. VALUES (5, CAST(0.10...
codingbliss.com
Programming : Coding Bliss
http://codingbliss.com/category/programming
Pattern of the week: Memento. January 14, 2012 by Lucas. Middot; Leave a Comment. This weeks pattern is the Memento Pattern. We will spend this week reviewing this pattern, how it is used and what its intent is for. For some more in-depth definition you can see here. Are some useful descriptions, but to appreciate this we will review the intent and possible solutions and applications for this pattern in everyday work. January 12, 2012 by Lucas. Middot; Leave a Comment. The profile connection error was r...
codingbliss.com
2015 April : Coding Bliss
http://codingbliss.com/2015/04
New Microservices Book MicroservicesBook.io. April 5, 2015 by Lucas. Middot; Leave a Comment. There is a new Microservices book here:. The greatest thing about Microservices is that is really is nothing new, but the philosophy along with the principles, helps make your projects successful. Agile was the big thing years ago, and just like how to can’t really “do” agile, but you can follow the principles of Agile and.
codingbliss.com
Writing : Coding Bliss
http://codingbliss.com/category/writing
Technical Writing: Writing a good functional specification. January 11, 2012 by Lucas. Middot; Leave a Comment. The goal and reasoning behind documentation is not clear. The value of the documentation is not usually given to those who create it, and ultimately it is usually a lower priority than code and as a process is usually not followed so code and documentation get out of sync.