LinkedIn personal brand, how to improve it?
Improving your personal brand on LinkedIn can help you increase your visibility, credibility, and opportunities, and can also help you build relationships in your industry.
API exposure? How to?
Giving more exposure to your API is important because it can help to increase the number of possible customers that could use your API.
Are soft skills important for software engineers?
Developing and improving your soft skills can help you to be more successful in your career as a software engineer.
How to take the step to Senior Software Engineer?
If you want to become a Software Engineer Senior, there are certain skills and competencies that you should have.
Javascript useful array functions: map, filter, find and reduce
Hello everyone, I made a small recap of these super useful array functions in JavaScript: map, filter, find, reduce with a simple example.
Easily deploy your Python Flask web apps online with Gitlab and Heroku
Learn how easy is to deploy a Python Flask web app using Gitlab pipelines and Heroku as a deployment platform with a simple code push.
The importance of using User Agent to Scraping Data
Learn about the importance of using user agent in the headers of a custom request using Python and the library requests.
Python Facebook Posts Scraper with Requests and BeautifulSoup4
Learn to scrape the latest posts from a profile, page, or group from Facebook using Python and the libraries: requests and Beautiful Soup.
Simple React DataTable
Build your own data table component with Javascript and React using functional components, React Hooks, JSON objects, and CSS.