Event Sourcing & GDPR - Part 2: GDPR
18:34
Пікірлер
@lizgoldstein4256
@lizgoldstein4256 10 ай бұрын
I didn't have any programming knowledge whatsoever, but I think JSON was a good start to dive into that world, plus, videos like these make it so much easier. It also helps to have someone like Stuart as a lecturer, because I've watched a lot of tutorials and I think "these people" aren't commonly good at teaching novices at what they do and why they do it, even though they're brilliant. I'm saying I enjoyed his way of engaging with the audience and his clear explanations. Thank you!
@t.hemanthkumar7369
@t.hemanthkumar7369 Жыл бұрын
Hi sir how to conver one json schema to another different json schema using python code please send me code
@spoofghost
@spoofghost 2 жыл бұрын
Can you make the lambda function a constant
@nathantoulbert4406
@nathantoulbert4406 2 жыл бұрын
i think '-1' is reserved in the case most Unix env vars for the equivalent of "not yet set". At least that is how I was taught to use it. I initialize to -1 at the beginning for a couple of reasons. First of all, when debugging, I can tell the difference between 'unset' and 'set to empty string'. Normally, these are represented in the same way in output, at least in linux. Secondly, certain programs / commands have difficulty with empty strings, and they can cause unexpected behavior that makes debugging a nightmare on the best of days.
@gnanaprakashvenkatachalam1137
@gnanaprakashvenkatachalam1137 3 жыл бұрын
www.ezeditors.com/jsonSchemaValidator.htm This editor have all schema type with example
@benheideveld4617
@benheideveld4617 3 жыл бұрын
4294967294=2^32-2 actually, not 2^16-2
@csxinfo1
@csxinfo1 3 жыл бұрын
Hello, I'm very excited about this project, thank you so much sir.
@harishb884
@harishb884 4 жыл бұрын
Thanks for osum tool & video 🤘🏻
@DevsLikeUs
@DevsLikeUs 4 жыл бұрын
Great lesson!
@opdavies
@opdavies 4 жыл бұрын
1:31:30 What are the benefits of merging into master first, then develop?
@GanbaroDigital
@GanbaroDigital 4 жыл бұрын
We should be merging hotfix / release branches in this sequence: 1. merge hotfix/release into master 2. merge master down into develop That way, *anything* in master that hasn't made it into develop (accidents happen and all that) gets picked up and merged in. It eliminates any risk of master containing any surprises. This is what I teach when I run a Gitflow course in person. The existing extension code doesn't work that way atm.
@DevsLikeUs
@DevsLikeUs 4 жыл бұрын
Great lesson ! Thank you.
@opdavies
@opdavies 4 жыл бұрын
Using Git Flow to build Git Flow. :)
@GanbaroDigital
@GanbaroDigital 4 жыл бұрын
That's how we roll around here :)
@opdavies
@opdavies 4 жыл бұрын
I'd be interested in seeing more requirements gathering. :)
@KenGuest_IE
@KenGuest_IE 4 жыл бұрын
Thanks Stu - very interesting, both your walkthrough on gathering requirements, which is nice and thorough. Also, the tool that you're using to generate those documents sounds quite useful.
@ashasingh392
@ashasingh392 4 жыл бұрын
Beautifully explained concept, Five stars.
@AnkurThakurDelhi
@AnkurThakurDelhi 4 жыл бұрын
Best video for people who are starting to learn JSON Schema... Thanks a lot :)
@vinodhreddy6227
@vinodhreddy6227 5 жыл бұрын
We want code .. how to do it ...in Java can you explain me
@AbdelioR
@AbdelioR 5 жыл бұрын
Awesome talk. Started playing with it few weeks ago and really love it. Thanks for sharing.
@TobyGriffithsCM
@TobyGriffithsCM 5 жыл бұрын
Thanks for sharing, Stuart. Quick question… at 40:47 you mention the vnsprintf() function, but I can't find any documented reference to this function. Is it a custom function?
@StuartHerbert
@StuartHerbert 5 жыл бұрын
Yes, it's one I've knocked up locally. I'll get it published when I have a free moment :)
@TobyGriffithsCM
@TobyGriffithsCM 5 жыл бұрын
Thanks. I might have found an alternative whilst trying to find the original, in the nicmart/string-template package, but not delved into the code of it yet.
@HalloCasa
@HalloCasa 5 жыл бұрын
The best video about JSON on youtube! Thanks! :-D
@KenGuest_IE
@KenGuest_IE 7 жыл бұрын
In no particular order, these are the links for some of the tools mentioned: * github.com/lord/slate * couscous.io/ * www.gitbook.com/