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 |
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
| The Build and Release Engineer will help over a dozen teams ensure that their software is packaged and delivered properly for both in-cloud and on-premises releases. You will liaise with many scrum teams, the Release Manager, localization services, marketing, and sales to help ensure a coordinated release. You will improve existing practices and help adapt, transform and modernize our release pipelines, including both formal external releases and internal continuous integration processes. | |
| The Build and Release Engineer is expected to work across teams and across technologies, identifying and improving build, orchestration and release infrastructure. | |
| Laserfiche is the leading global provider of intelligent content management and business process automation. The Laserfiche ® platform enables organizations in more than 80 countries to transform into digital businesses. Customers in every industry—including government, education, financial services and manufacturing—use Laserfiche ® to boost productivity, scale |
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.freelancer.com/community/articles/25-tools-every-software-developer-should-master | |
| Software developers are constantly pressured to keep up with the latest technologies, and as soon as something new appears, they tend to jump right on it. Although this sounds very interesting, it has some drawbacks, like the use of premature technology, using tools that don't match the use case for what they need, or cause more issues than they help. | |
| In this article, I will present a couple of tools which are really good and are essential for a software developer. Some are generic tools, but some are pretty specific. These have been around for some years and are mature enough to use, plus a lot of them have community support, which is always a plus. | |
| Source Control | |
| Every software developer should know what a source control system is, and what source control management means. There are many source control systems, starting from g |
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
| SQL Syntax differences between Oracle and MS-SQL | |
| http://www.dba-oracle.com/oracle_news/2005_12_16_sql_syntax_differences.htm | |
| https://www.guru99.com/oracle-vs-sql-server.html | |
| Here is a great reference page that shows the syntax differences between Oracle SQL and Microsoft SQL Server SQL syntax: | |
| http://www.bristle.com/Tips/SQL.htm#Differences%20Between%20Oracle%20and%20MS%20SQL%20Server | |
| There is also a great comparison page on SQL built-in functions in Oracle and SQL Server: |
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
| It was 1999 when C# (pronounced C sharp) was introduced to the world by Microsoft as a new futuristic programming language, I was fortunate enough to be one of the early adopters of the language. I got my hands on the C# compiler when it was released as an alpha version in Dec 1999. Yes, there used to be alpha releases at that time. It took Microsoft 3 years to get the first stable and usable version of the language. And since then, I have witnessed a newborn turn into a fully mature grownup powerful language. | |
| I wrote and shared my first C# code in 1999. | |
| Today, C# is a fully mature and powerful language. As a matter of fact, I wrote my very first article about C# in 1999 using alpha and beta products. My first articles titled Read Microsoft Access Database in C# was published on C# Corner on Jan 01, 2000. In 2001, I started writing my first book, A Programmer's Guide to ADO.NET using C# published by Apress on April 25, 2002. It took me about a year and half to finish the book. | |
| My first book was published i |