jameshell
Systems and Telecommunications Engineer. Code Enthusiast. Mostly code samples for web and mobile technologies. Thinks he's funny.
Tech9Bogotá, Colombia
Pinned Repositories
apachePoiExamples
Ways to handle MS Office files with Java, going to focus first on .xls and .xlsx MS Excel files using Apache POI.
besselGraph
A console app developed on Electron JS that graphs the Bessel function.
DotNetAssessment
Dotnet 6 exercise using good practices and tools.
DotNetDesignPatterns
A general overview on the most important design patterns for C#
DotNetSolidPrinciples
A quick sample showing SOLID implementation in .Net 7
EPPlusExamples
How to create excel files and reports with .Net core using EPPlus.
ExpressBrushUp
Taking Platzi's Express JS course to refresh knowledge.
NetFundamentals
ASP NET Core fundamentals course on pluralsight.
RaspberriesPi
Java server that receives Raspberry Pi 3 data.
restCLIENT
Rest services done using jersey on java.
jameshell's Repositories
jameshell/EPPlusExamples
How to create excel files and reports with .Net core using EPPlus.
jameshell/ExpressBrushUp
Taking Platzi's Express JS course to refresh knowledge.
jameshell/NetFundamentals
ASP NET Core fundamentals course on pluralsight.
jameshell/DotNetAssessment
Dotnet 6 exercise using good practices and tools.
jameshell/DotNetDesignPatterns
A general overview on the most important design patterns for C#
jameshell/DotNetSolidPrinciples
A quick sample showing SOLID implementation in .Net 7
jameshell/coding-interview-university
A complete computer science study plan to become a software engineer.
jameshell/dotnetJWTExample
A basic exercise where I implement JWT on a ASP .NET Core web application.
jameshell/ejemploParaDesarrolloMovil
Laboratorio de Desarrollo Móvil.
jameshell/git_flow_practice
jameshell/git_web_practice
Base static web exercise
jameshell/git_web_practice_branch
jameshell/JavascriptDeepDive
jameshell/JsonlToJson
This is a mini script I needed at work to parse JSON lines to JSON files. Considering uploading this to NPM at some point.
jameshell/lab-denning-telematica2
Ejercicio hecho sobre node para emular el comportamiento del protocolo denning-sacco. Se usan websockets a tarvés de socket IO, se habilitan servicios REST para Alice y Bob, y por ultimo, se manejan sesiones, autenticación y cifrado AES con la librería JWT de AUTH0.
jameshell/LinqExercises
LinQ exercises for .Net Developers
jameshell/matrices
Matrix operations in Artificial Intelligence
jameshell/PlatziDotnetAPI
Platzi's latest course on ASP NET Core Webapis.
jameshell/PlatziReact
Taking Platzi's React JS to refresh knowledge.
jameshell/PlatziSolidPrinciplesCSharp
Principios Solid para C#
jameshell/pm2
Node.js Production Process Manager with a built-in Load Balancer.
jameshell/ReactAndVite
Project to showcase the usage of vite in a modern React JS application.
jameshell/SignalR_Examples
Examples and use cases for Signal R Core for the .Net Core ecosystem.
jameshell/StatsExercises
jameshell/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
jameshell/telematica2-pcap
Implementation of a pcap parser found in NPM to read the data captured from tcpdump while streaming UDP packets via Youtube.
jameshell/telematica2integridad
Lab exercise for the class "Telematica 2" at Sergio Arboleda University.
jameshell/telematica2integridadJava
Laboratorio de Integridad para el curso de Telematica 2 de la Universidad Sergio Arboleda en Java 11.
jameshell/VideoExerciseFFMpeg
testing
jameshell/XunitBrushUp
Doing a brush up on unit tests with Xunit