Day 22 of #100DaysOfCode
There's many connection type between sequence like from serial-parallel, parallel-serial, parallel to one-of and etc., so today i created the diagram for all of them (image v1.1).
https://t.co/RGOslVtVFs
Day 20 & 21 of #100DaysOfCode
Update workflow and user object in user acceptance chain. Workflow sequence now can chaining to all defined user, but for now each user not connected yet.
For workflow example, i also created example diagram.
https://t.co/RGOslVtnPU
Day 18 & 19 of #100DaysOfCode
Not to much code since yesterday, only turn idea into base project for the next few days. The project is user acceptance chain with graph. The objective is to turn all user to accept. for detail check day 19 directory.
https://t.co/RGOslVtVFs
Day 17 of #100DaysOfCode
Playing around with redis, it's kinda fun but need a little attention, if not you will get unwanted value.
https://t.co/RGOslVtVFs
Day 16 of #100DaysOfCode
I was wrong for saying mutex can't handle async request. Today, i try to inject mutex when creating route handler and TADA!!! It's works.
https://t.co/RGOslVtVFs
Day 15 of #100DaysOfCode
When you have work to do it's really hard to do this challenge, i should be better with time management.
Today i learn about mutex and implement it with async http request. It didn't work. i'll try with redis.
https://t.co/RGOslVtVFs
Day 14 of #100DaysOfCode
Just learned that you can't reproduce dirty reads in PostgreSQL. I think i should continue with other isolation level.
https://t.co/RGOslVtVFs
Feel free to give feedback!!!
Day 13 of #100DaysOfCode
Try to demonstrate Dirty Reads but not sure with the connection, should i do with 1 connection or 2? Or with 1 connection but with 2 transaction? Gonna try again tonight.
https://t.co/RGOslVtVFs'
Feel free to give feedback or suggestion! π₯π₯π₯
Day 12 of #100DaysOfCode
https://t.co/RGOslVtVFs
Setting up postgres for isolation level test. For testing i think i'm going to try with goroutine for each transaction and hope for success isolation.
Feel free to give feedback or suggestion. π₯π₯π₯
Postpone #100DaysOfCode because of overtime at work until 10PM for this week. Today there's was a discussion about database isolation level. I think i should try and see how it's work in PostgreSQL. See you next week.
Day 11 of #100DaysOfCode
I realize that from day 1 i just code algorithm but not really understanding the pros & cons, so today i create the implementation from day 1.
Today, i implement binary search with merge sort because it need sorted data.
https://t.co/RGOslVtVFs
Day 10 of #100DaysOfCode
If you need to throw []string into variadic function. Don't direct throw, parse into []interface{} first.
Had been this issue for hour today.
Feel free to give feedback or suggestion! π₯π₯π₯
Day 8 of #100DaysOfCode
Create quick sort with Go. WIP because still figured it out how transform it to code. And according to wikipedia there's 2 method, Hoare and Lomuto. Try to understand it and code it tomorrow.
Feel free to give feedback!π₯π₯π₯
https://t.co/RGOslVtVFs
Day 7 of #100DaysOfCode
Merge sort or divide and conquer sort with Go
Feel free to give feedback or suggestion!π₯π₯π₯π₯
https://t.co/RGOslVtVFs
Day 6 of #100DaysOfCode
Implement DFS to find person using name as input and vertex location as init location.
Feel free to give feedback π₯π₯π₯
https://t.co/RGOslVtVFs