FlarePixelflarepixel.uk·Nov 9, 2024Eye-Catching T-Shirts: A Guide to Unique Weed Quote DesignsCreate Eye-Catching T-Shirts with Weed Quotes: A Guide to Unique Designs In the world of fashion, t-shirts have always been a canvas for self-expression. With the rise of personalized and niche styles, one theme that stands out is weed quotes. These ...again
FinsFlowfinsflow.uk·Nov 9, 2024Boost Your T-Shirt Style with Eye-Catching Weed QuotesElevate Your T-Shirt Game with Eye-Catching Weed Quotes Designs In recent years, the t-shirt printing industry has exploded, mainly due to the rise of custom and print-on-demand businesses. Among the most popular themes is the ever-loved, and sometim...dill
Aneesh Kumaraneeshthetechmaestro.hashnode.dev·Aug 4, 2024Understanding Maven: Kickstart Your Journey to Efficient Project Management!Similar read can be found in my personal blog Introduction to Maven What is Maven? Maven is a Java-based automation tool primarily used for Java projects. Not only Java, but Maven can also manage and build code projects written in C#, Ruby, Scala, a...10 likes·91 readsjava build tool
Nikhil Akkinikhilakki.in·Jun 22, 2024JAR vs WAR - Packaging Java AppsI have been working on some legacy Java applications lately, and I was going through a lot of terminologies, concepts from the Java eco-system. In this post, I cover a brief comparision between WAR (Web Application Archive) and JAR (Java Archive). Bo...1 like·77 readsJavajarvswar
Romman Sabbirrommansabbir.com·Apr 8, 2024Import .AAR/.JAR in Android StudioIn Android development, integrating external libraries can significantly enhance the functionality and efficiency of our application. One common method to include external dependencies is by using AAR/JAR (Android Archive) packages. While Android Stu...1 like·3.9K readsAndroid Application DevelopmentAndroid
Sidharth Dashsidharthsatyabrata.hashnode.dev·Feb 20, 2024Integrating Jenkins with MavenApache Maven is a widely used build automation and project management tool in the Java ecosystem. Its based on POM(Page Object Model).Without Maven , Every time we have to include jars in our project but with maven we just need to add dependency in o...31 readsdevlopment
Abou Zuhayrblog.zuhayr.dev·Sep 12, 2023Creating JAR Libraries for Android: From Scratch (Part 2)Introduction In the first part of our series, we embarked on the explorative journey of understanding the pivotal role of dependencies in Android development, laying a strong foundation on the necessity and benefits of creating libraries. As we ventu...196 readsFrom Scratch in Androidjar
Abou Zuhayrblog.zuhayr.dev·Sep 11, 2023Creating Libraries for Android: From Scratch (Part 1)Introduction If you have ever worked in Android development, one of the first things you might have encountered is the dependencies section in the app gradle file. This section is used to add new dependencies or third-party features to projects, rang...33 readsFrom Scratch in Androidjar
Volodymyr Kozieievkozieiev.hashnode.dev·Aug 17, 2022Packaging Clojure projects into jars and uberjars with tools.buildArticle describes how to create a jar or uberjar using tools.build library. How to create build.clj file with build functions and create alias in deps.edn to invoke build functions via Clojure CLI Video version of this article https://youtu.be/OgV-AL...104 readsClojure