This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| What is SQL? | |
| SQL is a language which is used to operate your database. SQL is the basic language used for all the databases. There are minor syntax changes amongst different databases, but the basic SQL syntax remains largely the same. SQL is a short abbreviation of Structured Query Language. According to ANSI (American National Standards Institute), SQL is the standard language to operate a relational database management system. | |
| SQL is used in the accessing, updating, and manipulation of data in a database. Its design allows for the management of data in an RDBMS, such as MYSQL. SQL language also used for controlling data access and for creation and modification of Database schemas. | |
| What is MYSQL? | |
| Developed in the mid-90s., MySQL was one of the first open-source database available in the market. Today there are many alternatives variants of MySQL,. However, the differences between the variants are not significant as they use the same syntax, and basic functionality also remains same. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| POWER PHRASES TO BUILD YOUR RESUME | |
| ACCURACY | |
| Recognize the importance of accuracy | |
| Perform with a high degree of accuracy | |
| Perform with consistent accuracy | |
| Achieve results with accuracy and precision | |
| Maintain high statistical accuracy | |
| Expect perfection | |
| Strive for perfection | |
| Excel in achieving perfection |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Find .class files, | |
| # find . -mindepth 3 -maxdepth 5 -name "*.class" | |
| Find the passwd file under all sub-directories starting from root directory. | |
| # find / -name passwd | |
| ./usr/share/doc/nss_ldap-253/pam.d/passwd | |
| ./usr/bin/passwd | |
| ./etc/pam.d/passwd |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1 Tools and Commands Reference | |
| The JDK tools and their commands enable developers to handle development tasks such as compiling and running a program, packaging source files into a Java Archive (JAR) file, applying security policies to a JAR file, and more. | |
| The tools and commands reference topic lists and describes the Java Development Kit (JDK) tools. They’re grouped into the following sections based on the related functions that they perform. Details about the tools and the commands that you use to run them are contained in the corresponding sections of this guide. | |
| Main Tools | |
| The following foundation tools and commands let you create and build applications: | |
| javac: You can use the javac tool and its options to read Java class and interface definitions and compile them into bytecode and class files. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://www.w3resource.com/java-exercises/sorting/index.php | |
| Basic Part-I | |
| Basic Part-II | |
| Data Types | |
| Conditional Statement | |
| Array | |
| String | |
| Date Time | |
| Method |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://www.w3resource.com/java-exercises/array/index.php#editorr | |
| https://www.ntu.edu.sg/home/ehchua/programming/java/J2a_BasicsExercises.html | |
| https://adriann.github.io/programming_problems.html (Shown Below) | |
| Simple Programming Problems | |
| Whenever I’m TA for a introductory CS class where students learn some programming language, I have trouble coming up with good exercises. Problems from Project Euler and the like are usually much too difficult for beginners, especially if they don’t have a strong background in mathematics. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://adriann.github.io/programming_problems.html | |
| Simple Programming Problems | |
| Whenever I’m TA for a introductory CS class where students learn some programming language, I have trouble coming up with good exercises. Problems from Project Euler and the like are usually much too difficult for beginners, especially if they don’t have a strong background in mathematics. | |
| This page is a collection of progressively more difficult exercises that are suitable for people who just started learning. It will be extended as I come up with new exercises. Except for the GUI questions, exercises are generally algorithmic and should be solvable without learning any libraries. The difficulty of the exercises of course somewhat depends on the programming language you use. The List exercises for example are more complicated in languages like C that don’t have build-in support for lists. | |
| I suppose they are also useful, although much easier, whenever an experienced person wants to learn a new language. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://dev.to/javinpaul/10-skills-java-programmer-can-learn-to-accelerate-their-career-3nlh | |
| 10 Skills Java Programmer can Learn to Accelerate their Career | |
| javinpaul profile image javinpaul Jan 10 ・15 min read | |
| #java #programming #docker #programmer | |
| Disclosure: This post includes affiliate links; I may receive compensation if you purchase products or services from the different links provided in this article. | |
| I often receive emails from my readers about how they can become a better Java developer, what things they should learn, and which area they can work on to become a Rockstar Java developer. | |
| After answering them individually over the last few years, I thought to jot down a couple of points which I think will make you a better Java Programmer and Application developer. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Java Packaging | |
| • *.jar - Java ARchive - Zip file containing one or more Java class files. | |
| • *.war - Web Application aRchive - Zip file containing web application. Includes one or more jar | |
| files, Java class files, and web resources. | |
| • *.ear - Enterprise aRchive - Zip file containing one more more WAR files. | |
| • Fat JAR (aka Uber JAR) - Executable Jar containing all dependencies. (Used by Spring Boot) | |
| • Docker Container - Docker Image containing runtime environment, JVM, and Java package |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Release engineering is more than just processes and methodologies. Finding the right tools is key to how well they can support your software team's goals and needs. | |
| Leverage our tooling and automation experience to help you research and implement the right level of of automation and process with the set of tools that fits your team and product. | |
| Once we help you find them, we can customize them for your needs, properly deploy in your environment, and can appropriately monitor and support them. We also provide training, so your entire team can leverage the tool to its fullest. | |
| Our expertise includes: | |
| Source control: git, Mercurial, Subversion, Perforce, and CVS | |
| Software construction: make, GNU autotools, CMake, SCons, ant |