It's great that you found me!
This is my old blog. Please, have a look at my new blog.
www.andreaangella.com
Also feel free to connect with me on my social network.
See you all soon,
Thanks,
Andrea
Twitter: @angella_andrea
Be passionate, enthusiast, curious, motivated and ambitious. Communicate, collaborate, share and learn constantly!
You should read more code!
Programmers are writers.
Great writers read books.
Great programmers read code.
The biggest lesson...is that leadership is over-glorified. That, yes, it was the shirtless guy who was first, and he'll get all the credit, but it was really the first follower that transformed the lone nut into a leader....If you really care about starting a movement, have the courage to follow, and show others how to follow.
Inclusion happens when YOU value both the differences and the commonalities of others.
"What’s critical to be an effective leader is you have to be willing to relinquish power. It is not just humility in creating space for others to contribute, says Bock, it’s “intellectual humility". Without humility, you are unable to learn.", Laszlo Bock
Inclusive leaders are aware of otherness and the impact it can have on individuals. Inclusive leaders not only can empathize with feelings of otherness but are also willing to explore those feelings in themselves and let that experience inform them as leaders and influencers.
A community is a set of people with the same passion and interests willing to share knowledge and experience every day both online and face-to-face with the goal of develop themselves through collaborative learning.I like to see a community as a knowledge sharing platform.
The Knowledge Sharing Platform for .NET developers in CambridgeBase on my experience with communities in Italy I learnt that it is extremely important to set in stone the principles of a community otherwise future members can easily ruin the initial spirit of the community.
Always dream and shoot higher than you know you can do. Do not bother just to be better than your contemporaries or predecessors. Try to be better than yourself.
William Faulkner

The FlowA mental state of operation in which a person performing an activity is fully immersed in a feeling of energized focus, full involvement and enjoyment in the process of the activity.

I never known exactly how to achieve high cohesion and loose coupling regularly until I started writing isolated tests, Kent Beck
I get paid for code that works, not for tests, so my philosophy is to test as little as possible to reach a given level of confidence (I suspect this level of confidence is high compared to industry standards, but that could just be hubris). If I don’t typically make a kind of mistake (like setting the wrong variables in a constructor), I don’t test for it. I do tend to make sense of test errors, so I’m extra careful when I have logic with complicated conditionals. When coding on a team, I modify my strategy to carefully test code that we, collectively, tend to get wrong. Different people will have different testing strategies based on this philosophy, but that seems reasonable to me given the immature state of understanding of how tests can best fit into the inner loop of coding. Ten or twenty years from now we’ll likely have a more universal theory of which tests to write, which tests not to write, and how to tell the difference. In the meantime, experimentation seems in order. Kent Beck
This is why I decided to start the path toward becoming a MCSA on SQL Server. To be honest, as a developer, my goal is just learning more about SQL Server and not necessarily get certified. However I will use the certification materials as a clear path to increase my knowledge.
Growing Object-Oriented Software, Guided by TestsThe point of the walking skeleton is to help us understand the requirements well enough to propose and validate a broad-brush system structure.In most Agile projects, there’s a first stage where the team is doing initial analysis, setting up its physical and technical environments, and otherwise getting started. This is usually called Iteration Zero.