- Видео 260
- Просмотров 188 279
Dev Parkour
США
Добавлен 1 июл 2015
There's a lot to be learned to be a rock star software engineer, but it doesn't need to be overwhelming or stressful. Here at Dev Parkour, we're building a vast library of videos teaching all aspects of software engineering, from the basics (like getting a dev environment set up) to the nuanced (like running security scans against your app). We also review programming languages, tools, build systems, design patterns, and everything in between.
No matter what your skill level, you're sure to find something that piques your interest and ultimately helps you level-up your skills as a software engineer.
If you'd like to support the channel, you can do so directly by subscribing on Patreon (www.patreon.com/devparkour) or indirectly by signing up for one of these services or purchasing an item we use in our videos via the affiliate links below:
* DigitalOcean: m.do.co/c/cfe0ae798cd2
More about me: brianparks.me
No matter what your skill level, you're sure to find something that piques your interest and ultimately helps you level-up your skills as a software engineer.
If you'd like to support the channel, you can do so directly by subscribing on Patreon (www.patreon.com/devparkour) or indirectly by signing up for one of these services or purchasing an item we use in our videos via the affiliate links below:
* DigitalOcean: m.do.co/c/cfe0ae798cd2
More about me: brianparks.me
How does McMaster-Carr actually work?
Wes Bos's original video that sparked this whole discussion: ruclips.net/video/-Ln-8QM8KhQ/видео.html
If you want to support the channel, like, subscribe, leave a comment, or support me on any of these platforms:
* Patreon: www.patreon.com/devparkour
* DigitalOcean: m.do.co/c/cfe0ae798cd2
* Linode: www.linode.com/?r=3a52d464ce23b0c992ca6c39b7681a907853bc4b
More about me: brianparks.me
If you want to support the channel, like, subscribe, leave a comment, or support me on any of these platforms:
* Patreon: www.patreon.com/devparkour
* DigitalOcean: m.do.co/c/cfe0ae798cd2
* Linode: www.linode.com/?r=3a52d464ce23b0c992ca6c39b7681a907853bc4b
More about me: brianparks.me
Просмотров: 1 879
Видео
Linux machine back up and running | RAID, Kubernetes, Ceph, and more future plans
Просмотров 408 месяцев назад
If you want to support the channel, like, subscribe, leave a comment, or support me on any of these platforms: * Patreon: www.patreon.com/devparkour * DigitalOcean: m.do.co/c/cfe0ae798cd2 * Linode: www.linode.com/?r=3a52d464ce23b0c992ca6c39b7681a907853bc4b More about me: brianparks.me
My Linux machine died! What should I do?
Просмотров 1028 месяцев назад
The RAID in my homelab died. What are YOUR recommendations for what I should do next? If you want to support the channel, like, subscribe, leave a comment, or support me on any of these platforms: * Patreon: www.patreon.com/devparkour * DigitalOcean: m.do.co/c/cfe0ae798cd2 * Linode: www.linode.com/?r=3a52d464ce23b0c992ca6c39b7681a907853bc4b More about me: brianparks.me
Open Source Web Analytics with Countly and Superset
Просмотров 3138 месяцев назад
In this video I show how you can create a Google Analytics clone (and then some) with mostly open source technologies, while still leaving the door open to EASILY extending the platform to capture and track whatever you want to visualize. In fact, the goal of this project was to write as little code as possible. If you want to support the channel, like, subscribe, leave a comment, or support me...
Custom token-based authentication with C# and ASP.NET Core | thing-runner
Просмотров 863Год назад
In this video, I show how I built the super-simple token authentication provider in thing-runner. See the code at github.com/bparks/thing-runner If you want to support the channel, like, subscribe, leave a comment, or support me on any of these platforms: * Patreon: www.patreon.com/devparkour * DigitalOcean: m.do.co/c/cfe0ae798cd2 * Linode: www.linode.com/?r=3a52d464ce23b0c992ca6c39b7681a907853...
Software Engineering is like cooking in a kitchen
Просмотров 51Год назад
Every time I watch a kitchen staff at work, I feel like software engineering is a lot like cooking. Or at least it should be. What do you think? If you want to support the channel, like, subscribe, leave a comment, or support me on any of these platforms: * Patreon: www.patreon.com/devparkour * DigitalOcean: m.do.co/c/cfe0ae798cd2 * Linode: www.linode.com/?r=3a52d464ce23b0c992ca6c39b7681a907853...
What’s up with Dev Parkour!!!?
Просмотров 33Год назад
In this video I give a quick update and talk about some of the things going on on my other channel, @thoughtcolony
ANYONE can be a 10x developer! (It has nothing to do with seniority)
Просмотров 114Год назад
In this video I talk about the differences I’ve seen between “10x developers” and everyone else and how you too can become a 10x developer. If you want to support the channel, like, subscribe, leave a comment, or support me on any of these platforms: * Patreon: www.patreon.com/devparkour * DigitalOcean: m.do.co/c/cfe0ae798cd2 * Linode: www.linode.com/?r=3a52d464ce23b0c992ca6c39b7681a907853bc4b ...
Building the last deployment tool you'll ever need. (Thing Runner)
Просмотров 29Год назад
I’d been working on a little web api and I needed to deploy it somewhere. It’s a process I’ve done probably hundreds of times and there are an infuriating number of steps that always seem pretty mundane and repetitive. So rather than spend 20 minutes doing it just once more, I spent probably 10 times as long to build a tool that would do it for me. Discover more about thing-runner at github.com...
NEVER REFACTOR! Write maintainable code without massive technical debt!
Просмотров 43Год назад
In this video I explore the age-old question of how to avoid digging yourself into the irreversible beyond-all-hope-of-refactoring trap that befalls so many products. If you want to support the channel, like, subscribe, leave a comment, or support me on any of these platforms: * Patreon: www.patreon.com/devparkour * DigitalOcean: m.do.co/c/cfe0ae798cd2 * Linode: www.linode.com/?r=3a52d464ce23b0...
How to get the command that actually ran a .NET program (including symlinks) on Linux and MacOS.
Просмотров 74Год назад
In this video, I show all the ways that *don't* work, followed by the one way I've found to get the actual command used to run a .NET app, even if it was started via a symbolic link. If you want to support the channel, like, subscribe, leave a comment, or support me on any of these platforms: * Patreon: www.patreon.com/devparkour * DigitalOcean: m.do.co/c/cfe0ae798cd2 * Linode: www.linode.com/?...
Building a brewery taplist | how far can you go WITHOUT writing code? Without an MVP?
Просмотров 37Год назад
In this video I talk about a brewery taplist app I might be building. What’s important about this is that I’m pretty far into understanding the problem and I HAVEN’T WRITTEN A LINE OF CODE yet. If you want to support the channel, like, subscribe, leave a comment, or support me on any of these platforms: * Patreon: www.patreon.com/devparkour * DigitalOcean: m.do.co/c/cfe0ae798cd2 * Linode: www.l...
What is Engineering Management like? Is it right for me? For you? Reflections on the last 2 1/2 yrs
Просмотров 36Год назад
In this video I talk about what it’s like to be an engineering manager and why I’m going back to being an individual contributor in my next job. If you want to support the channel, like, subscribe, leave a comment, or support me on any of these platforms: * Patreon: www.patreon.com/devparkour * DigitalOcean: m.do.co/c/cfe0ae798cd2 * Linode: www.linode.com/?r=3a52d464ce23b0c992ca6c39b7681a907853...
Laid off June 1, signed offer letter 8 days later. You can do it too!
Просмотров 316Год назад
In this video, I provide an update on my hour-long “how to get your dream job” video and specifically describe how I went from laid off to signed offer letter 8 days later. If you want to support the channel, like, subscribe, leave a comment, or support me on any of these platforms: * Patreon: www.patreon.com/devparkour * DigitalOcean: m.do.co/c/cfe0ae798cd2 * Linode: www.linode.com/?r=3a52d464...
Saying no to business ideas (as a multipotentialite)
Просмотров 32Год назад
How do you determine what to do and what not to do when a random idea comes to you in the shower? Is it worth spending your precious time on everything, especially if you’re trying to make money on it? Probably not. I share how I think about in this video. Try out Valence for yourself: valencedev.io If you want to support the channel, like, subscribe, leave a comment, or support me on any of th...
The best product management and software project management platform ever | Valence
Просмотров 58Год назад
The best product management and software project management platform ever | Valence
What is the best public cloud? AWS? Azure? Google?
Просмотров 652 года назад
What is the best public cloud? AWS? Azure? Google?
Automatically decline meetings you can't attend | From Problem to Minimum Viable Product (MVP)
Просмотров 1142 года назад
Automatically decline meetings you can't attend | From Problem to Minimum Viable Product (MVP)
Why am I building another Product Management Platform?
Просмотров 532 года назад
Why am I building another Product Management Platform?
Story Points: Necessary or Evil? | Valence
Просмотров 342 года назад
Story Points: Necessary or Evil? | Valence
How I Plan a Software Project | Valence | Project Management
Просмотров 732 года назад
How I Plan a Software Project | Valence | Project Management
Why did I use React+Node (over Rust+Yew or C#+Blazor) for Valence? | Issue Tracker for Developers
Просмотров 6012 года назад
Why did I use React Node (over Rust Yew or C# Blazor) for Valence? | Issue Tracker for Developers
I'm starting a startup (What it is and how I prepared)
Просмотров 1352 года назад
I'm starting a startup (What it is and how I prepared)
How to fix your AGILE process! 10 steps (maybe easy, maybe not so easy)
Просмотров 162 года назад
How to fix your AGILE process! 10 steps (maybe easy, maybe not so easy)
I was wrong about Agile: a response from Agile Caddie
Просмотров 632 года назад
I was wrong about Agile: a response from Agile Caddie
What’s the REAL difference between Agile and Waterfall?
Просмотров 382 года назад
What’s the REAL difference between Agile and Waterfall?
Why are HACKATHONS more productive than your average sprint? Or are they?
Просмотров 242 года назад
Why are HACKATHONS more productive than your average sprint? Or are they?
The worst search engine in the world (and how it works)
Просмотров 1462 года назад
The worst search engine in the world (and how it works)
Build a cloud-streaming "nanny cam" with stuff you have lying around with OBS, RTSP, and VLC
Просмотров 3282 года назад
Build a cloud-streaming "nanny cam" with stuff you have lying around with OBS, RTSP, and VLC
are we okay that it doesn't work to get https certificate right ?
Good information. Love your concentration while petting your cat :']
Nice
Wrong choice, Odin would be a better choice.
what a twist at the end
The McMaster owners thinking their business is blowing up when in reality, it's just curious web devs
I just clicked around it and made a Cart. I also was surprised at how fast it is. Thanks for the video.
I did not feel the page to feel that fast, well way faster than the normal react page. But not superfast, but maybe latency since im in Europe. but I visited a music forum running old php... and damn, it was like everything was running in ram, every click was instant.
Thanks for your great help. But in fact I am still facing the same problem because I want to add com-component reference. I have tried the steps in video and it doesn't work. I want to open AutoCAD file using a specific version (Not the default one), so I need to add a reference to this specific version and use it to open and access the file. Can Anyone help me???
Decentralized social networks make cross single tenant sharing and interacting possible 💁🏻♂️
Although Bluesky for example still has a separate multi-tenant db cluster for aggregated feeds etc
NIce video. Recently discovered this header and was highly disappointed that its usage is basically non-existent.
I'm so interested into this idea! I wanted to build a small deployment tool for myself as well. Can you post more content like this?
more fun why you dynamically load from memory and patch pe/assembly headers after caching reflection. stealthy loading :)
Thank you. Solution I was looking for.
Thanks
Thank you
Thank You So Much.... This video helped me a lot....I tried soooooo many approaches & finally I got the solution in this tutorial. Once again THANK YOU
Too quiet! Where is voice? Looks like he is muted.
Love the approach of using open-source projects for web analytics! It’s always fascinating to see how much you can achieve with minimal coding. I also use Plerdy for free on my website, as it seamlessly integrates and provides insightful analytics without much setup hassle. 👍 Excited to see more of your projects!
I ran into power related issues.. had all my drives plugged into the same rail (due to an undiagnosed molex connector issue), brand new drive, yep started spitting SATA resets. Brand new drive, though yet worked flawlessly plugged straight into a powered SATA dock. Since, sporadic off and on SATA resets from the 2 drives plugged into that crud molex-to-SATA splitter. Disconnected/realigned and reseated all the wires into the molex connector. So far so good the better part of the past week, no more SATA errors/resets, whistling past the graveyard that that gremlin's finally been squashed. Don't underestimate PSU and power connector related drive errors! !^%$#! molex!
That’s a good idea. It’s been so long since I’ve been inside this machine that I don’t remember how everything is connected to power. At least some is molex though, so I could have the same issue!
is pushing the darkness stupid
never seen your channel before but my 2 cents is try ceph cos it'll be fun and there'll be learnings to be had
datagrid columns. dll could not be opened invalid culture name in C#
Go has evolved since you posted this.
very infomativ
Any tips on giving time estimates for a task or project?
Solo una pregunta, mysql esta insyalado en windows o en el wsl
Exelente video gracias
Awesome, I liked it, it will be very useful.
Following the herd?
Perfect ! Thanks a lot !
for greenfield projects (websites, backend for mobile apps) any garbage collected language will work. for greenfield, Golang is better than Js, so good enough. for extreme performance, choose ZIG. (High frequency trading... etc.) Rust is like a more performant version of Apple's Swift. it has a safety first approach. in Rust, developer velocity is not good for greenfield projects. also performance is super but not crazy fast.
Interesting analogy, I’m a bit concerned with comparing a complex process (software engineering) and complicated processes like cooking. In the restaurants case they know what the menu items are ahead of time and can refuse service for something not on the menu. I think a more apt comparison would be the process of researching new menu items for the next weeks menu. There isn’t much time, ingredients are unknown, and the chefs must figure out what is going to be in demand and generate a menu quickly.
Years passes like a moments!
Hi, thank for the video buh actually the quary string like.? Id=12, how do we perform this??
I appreciate your video
the last command line was what? it cut off
need seriously start with the short option first. No respect for peoples time.
Hello, can I upload recipient name and email directly on sendmailer to send email or I have to write code
hola Sor Oscar Gomez, quiero preguntar si me puedes ayudar con un proyecto que tengo, para crear una pagina web que funciona como un control inventario, y hay que crear le multiples usuarios con diferentes niveles de acceso, y quisiera implementarle biometria por huella para los usuarios y que tenga un certificado RSA 15369 bit
+1 for Zig. Well designed, compact language, better performance than Rust, and it is a joy to write. Seamless interoperatibility with C (meaning: huge existing ecosystem). No toxic corporate control (like that of Rust Foundation). Healthy community, very nice BDFL.
You used the best deciding factor, what works best for you. It should always be about the best tool for the job and for the coder. The same happened to me in the opposite direction. I was more familiar with C# and some of its frameworks already than I was with React, thus I picked Blazor. Specifically, Blazor WASM, which in case you don't know, as opposed to Blazor Server doesn't use SignalR to communicate with the server, it uses normal API requests instead. It's quite neat and the closest you can get to React.
Good one. Sometimes commands are hidden by video
I tried Go. It sucks. Rust is stable. Zig is a baby still.
Thanks a lot Brian !
P r o m o s m 💯
do u have dockerfile with nginx?
Just nginx or both PHP and nginx? (There is an nginx image available on the Docker hub. It’s recommended to only have one process per container, so nginx and PHP would be separate. If you ran them together you’d have to make sure that neither process is running without the other one and that’s pretty hard with the way nginx and PHP/PHP-fpm work.)
@@DevParkour I need php and ngnix, scenario should be like this, alpine image->PHP->nginx->install wp 6.2.2->install wpcli...Do have any single Docker file like this
Parkour !
legend!
Also you can just comment to peoples post on linkedin and eventually they'll recognize you. this helps a lot too. has to be regular tho.