Announcement

Chrome Developer Tools



CHROME DEVELOPER TOOLS

Hi Geeks! How are you? Hope you all are doing well, rather I should say you all are coding well! Anyways, just to help you out, writing this post to make coding experience much easier and less time consuming. There are lots of tools available for the developers to code while having a cup of coffee! Some of the tools that might help you during development are available as Google Chrome Extensions that you can directly add to your Google Chrome browser.

Some of them are as:

SQL SERVER – SQL Server Encryption and Decryption with Script


Encrypt and Decrypt in SQL Server


Steps for encryption and decryption cell values in SQL Server.


Step 1: Create table and populate data.
Create a Master key(DMK-Database Master Key)

CREATE TABLE TestTable (Id INT, TextValue VARCHAR(50))
GO

INSERT INTO TestTable (Id, TextValue)
SELECT 1,'First'
UNION ALL
SELECT 2,'Second'
UNION ALL
SELECT 3,'Third'
UNION ALL
SELECT 4,'Fourth'
UNION ALL
SELECT 5,'Fifth'
GO

CREATE MASTER KEY ENCRYPTION BY PASSWORD = 'Teciners#123'
GO
The master key (DMK) in a database is encrypted by SQL server using its service master key (SMK).
SMK is created by a SQL Server instance when it starts up the very first time after installation. For any set of instances of SQL server, the SMK will always be different. So, the DMK in the database will be encrypted differently on each server.

THE SCRUM FRAMEWORK - PART 3


This is in continuation with The Scrum Framework Part 2. Please read Part 2 before proceeding with this post. This is the last post in the series THE SCRUM FRAMEWORK. So let us begin with the last part of the series.

SPRINT REVIEW 


A Sprint Review is held at the end of the Sprint to inspect the Increment and adapt the Product Backlog if needed. During the Sprint Review, the Scrum Team and stakeholders collaborate about what was done in the Sprint. Based on that and any changes to the Product Backlog during the Sprint, attendees collaborate on the next things that could be done to optimize value. This is an informal meeting, not a status meeting, and the presentation of the Increment is intended to

THE SCRUM FRAMEWORK - PART 2


Hey Guys, this is the second post in continuation with previous one THE SCRUM FRAMEWORK. If you are reading this post first time, I strongly recommend to go through the previous post: The Scrum Framework, for better understanding of this post. As we promised in our previous post, in this post we will discuss the following points related to SCRUM Framework:


SCRUM EVENTS

THE SPRINT

CANCELLING A SPRINT

SPRINT PLANNING

SPRINT GOAL

DAILY SCRUM

So, lets begin our journey to The Scrum Framework. . .

THE SCRUM FRAMEWORK

THE SCRUM FRAMEWORK IN 30 SECONDS


After reading this post we must be able to understand what exactly is SCRUM framework? and what it is used for? When and where to use SCRUM?

WHO CREATED SCRUM?

Jeff Sutherland Created the SCRUM Process in 1993 and used the term SCRUM for comparing high-performing, cross-functional teams similar to that in a RUGBY Game.

What is a SCRUM?

SCRUM is a term used for a team that forms a ring of people with their hands interlocked around each others shoulders and the team march forwards to pull the ball towards their side. It's a term used to describe a circle formed in a RUGBY Game by the players.

SCRUM is the leading agile development methodology, used by Fortune 500 companies around the world. SCRUM is an Agile Framework for completing complex projects. SCRUM was originally formalized for software development projects, but it works well for any complex, innovative scope of work. The possibilities are endless. The SCRUM Framework is deceptively simple.

It is lightweight, Simple to understand, Difficult to master. Actually, SCRUM is not a process or a technique for building products; rather,