JavaScript JavaScript: how to bind multiple events to elements March 6, 2023 In this article we will see how to bind multiple events to elements with JavaScript. Read more
JavaScript JavaScript: check if a linear array contains duplicate elements March 6, 2023 In this article we will see how to check if a linear array contains duplicate elements in JavaScript. Read more
Python Python: how to create getters and setters for classes with decorators March 6, 2023 In this article we will talk about the decorators used to specify getters and setters in Python classes. Read more
JavaScript JavaScript: how to upload files with the Fetch API March 5, 2023 In JavaScript, the Fetch API allows us to upload files as well. Read more
Node.js Node.js: how to create HTTP redirects March 5, 2023 In Node.js, HTTP redirects can be implemented using the core modules http and https. Read more
JavaScript JavaScript: fixed header during scroll March 5, 2023 In this article we're going to make an header fixed when scrolling by using JavaScript. Read more
Python Python: how to upload files with the requests module January 29, 2023 In this article we will see how to upload a file in Python with the requests module. Read more
Python Python: two ways to check if a file exists January 8, 2023 In this article we will look at two ways to check if a file exists in Python. Read more
Python Python: how to check the status of a URL January 8, 2023 In this article we will see how to check the status of a URL with Python using the requests module. Read more
Python Python: how to safely create directories using the Path class January 8, 2023 In this article we will see how to safely create directories using Python's Path class. Read more