If you missed the first part of this incredible piece, read it here. By Level: Each institution offers at least 3 levels for SM and PO, and each has a different set of prerequisites for taking them. Scrum.Org offers a three-level path for SM and PO certifications, but they are not prerequisites. Some professionals recommend taking the three-level […]
Posts Tagged ‘Core Technology’
Scrum Certifications (Part I)
SCRUM Certifications, like cakes, are not all the same. They come in different flavors, shapes, and colors, and deciding which one suits you best, would depend on different aspects. So, to make your decision a bit easier, we’ll give you a taste of the most well-known options for certifying your SCRUM knowledge. In general, certifications […]
How to Code Faster and Improve Your Productivity with TabNine
One of the biggest things that a programmer/developer/coder wants to improve is his coding speed. This skill can be improved throughout the time while you are gaining experience. Of course, many different tools allow you to “cheat” while you are coding; for example, Emmet is a plugin that provides you with some code snippets to […]
Scrum at Glance
Scrum is just one of the Agile frameworks for managing projects/products, but it is one of the best known. While the most important thing is adhering to an agile mindset and principles, there are specific practices that define Scrum–and ensure its benefits. But, what do the aforementioned “agile mindset and principles” mean? Well, there is […]
Who Teaches Who?
This “Socio Formador” journey began way before this year in my scenario. Somehow I knew eventually that I would become some sort of teacher. It is not my dream job but, I remember back when Inflection Point hired me, I was a 21-year-old kid who knew nothing, and thanks to the great support that I […]
Do’s and Don’ts of Multicultural Work
In an increasingly globalized world, it is very common to find multicultural work teams, made up mostly of professionals from different countries, who contribute with great ideas and opinions to the company, since they greatly enrich the problem-solving. However, we must bear in mind that cultural diversity has a price: we can face significant disadvantages […]
Should We Use Tailwind CSS?
Tailwind CSS is a CSS framework described as follows: “A utility-first CSS framework packed with classes like flex, pt-4, text-center and rotate-90 that can be composed to build any design, directly in your markup”. – Tailwind CSS official documentation Tailwind’s goal is to “Rapidly build modern websites without ever leaving your HTML” (tailwind css 2022). If you ask me, this is quite a […]
Emotional Intelligence: the Intelligence of Success
“CEOs are hired for their intellect and business expertise – and fired for a lack of emotional intelligence.” – Goleman. Emotional intelligence is the capacity that allows us to become aware of our emotions, understand the feelings of others, tolerate the pressures and frustrations we endure at work, increase our capacity for empathy and our […]
IT Industry: Its Adaptation in Times of Pandemic
It is not easy for a company to survive times of uncertainty and radical changes in all aspects (economic, technological, political, etc). However, IT companies have survived and grown enormously in times of pandemics. It has been almost 2 years since the pandemic began. Two years full of challenges and changes for many companies around […]
QA Team Building 2021
An important aspect of being a Great Place to work is having a great job environment in which people know each other and their achievements and great performance are acknowledged. We know how important it is to make our peers feel seen and appreciated and a great example of that is our yearly QA Team […]
How to Design Visually Appealing Better Forms (and Not Suffer in the Process)
Forms are everyday work for developers and UI designers around the world. This can either be a usability nightmare or a perfectly applied solution that users don’t even realize it took a lot of effort to plan, design, and code. Here I’ll give you some guidance on how to better up our form design. […]
Angular and Data-Driven Documents (D3.js) Part 1: Creating Chart
In this 2 part article, I will discuss D3 along with Angular. D3 is a powerful JavaScript library that enables you to develop interactive data visualizations. Visualizations often include charts, network diagrams, maps, among others. There are many libraries available for Angular that have nice and easy to work with components and directives that you […]