#javascript #tutorials #programming

Creating a pagination component in Vue.js

Introduction post photo by pexels Vue.js is a progressive JavaScript framework that allows you to create compelling user interfaces efficiently and easily. In this post, we are going to create a pagination component, able to have a dynamic number of steps! Our final application will look like this: Project set up use the vue cli to create out app: npm install -g @vue/cli Next, we make use of the CLI to create all the boilerplate for our app: ...

#career #clean-code #productivity

The 14 habits of highly effective developers (Part 2)

Introduction This is the second part of the “The 14 habits of highly effective developers” series. You can also read the first part here, or in dev.to In the first part of “The 14 habits of highly effective developers” series, we began showing the power of habits in a developer’s every day life and how can we benefit from incorporating simple yet crucial changes into our job, aiming to benefit the most and help leveling up our careers as software engineers. ...

#productivity

How to introduce a new developer to a project

post photo by pexels Introduction Often, there is a need to introduce a new developer to the team for a specific project. This on-boarding process is never easy and sometimes tends to be painful for the new member and frustrating for the team, which has to keep working on the already defined tasks without a big impact on their productivity. Of course, this process differs from team to team and is proportional to the seniority level of the new team member, as well as the time they have been working at the company. ...