How to become a better Code Reviewer – Part 1 : Code Review
How to become a better Code Reviewer - Part 1 : Code Review, Code Reviewers (3 Part Series) 1 How to become a better Code Reviewer - Part 1 : Code Review 2 How to become a better C...
Handling Bootstrap Dropdowns in Selenium
Handling Bootstrap Dropdowns in Selenium,Handling dropdowns usually involves 4+ lines of code and there are chances of code duplication. Below is the code which makes it easier for...
How to create users using custom input fields and without using forms.py file?
How to create users using custom input fields and without using forms.py file?,I want to make a user registration form. So I have my own custom fields. So I want to create a user w...
First stream experience
First stream experience,Decided to start learning the manim library for mathematical animations (used by the popular 3blue1brown videos) - live on Twitch! 原文链接:First stream ex...
Code Skills on Codeacademy
Code Skills on Codeacademy,I recently started to explore Codeacademy courses. It's really fun to pass my lockdown period coding. If you are a student, Codeacademy is giving 90 days...
Summing a List of numbers in Java
Summing a List of numbers in Java,Every now and then I need to do some basic stuff in Java and I wonder: 'what is the best way to this'. This happened to me a few days ago. I neede...
7. Variables and methods
7. Variables and methods, Java (11 Part Series) 1 1. Introduction to Java.. Small but worthy.. 2 1.1 simple hello world program ... 7 more parts... 3 2. Installation of Java 4 3. E...
ejercicio
ejercicio,código, en Python, que aplane un arreglo de enteros o arreglos de enteros (que puede estar anidado arbitrariamente) a un arreglo plano de enteros. Por ej. para el arregl...
Why should we know ALGORITHMS?
Why should we know ALGORITHMS?,Learning has no end, be it any industry we work in. It is inevitable and a continuous process.But,the question is how much do we put to use in our da...
Downloading Maven jars inside a project folder
Downloading Maven jars inside a project folder,Sometimes our environment will not support maven repo to download jars. So we can use our project's root directory as repo and add ou...
OpenCV Basics
OpenCV Basics,Want to combine two images using just a line of code? Or wanna blur an image? Lets find out how! In this Article (Click to skip to that topic): [Blend images: What is...