class Webster_University_2024:
def __init__(self):
self.name = 'Nicholas Ragland'
self.roles = ['Software Engineer', 'Cybersecurity Specialist', 'Data Analyst', 'Full Stack Developer']
self.degrees = {
'major': 'BS, Computer Science with an Emphasis in Cybersecurity',
'minor': 'Data Analytics'
}
def __str__(self):
return 'Thanks for dropping by, hope you find some of my work interesting'
me = Webster_University_2024()
print(me)
Pinned Loading
-
cpp-projects
cpp-projects PublicCollection of 50 C++ Projects, Algorithms, Data Structures & Learning Materials
-
Event-Optimization-Tool
Event-Optimization-Tool PublicR-based Shiny application that maps availability and identifies optimal engagement times to enhance participation within an organization
R 3
-
my-portfolio
my-portfolio PublicPortfolio built with Gatsby, JavaScript, GraphQL, GSAP, and Styled Components
JavaScript 2
-
python-projects
python-projects PublicCollection of Python Projects, Jupyter Notebooks, & Learning Materials
Python 6
-
Conscious-Chrome-Extension
Conscious-Chrome-Extension PublicChrome extension built with React, Tailwind and TypeScript using APIs to analyze tweets for propaganda intensity, reliability, and diverse perspectives
-
star-wars-fansite
star-wars-fansite PublicFansite of the Star Wars films written by George Lucas
If the problem persists, check the GitHub status page or contact support.