Skip to content
View RealRyanno2022's full-sized avatar

Sponsoring

@Torantulino
Block or Report

Block or report RealRyanno2022

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
RealRyanno2022/README.md

React NodeJS Java Kotlin Postgres

import React from 'react';

const DanielRyan = () => {
    let userDetails = [
        college: 'Trinity College Dublin',
        course: 'B.A. Management Science and Information Systems Studies',
        whatIsThat?: 'A computer science and business course focused on modern quantiative methods'
    ];
    
    let tech = 
        [
            mainLanguages: ["Python","Java","Javascript"],
       
            secondaryLanguages: ["R", "Kotlin", "SQL", "Solidity"],
       
            frameworks: ["React","React Native","Node","Express"],
        
        ];
    
    let skills = ["Public Speaking","Writing","Ad Creation","Research"];
    
    let accomplishments = 
        [
            "Won Irish Young Economist of the Year 2021",
            "This is the BT Young Scientist equivalent for Economics in Ireland",
            "I created an umbrella analysis of e-commerce and its use by SMEs",

            "Wrote, edited and published self-help book (Memento Mori)",
            "Planned to be rewritten and re-released within the next few years".

            "Created a range of Shopify stores",
            "Some with over 3000 daily visitors"
        ];
 } export default DanielRyan;
 
 
 ===============================================
    
import java.util.Scanner;

public class FurtherCorrespondence {

    public void main() {

        scanner input = new Scanner(System.in);

        System.out.println("Are you interested?");

        private boolean areYouInterested? = input.nextBoolean();

        if(areYouInterested?) {
            contactMe();
        }

        input.close();
    }

    public String contactMe() {

        System.out.println(

            "Email me at [ryannobusiness@gmail.com],

             or DM me on LinkedIn. https://www.linkedin.com/in/daniel-ryan-8957a5186/.

             Portfolio: https://realryanno2022.github.io/");

    }

}

    
    
    

I'm also on Mastodon: https://mastodon.social/@Ryanno2022

Popular repositories

  1. TradingBot TradingBot Public

    Python 1 1

  2. FullstackFlask FullstackFlask Public

    Python 1

  3. BitcoinMining BitcoinMining Public

    Python 1

  4. TwitterBot TwitterBot Public

    Python 1

  5. SpeechRecognition SpeechRecognition Public

    Python 1

  6. Concurrency Concurrency Public

    Python 1