- Видео 32
- Просмотров 56 759
YoKulGuy
Добавлен 20 сен 2017
Apparently, this user prefers to keep an air of mystery about them.
Diskusi Selasar ep. 1 - Remote Working di Perusahaan AI dengan Faisal Amir dari Homebrew.ltd
Selamat datang di rekaman episode pertama *Diskusi Selasar*! Dalam seri acara ini, kami mengundang para penggemar teknologi Indonesia untuk membahas tren dan wawasan terbaru dalam dunia teknologi.
Pada sesi kali ini, kami mengeksplorasi dunia **remote working di perusahaan AI**. Dari lingkungan kerja yang fleksibel hingga tantangan bahasan, kami mengupas manfaat, tantangan, dan pengalaman langsung dari para profesional yang bekerja di bidang AI. Dapatkan wawasan tentang bagaimana mereka mengelola tim remote dan apa yang mungkin terjadi di masa depan terkait pekerjaan jarak jauh dalam industri ini.
Baik Anda seorang profesional teknologi, ingin terjun ke dunia AI, atau penasaran tentang masa...
Pada sesi kali ini, kami mengeksplorasi dunia **remote working di perusahaan AI**. Dari lingkungan kerja yang fleksibel hingga tantangan bahasan, kami mengupas manfaat, tantangan, dan pengalaman langsung dari para profesional yang bekerja di bidang AI. Dapatkan wawasan tentang bagaimana mereka mengelola tim remote dan apa yang mungkin terjadi di masa depan terkait pekerjaan jarak jauh dalam industri ini.
Baik Anda seorang profesional teknologi, ingin terjun ke dunia AI, atau penasaran tentang masa...
Просмотров: 36
Видео
Automate Original Estimate Tracking Aggregation Part 2 - Nesting
Просмотров 692 месяца назад
Please watch the part 1 before continuing ruclips.net/video/CX5haGHkf0c/видео.html In this video, I'd like to share how to aggregate the Original Estimate of all task to its parent epic in Jira using Jira Automation which supports Subtask to Task to Epic: TL;DR: - Make lookup to its parent - Then use this formula to update parent: {{#=}}{{lookupIssues.Original estimate.sum}} / 60 {{/}} If you l...
Automate Original Estimate Tracking Aggregation
Просмотров 3094 месяца назад
In this video, I'd like to share how to aggregate the Original Estimate of all task to its parent epic in Jira using Jira Automation: TL;DR: - Make lookup to its parent - Then use this formula to update parent: {{#=}}{{lookupIssues.Original estimate.sum}} / 60 {{/}} If you like my tutorial, please supports me by following my socials. - x.com/YoKulGuy - github.com/empeje
Run Rust Continuous Integration (CI) on ARM Architecture using Buildjet
Просмотров 101Год назад
This is a usecase for me to run CI against ARM architecture to Rust application. Repository: github.com/Trust-Machines/core-eng/ Sample PR: github.com/empeje/core-eng/pull/1 Like and subscribe if you like my video :)
Live Stream #2 - Belajar Software Engineer
Просмотров 502 года назад
Live Stream experiment of mine to teach Indonesian how to code and be software engineer.
Live Stream #1 - Belajar Software Engineer
Просмотров 832 года назад
Live Stream experiment of mine to teach Indonesian how to code and be software engineer. Original content: www.twitch.tv/videos/1556987345 Software Engineering 101 Jadwal setiap hari Selasa 7PM CET. Topic: Getting Started to your coding journey Software, IDE, mindset, hello world to JavaScript proficiency with computer start small: pick one language komunitas Student: Github Education - communi...
Rantai Block #1 Demo Rantai Blok
Просмотров 663 года назад
Original site: andersbrownworth.com/blockchain/ #blockchain
E2E Test in Angular with Gitlab CI
Просмотров 3693 года назад
Hola! In this videos, I will share how I integrate the Angular e2e test with Gitlab. Code snippets: gist.github.com/empeje/ae3a638fb415f44756ef1e2c8cc14df0
Intro to Low-code Internal Tool Development with Retool
Просмотров 2553 года назад
Hola! In this video, I discuss the 2nd hot topic in software: how we build software with little to no code. Lot's of folks paid a lot of money to build software with less code. If they can, you can do the same. Here I'll share with you the tricks. #lowcode #nocode #retool #freelancing
Introduction to YoKulGuy
Просмотров 1053 года назад
From time to time, I mentor and teach students, professionals and entrepreneurs on their software engineering needs from their careers to manage the software engineering team. In this channel, I'll distil my knowledge working in multiple different companies and settings to help you speed up your software engineering career. *Notes: The problem I faced with the YC company is a soft-skill challen...
Welcome to my channel!
Просмотров 1723 года назад
From time to time, I mentor and teach students, professionals and entrepreneurs on their software engineering needs from their careers to manage the software engineering team. In this channel, I'll distil my knowledge working in multiple different companies and settings to help you speed up your software engineering career. Get in touch with me: linktr.ee/yokulguy
CapRover · Free and Open Source PaaS!
Просмотров 2,1 тыс.3 года назад
¡Hola! Welcome back to my video. I demonstrated how I use CapRover GitLab CI/CD to have CI/CD and a strong deployment environment. Here are the code snippets for the GitLab CI manifest. caprover.com/docs/ci-cd-integration.html
Documentation as Code - MermaidJS in GitLab
Просмотров 7873 года назад
¡Hola! Welcome back to my video. I demonstrated how I use MermaidJS Gitlab to store nice tech documentation in your GitLab repo and use the usual Git-workflow that you already have. These are the important links: - mermaid-js.github.io/ - mermaid-js.github.io/docs/mermaid-live-editor-beta/
Make your static-site password protected in 5 mins
Просмотров 8 тыс.3 года назад
Having a static site is great, but when you want to add an authentication layer between the site and the user without a backend, it is tricky. This video tells you how to implement password protection based on the this Github package github.com/matteobrusa/Password-protection-for-static-pages #softwareengineering #devtipsandtrick
Ruby on Rails Study Club - Kulkul Tech - Rails Active Record Model & Migration
Просмотров 513 года назад
Hola in this discussion we will discuss about Rails Active Record
Rotate Rightmost Digits - mpj and code
Просмотров 153 года назад
Rotate Rightmost Digits - mpj and code
Sentry on Rails - Sneak Peek to Error Tracking & Releases
Просмотров 4733 года назад
Sentry on Rails - Sneak Peek to Error Tracking & Releases
Ruby on Rails Study Club - Kulkul Tech - Email Verification - Fundamentals to API
Просмотров 823 года назад
Ruby on Rails Study Club - Kulkul Tech - Email Verification - Fundamentals to API
Ruby on Rails Study Club - Kulkul Tech - Upload Image Base64 - Intro to Rails - Intro to MVC - TDD
Просмотров 803 года назад
Ruby on Rails Study Club - Kulkul Tech - Upload Image Base64 - Intro to Rails - Intro to MVC - TDD
Elm in Rails: Use Elm in your Ruby on Rails Monolith
Просмотров 1653 года назад
Elm in Rails: Use Elm in your Ruby on Rails Monolith
Firebase App Distribution Android in GitLab CI
Просмотров 3,3 тыс.3 года назад
Firebase App Distribution Android in GitLab CI
Lunch Talk | Sleep Cycle, Your Health, and Focused vs Diffused mode of thinking
Просмотров 254 года назад
Lunch Talk | Sleep Cycle, Your Health, and Focused vs Diffused mode of thinking
Lunch Talk | Sometimes you win-Sometimes you learn
Просмотров 284 года назад
Lunch Talk | Sometimes you win-Sometimes you learn
Scooter Talk | Pendidikan untuk Software Engineer | Belajar seumur hidup
Просмотров 1894 года назад
Scooter Talk | Pendidikan untuk Software Engineer | Belajar seumur hidup
Cloud Function vs. Web Server - Part #2
Просмотров 294 года назад
Cloud Function vs. Web Server - Part #2
Cloud Function vs. Web Server - Part #1
Просмотров 404 года назад
Cloud Function vs. Web Server - Part #1
DevOps in Retail Industry - Case Study of Sandbox VR
Просмотров 654 года назад
DevOps in Retail Industry - Case Study of Sandbox VR
Belajar Berkomunikasi Lebih Baik dengan Dialog
Просмотров 634 года назад
Belajar Berkomunikasi Lebih Baik dengan Dialog
need to divide by /3600 as the field is in seconds
@@lutchador thanks for the feedback
Lanjutkan, banyakin konten seperti ini bro!
Siap bro, ditunggu edisi berikutnya 🙂
Hi - It worked for me untill minute 7:05 - pipeline is not the same now in Gitlab, or I have done something wrong
GitLab CI nya dmn?
I don't understand. Are you talki g about the code itself? Code is available from gists in the description. Gitlab CI is available from Gitlab. And I don't share the actual repository just because its private.
@@yokulguy I mean where is your gitlab repository code?
I want to see your flutter code in gitlab ci
@@hendisantika no, its not available for public, just the .gitlab-ci.yml in the gists
@@yokulguy I didn't see the gitlab-ci.yml file in the gist link above
by the way how to access redis in kubernestes using application another redis desktop manager
@@mryyoutube it depends on your goal. It can be accessed by most database client app like TablePlus, and also in your own IDE if your using Jetbrains. But typically you’ll want to use redis programmatically in your application, so you need redis client in the platform of your choice.
Can we aggregate it up to two levels? like subtask to UserStory and then UserStory to Epic
@@SandeshSalunke-s9c yes it is possible, using the same approach, let me find sometime to make that tutorial as well.
@@yokulguy this will help me alot. Thank you
You can follow this step ruclips.net/video/DJEypq_4P2c/видео.html @SandeshSalunke-s9c
this is really helpful.
Beautiful -- super Useful
Thank you for this video. You helped me a lot with this trick to create the rule !
@@leoloran1692 thank you for the feedback. Glad it helps
@@leoloran1692 do you think I should cover more jira automation?
@@yokulguy Yes please, cover more a Jira Automation video, i havent found many Jira Automation tutorials -- specially calculating the value of minutes was the first time i saw in your video
@@canadabadi thanks for feedback, I'll plan for more
Hi @YokulGuy, Is this feature available in Gitlab 16.4.1 version ? If yes, how to enable to collect test coverage ?
I don’t know about this specific version, I need to check but modern gitlab distribution that released since 2 years ago have this feature
how can I publish it for public?
Gitlab pages has several mode of accesses. One is public, which means it will be publicly available. Or you can make it follow Gitlab's permissions mechanism so anyone has access to the repo can see the Gitlab pages, otherwise they don't. You just need to configure it in the Pages section of the repository setting. Hope it can help :)
Hi.Thanks for sharing your experience. I have a question. What is the file location to set Sentry.init fot DSN option?
It should be somewhere in `config/initializers/sentry.rb` you can learn more here docs.sentry.io/platforms/ruby/guides/rails/
how do I change the password?
Hi, it is possible to change your password when you first create it. See steps 03:46. And if you need to change your password in the future just need to generate the password hash manually.
@@yokulguy I figured that out right after I posted the comment haha. gracias, hemano!
@@afro-es de nada
Is there a way to do this in github page?
Yes you could do this in githup pages as well, just slight modification :)
How? The github pages will always show the directory with the hash name.@@yokulguy
These are Unit Tests and not E2E Tests!
Thank you for your correction, I was mainly referring to the angular command `ng e2e`
you saved my day
Thank you for the feedback. Now you also made my day!
I i chod use some help. My site works and i just want one page to have a password. i did every thig the same way as you, the only thing that is messing me up is the terminal and the npm i -g serve command. i keep geting the same error :The operation was rejected by your operating system. npm ERR! It is likely you do not have the permissions to access this file as the current user
Hey Arma, the `npm i -g serve` is to install a utility called `serve` which basically just a simple web server. You can use other web server e.g. Python oneliner webserver Python2: python -m SimpleHTTPServer 8000 Python3: python -m http.server 8000 Or any other like nginx or apache really. See here for more info: gist.github.com/willurd/5720255 Let me know if that works for you.
Can I have repository url please
Unfortunately it is a private repo and shown only for demonstration purpose. You can see the code in this time stamp ruclips.net/video/sesl903WOA4/видео.html
Makasih bang MPJ for sharing!
Thanks bro! You made my day!
What is the "server" command you are typing in the terminal? MacOS has this? thanks.
It is serve, from the npm. You can install by running `npm i -g serve`. Hope it helps 😊
@@yokulguy Thanks!
No problem, happy to help 😁
░p░r░o░m░o░s░m░
It is Webstorm or RubyMine if iirc
Which IDE are you using?
Hey @Siya Ram, I'm using Ruby Mine from Jetbrains 🙂
@@yokulguy thanks
file app_distribution.sh nya ditaruh dimana ya?
Bisa di paling luar dari project android nya.
Redoc ndak support buat try kah bang?? seperti swagger
Redoc support juga sepertinya untuk try atau nyoba langsung.
@@yokulguy ternyata setelah saya coba coba yang versi reference sama portal yang support fitur try it
Really useful and I didn't know this before. I will try again! Thanks much !!!
Glad it was helpful!
very useful feature. I was able to get this working for my project. Great work! 👏
Great to hear!
Domisili mana bang ?
Any hacks to get into codementor?
Hi Jappanjeet for your reply, there's not really a hack to get into Codementor, but the tricks is to make sure your resume strong and be authentic on your expertise. I have a friend that joins codementor as a mentor with limited experience as mentor/coach/teacher but excel in the platform.
@@yokulguy really appreciate your reply. Thank you so much!
hey bro, great tutorial. how would u change the password from 'secret' to something else?
Yeah bro, it is possible to change your password when you first create it. See steps 03:46. And if you need to change your password in the future just need to generate the password hash manually.
@@yokulguy it worked! thanks a lot man
Thanks man! Deployed this really easily.
Glad it helped!
great video, you realized me that I should use a dedicated image fo codeceptjs
Glad I could help!
mas, bikin yang lengkap dong, dari settingan firebase yang awal
Makasih mas masukannya, saya tampung dulu ya. Jangan lupa like and subscribe ya.
tjygw vun.fyi
Well done @mpj!
Thanks mate!
Thank you for the useful Video Is there a good way we can keep multiple .yaml files in one place.........something like if somebody gives a new file and then automatically its .html files gets created and is added in the list.
My pleasure. Okay, if I understand correctly you want to have multiple Open API Spec. - If you want to do this to reduce the size of the YAML and the HTML output is still one, you can split your YAML and then create a script to combine the YAML and then feed it to the Redoc. - However, if the YAML is totally different spec, what I did in another project is I made a custom script to generate multiple Redoc HTML output and have an index.html that show list of documentation I have. Maybe I can show it in another video.
@@yokulguy Yes please ..you have earned my respect brother ....i hve searched the whole internet but i couldnt get something of that sort.....so i guess we are looking for something like we have multiple independent .yaml files we need to hve a custom script to generate those .html files all by itself.....please make a video on writing this custom script that automatically does this .....if u think video might be late please share the project gitlab link....that would be really kind and grateful of u
Explanations are good 👍
Thank you 🙏🏻
@@yokulguy can u tell how the coverage are calculated manually ....
@@lalitham9046 Sure, the test coverage is based on the simplecov gem who can calculate how many time a specific line of code being called by the test code. Then it will print the coverage report on the STDOUT of the Gitlab CI then it will collected in the MR screen.
@@yokulguy for eg: if I am adding this coverage : Total.*?([0-9]{1,3}) in my yaml script to display the percentage how does this calculates and gives me the coverage percentage..
Is firebase app distribution available for flutter applications ?
Hi Sahil, thanks for commenting. yes, it does. Any Android app that produces APK can utilize Firebase App Distribution.
@@yokulguy Thanks for replying
@@sahilhemnani7417 You're welcome, let me know if you have any further questions.
Hii, can i ask which types of questions they generally ask?? Will it related to projects only or can also be from normal coding questions??
The question is sometimes unpredictable, from simple troubleshooting to debugging compiled binary or code, I get many stage situation as well.
@@yokulguy thanks bro for instantly reply😊
@@sunnyjain630 no worries, you can follow and contact me as well here www.codementor.io/@amappuji
Awesome! Looking forward to more uploads. You should look into using smzeus . c o m. I used it to promote my Instagram and it helped my posts start to trend. It could really help you promote your videos too!
Nice content!! You deserve more subs! By the way, go and search for smzeus. Loads of RUclips channels use the site to promote their videos!!
My account at codementor.io is still under review after a few weeks. How can I fasten the process?
Hi Abu-Bakr, I have the same experience, for me, it is about a month. I think they have a thorough process to vet mentor, however, it is not very transparent admittedly. I'm not a Codementor member, so yeah I don't any particular tips to fasten the process, but good luck for your application, I hope you join our vibrant community!