Giter Site home page Giter Site logo

cscreen's Introduction

๐Ÿ’ซ About Me:



๐Ÿ‘‹ Hi there! I'm Marlon Padilla, a passionate web development enthusiast on a journey to build exciting and user-friendly web applications.

๐Ÿš€ Currently, I'm diving deep into the world of Vue.js and Laravel, exploring the power of these technologies to create dynamic and engaging websites.

๐ŸŽ“ Learning is my fuel, and I thrive on discovering new ways to improve my coding skills. I'm always on the lookout for challenging projects that allow me to apply my knowledge and learn even more.

๐Ÿ’ก When I'm not coding, you can find me exploring the latest trends in web development, playing video games, or enjoying a cup of coffee while brainstorming my next coding adventure.

๐ŸŒŸ I believe in the potential of technology to shape a better future, and I'm excited to be a part of this ever-evolving field.

๐Ÿ“ง Feel free to reach out if you want to collaborate on exciting web projects or just chat about the latest tech trends. Let's connect and grow together!

..yes this is chatGPT generated

๐Ÿ’ป Tech Stack:

C++ CSS3 Java JavaScript HTML5 Kotlin PHP Bootstrap Laravel Quasar ANDROID TailwindCSS Vue.js NPM LINUX Babel Postman Docker

๐Ÿ“Š GitHub Stats:




cscreen's People

Contributors

dependabot[bot] avatar pitzzahh avatar soybean15 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

pitzzahh

cscreen's Issues

Use Maven build tool

Use Maven build tool.

benefits:

  • dependency management and versioning
  • able to upload to maven central repository
    instead of providing a jar file in your github repo, those who use maven can automatically download the jar file by providing a dependency

for example in my github repo util-classes you can use the jar file by providing the dependency in the pom.xml file

<dependencies>
    <!-- other dependencies are there -->
    <dependency>
        <groupId>io.github.pitzzahh</groupId>
        <artifactId>util-classes</artifactId>
        <version>1.0.4</version>
    </dependency>
    <!-- other dependencies are there -->
</dependencies>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.