- London
- https://dwyl.com
- @nelsonic
Highlights
Block or Report
Block or report nelsonic
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
dwyl/learn-tdd Public
✅ A brief introduction to Test Driven Development (TDD) in JavaScript (Complete Beginner's Step-by-Step Tutorial) -
dwyl/learn-elixir Public
💧 Learn the Elixir programming language to build functional, fast, scalable and maintainable web applications! -
dwyl/phoenix-chat-example Public
💬 A Step-by-Step Beginners Tutorial for Building, Testing & Deploying a Chat app in Phoenix 1.6.10🚀 -
4,388 contributions in the last year
Contribution activity
June 2022
Created 184 commits in 32 repositories
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 7 repositories not shown
Created 3 repositories
- nelsonic/thin-backend JavaScript
- nelsonic/tesla-mobile-office
- nelsonic/slipstream Elixir
Created a pull request in dwyl/phoenix-liveview-chat-example that received 13 comments
PR: Expand Tutorial Instructions #42
This PR builds upon @SimonLab's superb work expanding and some cases trimming the instructions. #42
Also adds some UI Stylin' using Tailwind
CSS fo…
Opened 12 other pull requests in 9 repositories
dwyl/phoenix-ecto-encryption-example
1
merged
1
closed
dwyl/javascript-todo-list-tutorial
2
merged
dwyl/technical-glossary
2
merged
dwyl/app-mvp-phoenix
1
open
dwyl/fields
1
merged
dwyl/phoenix-liveview-stopwatch
1
merged
digitallyinduced/thin-backend
1
merged
dwyl/learn-tdd
1
merged
dwyl/elixir-auth-google
1
merged
Reviewed 67 pull requests in 26 repositories
dwyl/phoenix-liveview-todo-list-tutorial
11 pull requests
- Clear completed
- Status links with LiveView
- Bump phoenix_live_dashboard from 0.6.0 to 0.6.5
- Bump floki from 0.32.0 to 0.32.1
- Bump gettext from 0.18.2 to 0.19.1
- Bump phoenix_live_view from 0.17.2 to 0.17.10
- Bump excoveralls from 0.14.4 to 0.14.5
- Bump ecto_sql from 3.7.1 to 3.8.3
- Bump phoenix_html from 3.1.0 to 3.2.0
- Bump esbuild from 0.3.3 to 0.5.0
- Add Dependabot
dwyl/phoenix-ecto-encryption-example
8 pull requests
dwyl/hapi-error
6 pull requests
dwyl/javascript-todo-list-tutorial
6 pull requests
dwyl/phoenix-liveview-stopwatch
4 pull requests
dwyl/learn-to-send-email-via-google-script-html-no-server
3 pull requests
dwyl/phoenix-liveview-chat-example
3 pull requests
dwyl/terminate
2 pull requests
dwyl/hits
2 pull requests
dwyl/learn-tdd
2 pull requests
dwyl/phoenix-elm-starter
2 pull requests
dwyl/phoenix-liveview-counter-tutorial
2 pull requests
dwyl/phoenix-chat-example
2 pull requests
dwyl/hapi-auth-jwt2
2 pull requests
dwyl/goodparts
1 pull request
iteles/blw-baby
1 pull request
dwyl/phoenix-uk-postcode-finder-example
1 pull request
dwyl/gitea
1 pull request
dwyl/auth_plug
1 pull request
dwyl/app-mvp-phoenix
1 pull request
dwyl/quotes
1 pull request
dwyl/elixir-auth-github
1 pull request
dwyl/fields
1 pull request
dwyl/gitea-demo
1 pull request
dwyl/gogs-demo
1 pull request
Created an issue in dwyl/phoenix-liveview-chat-example that received 19 comments
Review + Expand Instructions
Context
We are using LiveView
for a Client project.
The project already has some basic LiveView
UI but has barely scratched the surface of what's p…