edysegura
A Software Engineer enthusiastic to develop solutions that make people's life easier!
@agencyenterpriseBrazil
Pinned Repositories
gradle-javaweb
A simple boilerplate for Java Web Application with Gradle
html5-apis
HTML5 Web APIs
html5-FileReader
Simple examples using HTML5 FileReader API
js-asynchronous-and-flow-control
Simple examples in JavaScript to demonstrate asynchronous code and flow-control patterns
js-automated-tests
An example of automated tests in JavaScript using Jest, Travis-CI and NPM scripts
nodejs-restful
A simple project to demonstrate how to create RESTful APIs with Node.js and test it with Postman
springboot-restful
A simple project to demonstrate on how to create RESTful APIs with Spring Boot 2
edysegura's Repositories
edysegura/html5-apis
HTML5 Web APIs
edysegura/js-asynchronous-and-flow-control
Simple examples in JavaScript to demonstrate asynchronous code and flow-control patterns
edysegura/html5-webworkers
HTML5 Web Workers API
edysegura/js-tips
Some plain JavaScript tips that you may didn't know yet!
edysegura/css-links
My personal CSS links bookmark
edysegura/html5-serviceworker
Simple example to explain HTML5 Service Worker
edysegura/js-functional
Functional JavaScript programming examples
edysegura/nodejs-restful
A simple project to demonstrate how to create RESTful APIs with Node.js and test it with Postman
edysegura/pwa-links
Progressive Web Apps curated links
edysegura/pwa-todo
A simpler webapp To-Do List to demonstrate the PWA concepts with IndexedDB and offline support
edysegura/html5-FileReader
Simple examples using HTML5 FileReader API
edysegura/2024-DM121
Web Development Introduction with HTML5, CSS3 and JavaScript
edysegura/2024-ServiceWorker
An PWA example that uses Service Worker and IndexedDB to search for Brazilian zip code offline
edysegura/2024-web-storage
edysegura/bun-basics
edysegura/clean-architecture
Clean Code & Clean Architecture course from https://branas.io/
edysegura/css-form
A multi CSS theme for HTML form
edysegura/css-tips
Simple examples to demonstrate the beauty/power of CSS
edysegura/free-rest-apis
Free REST APIs to play with
edysegura/html-links
My personal HTML links bookmark
edysegura/html5-dragdrop
Just an HTML5 Drag & Drop example to sort a list
edysegura/imagined-handwriting
An alternative implementation for an imagined handwriting decoder
edysegura/jest-basics
Automated tests with jest
edysegura/js-links
My personal JavaScript links bookmark
edysegura/js-next
This repo is my playground to test the JavaScript new features
edysegura/nodejs-links
My personal Node.js links bookmark
edysegura/nodejs-tips
Some Node.js tips that you may didn't know!
edysegura/nulltest
Playing with Nullstack for troubleshooting other project issues
edysegura/surveyjs-poc
A SurveyJS PoC with Nullstack
edysegura/typescript-basics
Learning TypeScript by doing