Hello π
Today we would like to offer you some helpful web resources you can use to improve your coding skills.
https://leetcode.com/ and https://www.codewars.com/
We use these platforms personally to hone our programming skills.
Each platform provides variety of tasks divided by complexity and topics.
You can find a sample view of leetcode in the attachment.
On the left part you have a task description, some examples and constraints. On the right - you need to implement a method/class in order to pass all the tests the task creators have prepared for you.
After you complete the task you will be given a feedback how fast your solution is and you will be able to see other solutions to learn how you could do it better (and we believe you should do it).
There are many other platforms, so you can find your favorite one. Just keep practicing and one day you'll be quite self-confident and almost any task will seem a piece of cake for you π
#medium #algorithm
Today we would like to offer you some helpful web resources you can use to improve your coding skills.
https://leetcode.com/ and https://www.codewars.com/
We use these platforms personally to hone our programming skills.
Each platform provides variety of tasks divided by complexity and topics.
You can find a sample view of leetcode in the attachment.
On the left part you have a task description, some examples and constraints. On the right - you need to implement a method/class in order to pass all the tests the task creators have prepared for you.
After you complete the task you will be given a feedback how fast your solution is and you will be able to see other solutions to learn how you could do it better (and we believe you should do it).
There are many other platforms, so you can find your favorite one. Just keep practicing and one day you'll be quite self-confident and almost any task will seem a piece of cake for you π
#medium #algorithm
Hello everyone πββοΈ
Itβs time to meet a tool which allows us to communicate to users of our app.
In this article you will study
https://www.w3schools.com/java/java_user_input.asp
Itβs time to meet a tool which allows us to communicate to users of our app.
In this article you will study
Scanner
class. It could wrap System.in
and provide a convenient way to read user input.https://www.w3schools.com/java/java_user_input.asp
W3Schools
W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.
Hello everybody πββοΈ
Today I've met some excellent articles and I'm happy to share them with you.
https://catonmat.net/bash-one-liners-explained-part-one - working with files
https://catonmat.net/bash-one-liners-explained-part-two - working with strings
https://catonmat.net/bash-one-liners-explained-part-three - this one made my day π It's about redirections of input/output
We believe that almost every developer should be in close acquaintance with bash. If you didn't read https://t.me/yajc_java/9 yet, don't waste your time and get to it as soon as possible.
In one of the coming articles we'll mix user input and file redirections to process file with a Java program.
#beginner #bash #linux
Today I've met some excellent articles and I'm happy to share them with you.
https://catonmat.net/bash-one-liners-explained-part-one - working with files
https://catonmat.net/bash-one-liners-explained-part-two - working with strings
https://catonmat.net/bash-one-liners-explained-part-three - this one made my day π It's about redirections of input/output
We believe that almost every developer should be in close acquaintance with bash. If you didn't read https://t.me/yajc_java/9 yet, don't waste your time and get to it as soon as possible.
In one of the coming articles we'll mix user input and file redirections to process file with a Java program.
#beginner #bash #linux
catonmat.net
Bash One-Liners Explained, Part I: Working with files
I love being super fast in the shell so I decided to do a new article series called Bash One-Liners Explained. It's going to be similar to my other article series - Awk One-Liners Explained, Sed One-Liners Explained, and Perl One-Liners Explained. After I'mβ¦
Hello everybody! I've just explored a cool web application: https://hyperskill.org/
It's a web app developed by JetBrains which creates the best IDE for Java: Intellij IDEA.
The learning path is project based and you study topics which are building blocks for the project.
Unfortunately Java is not free but Kotlin is. If you wanted to learn Kotlin I hope it's a good way to do it. Anyway they will give you some trial period and you can learn Java for that period.
If you would like to try it use my join link please: https://hyperskill.org/join/e95f20c89
It's a web app developed by JetBrains which creates the best IDE for Java: Intellij IDEA.
The learning path is project based and you study topics which are building blocks for the project.
Unfortunately Java is not free but Kotlin is. If you wanted to learn Kotlin I hope it's a good way to do it. Anyway they will give you some trial period and you can learn Java for that period.
If you would like to try it use my join link please: https://hyperskill.org/join/e95f20c89
π₯2
The great article about essential Linux commands. Get to it to be a more confident user of Linux terminal.
https://maker.pro/linux/tutorial/basic-linux-commands-for-beginners
https://maker.pro/linux/tutorial/basic-linux-commands-for-beginners
Maker Pro
Basic Linux Commands for Beginners | Linux
Learn basic commands for Linux, a free and open-source operating system that you can make changes to and redistribute.
Let's solve something fundamental and easy: https://telegra.ph/Reverse-a-word-01-29
Any feedback is appreciated
#java #beginner
Any feedback is appreciated
#java #beginner
Telegraph
Reverse a word
Hello! π In this short post we will solve a typical task in programming which is given to every beginner. Task You are given a word, you need to reverse it.Examples: word β drow; radar β radar; sequence β ecneuqes; Solution There are many possible solutionsβ¦
We always say Linux is a great tool for almost any developer. Here is another video how to improve your terminal experience: https://youtu.be/AVXYq8aL47Q
YouTube
18 Commands That Will Change The Way You Use Linux Forever
New to Cloud Computing? Get started here with a $100 credit β https://www.linode.com/lp/youtube-viewers/?utm_source=youtube&utm_medium=dev_advocacy&utm_content=18cmnds_jl_03_02_22
When it comes to using Linux, there's usually a few ways to accomplish a task.β¦
When it comes to using Linux, there's usually a few ways to accomplish a task.β¦
π₯2
While we are preparing an article about Maven try to solve another quiz.
What does this code print?
What does this code print?
Anonymous Quiz
15%
-3
15%
-1
0%
0
5%
1
65%
3
We're not converting to a Linux channel π but you need to know these commands
https://www.hostinger.com/tutorials/linux-commands
#linux #bash
https://www.hostinger.com/tutorials/linux-commands
#linux #bash
Hostinger Tutorials
60 essential Linux commands
60 most commonly used Linux commands: 1. ls command Β· 2. pwd command Β· 3. cd command Β· 4. mkdir command Β· 5. rmdir command Β· 6. rm command + more.
β€1π1
Hello! Let me introduce you a brilliant feature that will enhance your enjoyment of learning Java.
https://telegra.ph/Single-Source-File-Java-Programs-04-23
https://telegra.ph/Single-Source-File-Java-Programs-04-23
Telegraph
Single Source File Java Programs
As we already know, Java is a versatile and powerful programming language that is widely used for developing complex software applications. One of the features of Java is that you can write and run programs using a single file without the need to compileβ¦
π1π¨βπ»1
Hey π
In order to start with Maven we need to learn some basic topics. Itβs time for you to choose the next!
Welcome to the chat to discuss what each topic is.
In order to start with Maven we need to learn some basic topics. Itβs time for you to choose the next!
Welcome to the chat to discuss what each topic is.
π1