Josean Martinez
Josean Martinez
  • Видео 37
  • Просмотров 3 352 195

Видео

Coding a video courses platform with sveltekit & postgres (in nature) | Detailed
Просмотров 8 тыс.Месяц назад
Hey guys! In this video I go through my process of building a video courses platform that I'm putting together to be able to create educational content beyond what I can typically do here on RUclips. Hopefully through these videos you can get a much closer look on how to build something like this from the ground up and learn some cool stuff! For this particular video, I decided to head outside ...
How To Make Your Boring macOS Terminal Amazing With Alacritty
Просмотров 109 тыс.Месяц назад
I recently switched from iTerm2 to Alacritty and in this video I show you everything I do to create a minimal, amazing & fast terminal setup with it on macOs. I've really enjoyed this change. Hope you guys enjoy the video! ✍🏽 Blog Post With Code & Commands: bit.ly/3y2VhHw 💻 Source Code/Dotfiles: bit.ly/4cFlPyq UPDATE: After making this video, many of you recommended WezTerm and I decided to giv...
7 Amazing CLI Tools You Need To Try
Просмотров 227 тыс.2 месяца назад
These are 7 game-changing cli tools for macOs or Linux operating systems. I've been incorporating them into my workflow recently and they are incredibly helpful for working on the terminal. Hope you enjoy the video! ✍🏽 Blog Post With Code & Commands: bit.ly/49I5eqU 💻 Source Code/Dotfiles: bit.ly/4cFlPyq 📧 Subscribe To My Newsletter: buttondown.email/josean ☕️ Help Support Me And The Channel: ww...
Coding a new full stack project - setting up the database | devlog #1
Просмотров 12 тыс.2 месяца назад
This is the first video in my new series documenting the process of building a real life full stack project from the ground up. In this video, I'm setting up a postgres database for this project with supabase and drizzle. I hope you enjoy it! 💻 Source Code: github.com/josean-dev/sveltekit-blog/tree/video-courses ✍🏽 My Blog: www.josean.com/ 📧 Stay up to date with me and the project: buttondown.e...
How I Setup Neovim To Make It AMAZING in 2024: The Ultimate Guide
Просмотров 142 тыс.2 месяца назад
This is my complete beginner's guide to setting up Neovim from scratch in 2024. Neovim has evolved a lot since my last complete setup guide which I created more than a year ago. I hope you enjoy the video, find it helpful and it sets you on your own Neovim journey! ✍🏽 Blog Post With Code & Commands: bit.ly/4agkTyQ 💻 Source Code/Dotfiles: bit.ly/4cFlPyq 📧 Subscribe To My Newsletter: buttondown.e...
How To Program Your Keyboard With Code Instead Of QMK Configurator
Просмотров 9 тыс.2 месяца назад
In this video, I go over everything you need to know to start using code to create and compile custom keymaps with QMK. QMK has a lot of really powerful features, but some of them are only available with this approach so that's why I wanted to put this video together. Hope you enjoy it! ✍🏽 Blog Post With Code & Commands: josean.com/posts/how-to-use-code-with-qmk 📧 Subscribe To My Newsletter: bu...
How To Build A Corne Keyboard: The Complete Beginner's Guide
Просмотров 40 тыс.3 месяца назад
This is a complete beginner's step-by-step guide to build a corne keyboard including RGB lights. I go over everything you should know including all the parts you'll need, the soldering equipment I like to use, how to solder each of the components, how to flash the keyboard and finally how to put the PCBs into a case. Hope you enjoy it! 📧 Subscribe To My Newsletter: buttondown.email/josean 🛠️⌨️ ...
My Ultimate Case For The MX Corne Keyboard | Tented & Regular
Просмотров 9 тыс.3 месяца назад
A complete walkthrough on my 3d printed case for the corne keyboard, all the options available, the design and a beginner's step-by-step tutorial on how to assemble it. Corne Keyboard Case Kit: splittype.etsy.com/listing/1601956205/mx-cornecrkbd-case-tented-or-regular Display Covers Kit: splittype.etsy.com/listing/1641573842/mx-cornecrkbd-display-cover-kit Wrist Rests I Like: amzn.to/49rhFZ6 ✨ ...
How To Make An Amazing Custom Menu Bar For Your Mac With Sketchybar
Просмотров 31 тыс.5 месяцев назад
A beginner's ultimate guide to making a custom menu bar for your mac from scratch with SketchyBar. This video covers all of the essential concepts to building a custom menu bar with SketchyBar by going through everything I did to put together my own setup. I hope you enjoy it and find it helpful! ✨ My 6k Wallpaper Pack For The Ultimate Setup: bit.ly/3ROe3st ✍🏽 Blog Post: bit.ly/47sywZy 💻 Code R...
Nuphy Air 75 v2 - A Wireless Low Profile & Fully Programmable Keyboard
Просмотров 26 тыс.8 месяцев назад
In this video, I share my thoughts on the pretty awesome Nuphy Air 75 v2 low profile wireless mechanical keyboard. It has a pretty impressive set of features, it's well built and you can fully program it to your liking with QMK/VIA. Hope you guys enjoy it! 📧 Subscribe To My Newsletter: buttondown.email/josean 🛒 *Get the Air 75 v2* Nuphy Air 75 v2: bit.ly/3rQxrMr Use code *Josean* for a 10% disc...
A Powerful Way To Make Editing Code In Neovim Even Better
Просмотров 113 тыс.8 месяцев назад
Leverage treesitter and syntax aware text objects to take Neovim code editing to the next level and make it even better. Hope you guys enjoy it! 🚀 My config: github.com/josean-dev/dev-environment-files ✍🏽 Detailed Blog Post With Code: www.josean.com/posts/nvim-treesitter-and-textobjects 📧 Subscribe To My Newsletter: buttondown.email/josean 📹 lazy.nvim tutorial video - ruclips.net/video/6mxWayq-...
How To Setup Linting And Formatting In Neovim To Replace null-ls
Просмотров 50 тыс.8 месяцев назад
Hey! In this step by step guide, I show you how to setup linting & formatting in Neovim with conform.nvim and nvim-lint in order to replace this specific functionality from the now archived null-ls plugin. I hope you enjoy it and find it helpful! 🚀 My config: github.com/josean-dev/dev-environment-files ✍🏽 Step-by-Step Blog Post: www.josean.com/posts/neovim-linting-and-formatting 📧 Email for bus...
Building My Blog With SvelteKit, Markdown & Tailwind CSS
Просмотров 11 тыс.9 месяцев назад
This is part 1 of building out my dev blog for coding & workflow related topics. I'm using Neovim, SvelteKit, Typescript, Tailwindcss and Markdown for this project. Hope you enjoy it! 💻 Code: github.com/josean-dev/sveltekit-blog-walkthrough 🚀 My Dot Files: github.com/josean-dev/dev-environment-files ✍🏽 Live blog site: josean.com Help Support Me And The Channel: www.buymeacoffee.com/joseanmartin...
How I Setup LSP In Neovim For An Amazing Dev Experience - Full Guide
Просмотров 86 тыс.9 месяцев назад
Hey guys! In this video I go through everything I do to setup and configure LSP in Neovim. This is an update to the LSP portion of my previous Neovim complete setup guide. I hope you enjoy it and find it helpful! If you haven't seen it, I'd recommend you watch this video first: 📹 lazy.nvim tutorial video - ruclips.net/video/6mxWayq-s9I/видео.htmlsi=lCjBs5NXOPYDnuds 🚀 My Full Neovim Config: gith...
How To Use lazy.nvim For A Simple And Amazing Neovim Config
Просмотров 152 тыс.9 месяцев назад
How To Use lazy.nvim For A Simple And Amazing Neovim Config
The Ultimate Beginner’s Guide To Learn And Master Vim
Просмотров 42 тыс.10 месяцев назад
The Ultimate Beginner’s Guide To Learn And Master Vim
How To Use A Tiling Window Manager On MacOs | Yabai Ultimate Guide
Просмотров 268 тыс.Год назад
How To Use A Tiling Window Manager On MacOs | Yabai Ultimate Guide
My Work From Home Dream Desk Setup Tour 2023 (as a Software Engineer)
Просмотров 34 тыс.Год назад
My Work From Home Dream Desk Setup Tour 2023 (as a Software Engineer)
My M1 Pro Macbook Setup As A Software Engineer And Youtuber
Просмотров 28 тыс.Год назад
My M1 Pro Macbook Setup As A Software Engineer And RUclipsr
Web Dev Technologies I'm Using And Learning in 2023
Просмотров 6 тыс.Год назад
Web Dev Technologies I'm Using And Learning in 2023
The Ultimate Minimalist Keyboard For Programming | Wireless Corne
Просмотров 133 тыс.Год назад
The Ultimate Minimalist Keyboard For Programming | Wireless Corne
How I Use Tmux With Neovim For An Awesome Dev Workflow On My Mac
Просмотров 332 тыс.Год назад
How I Use Tmux With Neovim For An Awesome Dev Workflow On My Mac
How I Setup Neovim On My Mac To Make It Amazing - Complete Guide
Просмотров 440 тыс.Год назад
How I Setup Neovim On My Mac To Make It Amazing - Complete Guide
How To Make Your Boring Mac Terminal So Much Better
Просмотров 703 тыс.Год назад
How To Make Your Boring Mac Terminal So Much Better
Why I Love Using Vim To Write Code
Просмотров 139 тыс.Год назад
Why I Love Using Vim To Write Code
5 Things I Wish I Knew Before Becoming a Software Engineer
Просмотров 3,1 тыс.2 года назад
5 Things I Wish I Knew Before Becoming a Software Engineer
Using Nasa's API To Get An Image From Space Every Morning
Просмотров 6 тыс.2 года назад
Using Nasa's API To Get An Image From Space Every Morning
Alexa Couldn't Answer My Question... Writing Code To Fix It!
Просмотров 9872 года назад
Alexa Couldn't Answer My Question... Writing Code To Fix It!
I Split My Keyboard In Half To Write Code. Worth It?
Просмотров 87 тыс.2 года назад
I Split My Keyboard In Half To Write Code. Worth It?

Комментарии

  • @anh2753
    @anh2753 День назад

    same with you. but alacritty not support ligature🤧

  • @DavidCSaint
    @DavidCSaint День назад

    Dude practically made his own nvim distro hot canoli

  • @RYKalmante
    @RYKalmante День назад

    Hey Josean, I hope you're doing well. Whenever you have the chance, it would be fantastic if you could create a comprehensive video discussing the details of SvelteKit. Keep up the great work!

  • @johnsimon8457
    @johnsimon8457 День назад

    That is a VERY nice configurator app. So many Unix utils are edit this plain text file and RTFM and if you need help go back to windows

  • @NilayPatel-sc9xf
    @NilayPatel-sc9xf 3 дня назад

    amazing

  • @ElhusseinMourad
    @ElhusseinMourad 3 дня назад

    Way to Go Josean 💪

  • @jamahashi1411
    @jamahashi1411 3 дня назад

    Can someone tell me how can add the following background colors a little bit of transparency (80%): local bg = "#011628" local bg_dark = "#011423" local bg_highlight = "#143652" local bg_search = "#0A64AC" local bg_visual = "#275378" I tried to use the #RRGGBBAA color format but I am getting an error that the hex color code format with transparency (#RRGGBBAA) is not supported. Thanks in advance.

  • @HunterRoMike
    @HunterRoMike 3 дня назад

    What keyboard are you using?

  • @zuyax8088
    @zuyax8088 4 дня назад

    Thank you for making this video, Josean. However, I'm struggling to make everything transparent in Alacritty. I tried using transparent.nvim but no luck 😞

    • @zuyax8088
      @zuyax8088 4 дня назад

      Nevermind. I figured it out. Lol

  • @ultrasys
    @ultrasys 4 дня назад

    WOW. What keyboard is that?

  • @nelsonvillatoro9533
    @nelsonvillatoro9533 4 дня назад

    I'm stuck on the part regarding the auto suggestions addition. It is telling me that there is a parse error near ' ' of line 43. I don't get what the heck is wrong :/ # completion using arrow keys (based on history) bindkey '^[[A' history-search-backward bindkey '^[[B' history-search-forward source $(brew --prefix)/share/zsh-autosuggestions/zsh-autosuggestions.zsh the above lines are the last few lines that I am getting a parse error for, and preventing me from running source ~/.zshrc Any help would be greatly appreciated!

  • @janssenbailio197
    @janssenbailio197 4 дня назад

    This is the most comprehensible, well thought-out setup for Neovim ever, and I'm truly thankful for this! Cheers man!

  • @calebo.a.6270
    @calebo.a.6270 4 дня назад

    What theme are you using with your OMZ terminal?

  • @viniciuszucatti6980
    @viniciuszucatti6980 4 дня назад

    Thanks for this video

  • @vidhangupta1725
    @vidhangupta1725 4 дня назад

    TroubleToggle giving an error E492: Not an editor command: TroubleToggle

  • @Swifter101
    @Swifter101 4 дня назад

    “Yo, Josean, I’m really happy for you. I’mma let you finish, but Wezterm is one of the best termnials of all time!”

  • @gantushigsaruul2489
    @gantushigsaruul2489 4 дня назад

    Everytime I generate some grpc code, I have to restart my neovim (lazyvim) to see the changes. How to fix that? Please help. Also Neo-tree restarts the split window size everytime I toggle the sidebar.

  • @oterea
    @oterea 5 дней назад

    how to use keyboard binding i dont know what AppCursor etc mode is

  • @Mari_Selalu_Berbuat_Kebaikan
    @Mari_Selalu_Berbuat_Kebaikan 5 дней назад

    Let's always do alot of good

  • @_pRoXiMuS
    @_pRoXiMuS 5 дней назад

    I runned the toruble.nvim configuration but it is not working even after installing it through lazy .nvim , when I run down xx it says that not an editor command 🥹Error 492... how to fix it Josean... 🥹

  • @qiangwu8295
    @qiangwu8295 6 дней назад

    Bro, I love your keyboard! It's so cool!

  • @Jeerleb
    @Jeerleb 6 дней назад

    9 times out of 10 💀

  • @AbuAl7sn1
    @AbuAl7sn1 6 дней назад

    وقفت عند جزئية الـwindow 11:45

  • @ThePlaguedWriter
    @ThePlaguedWriter 6 дней назад

    So far so good. Thanks.

  • @RenegadeTrash
    @RenegadeTrash 6 дней назад

    Josean, love the video followed it to a T and am extremely happy other than one minor issue. trouble.nvim doesn't appear to be functioning and I cannot find any further information to fix this. Whenever I try to use the hotkeys that were established after installing reloading it says "not an editor command" TYIA for any help!

  • @shyampadia
    @shyampadia 6 дней назад

    You need to try fzf-tab. It's better than the default fzf keybinding

  • @metromaple
    @metromaple 7 дней назад

    would like to see a lazygit video!

  • @mhoneyaus1569
    @mhoneyaus1569 7 дней назад

    I tried to find Yabai in the App store and itr say no Mac a[[ results found. Is it no longer available?

  • @sorvex9
    @sorvex9 7 дней назад

    40:50 what is that neovim plugin u use to create a file on your cursor ? Looks like it also uses telescope

  • @milostean8615
    @milostean8615 8 дней назад

    Brilliant walkthrough 🤠🤠

  • @crusader_
    @crusader_ 8 дней назад

    Does nvim tree show the prompt to create a file by default or is it neotree you're using

  • @camilofernandez4088
    @camilofernandez4088 8 дней назад

    Thank you Josean!

  • @p504504
    @p504504 8 дней назад

    cli ricing. Noice

  • @tinblue
    @tinblue 8 дней назад

    These instruction nolonger work. homebrew-cask is deprecated and has been removed. How to install the font?

  • @mag9357
    @mag9357 9 дней назад

    باقي لي الـtmux ما اضفتها 57:17 - substitution 58:50 - surround plugin هذي الجزئيات تجاوزتها ايضا

  • @LimboPurgatory
    @LimboPurgatory 9 дней назад

    6:25 you're welcomed

  • @ericjmorey
    @ericjmorey 9 дней назад

    Your videos are great! I signed up for your newsletter and noticed that not everything is being posted there. I visited your blog and see that you have no RSS to subscribe to and no mention of your newsletter there and different content from the newsletter. Also no blsky, Mastodon/ActivityPub, Twitter, accounts (not even automated new video notice accounts). You deserve more viewership, I hope you have time to coordinate your online presents and expand your reach. Good luck!

  • @alamba78
    @alamba78 10 дней назад

    The brew tap homebrew/cask-fonts is deprecated.

  • @santiagoquiroga3190
    @santiagoquiroga3190 10 дней назад

    Hi Josean, first of all I want to say that I am loving the tutorial so far. I have made it almost all the way through. I am running into issues installing the trouble plugin however. I followed your steps to a t, and proofread the file multiple times. I confirmed with :Lazy that the plugin has installed. Yet, when I go to use <leader>xx or xr, or any of the <leader> x something commands I run into an E492: not an editor command: TroubleToggle. I was wondering what is usually the cause of this, and more importantly how do I learn to troubleshoot these kinds of issues for myself in case I need to modify the base config that you've provided for us here. Once more, thank you for the vid, it's amazing.

  • @AndrewIzatt
    @AndrewIzatt 10 дней назад

    Also, if you're having trouble remapping your <ESC> key to "jk" as Josean does, try replacing <ESC> with <esc> or <Esc> (either worked for me on Linux Mint). <ESC> might be a MacOS-specific mapping.

  • @defnlife1683
    @defnlife1683 10 дней назад

    NeovimPuertoRico gang when?

  • @defnlife1683
    @defnlife1683 10 дней назад

    Glad to see a lazyvim from scratch video. awesome.

  • @AndrewIzatt
    @AndrewIzatt 10 дней назад

    For anyone struggling to see the "tree" file format after adding vim.cmd("let g:netrw_liststyle = 3") in the lua/<name>/core/options.lua file, when you're in the :Explore view, make sure and type 'i' a few times to toggle the different listing styles. <F1> is the help file and it's in there.

  • @jelmermulder7276
    @jelmermulder7276 10 дней назад

    More than the boring "Must have command line tools" by pointing out how these tools can work together. Great video

  • @typingcat
    @typingcat 11 дней назад

    Why do web development in terminal instead of using GUI like VS Code?

  • @MesonoxianVlad
    @MesonoxianVlad 11 дней назад

    Comment.nvim is no longer needed. The main functionality from the plugin has been integrated into neovim from 0.10.0

  • @JoeAzure
    @JoeAzure 11 дней назад

    Thank you for this! I love learning new environments and taking back control of my daily view :)

  • @DEV23470
    @DEV23470 11 дней назад

    awesome video, I gat a trouble in my trouble, then i go to the github trouble and just put the default maps from there and it works

  • @ParthKamal-iy9bf
    @ParthKamal-iy9bf 11 дней назад

    vim navigation is a lot slower than in mac, as compared to that of linux . why is it so ?

  • @blank001
    @blank001 11 дней назад

    I have almost all the tools that you mentioned(except for fk) but I don't have your level customization. Thank you for the video