Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API

From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Search - "starter kit"
-
Finally took the step and saw a mini-side project to completion. It's (yet another) CSS starter kit. I know the internet is already full of them, but this is mine and I'm proud of it so I'm sharing 😊 It's called Basecoat; give it a look-see http://goo.gl/u2kGrX5
-
Heads up, fellow tech nerds: if you're an Amazon Prime member and have ever wanted a Raspberry Pi, there's a good deal on a starter kit, 20% off for Prime Day! Search for "CanaKit Raspberry Pi 3 Complete Starter Kit".
I've always wanted to build a project with a Pi, and now mine's coming Friday! Build project suggestions?6 -
So I had an idea of what might be useful for a Brain Computer Interface (BCI). I thought they must have brought the prices down on these by now... Oh my hell... The cheap "starter" kit from OpenBCI is $800+. The cheapest headset I could find anywhere was $129 and all the reviews say it doesn't work. What an absolute shit show. I sincerely thought these devices would have gotten costs down due to selling a lot of them.
I just want to hack some shit together and play with it! Not fucking take out a loan. I guess that industry is lacking the one application to make this kind of interface worth it. So I will wait another 5 years for that industry to make progress I guess...
I will have to look around for cheap Ardunio kits or something. What an absolute joke. I mean we are talking about a low noise amp and some electrodes.7 -
I am legit done with neovim. For like couple of months already i tried to code on vim, i really like the hands on approach and less mouse movements so you can be more faster. But my god every starter kit such as NvChad or LazyVim or anything in between has soo many bugs its crazy. Last time i got ^M at the end of each field because the line endings on my mac are different than on my windows machine. But why the fuck am i supposed to even see that in the first place? it doesnt even appear in VSCode. The integrated terminals are shit aswell, in NvChad if i would accidentally hit tab it would switch to a buffer and i couldnt get that terminal back no matter what, and i had to end the application using the task manager. And on LazyVim that fucking thing doesnt know its place, if you open up the file explorer first then the terminal its gonna fill the entire space at the bottom leaving the file tree very small. Overall everything feels clunky buggy messy, i end up debugging vim more than writing actual code. And i seriously cannot understand how is this supposed to make you more productive, i think this is either used by oldheads who started coding initally on vim or by IT snobs who believe they are superior to these "VsCode soyjaks" like myself.7
-
I just released version 2.0 of my UI package.
Laravel Livewire & Bootstrap 5 UI starter kit. This package is a modernized version of the old laravel/ui package for developers who prefer using Bootstrap 5 and full page Livewire components to build their projects. It also comes with a few features to boost your development speed even more.
GitHub: https://github.com/bastinald/ui
Demo Video: https://youtube.com/watch/...3 -
I just released another UI, Auth, & CRUD scaffolding/starter kit package.
This is similar to my last package, but I've put everything inside one package. This makes it easier for me to integrate different features, as well as maintain it. This package has a bunch of improvements and some new features.
- Video: https://youtube.com/watch/...
- Repo: https://github.com/bastinald/ux
Thanks for checking it out. Hopefully someone finds it useful. -
I recently released my latest UI, Auth, & CRUD scaffolding package called Laravel Livewire UI.
This package provides Laravel Livewire & Bootstrap UI, Auth, & CRUD scaffolding commands to make your development speeds blazing fast. With it, you can generate full, preconfigured Bootstrap UI, complete Auth scaffolding including password resets and profile updating, and Create, Read, Update, and Delete operations. The CRUD files even have searching, sorting, and filtering. This package also comes with full PWA capabilities.
- Demo Video: https://youtube.com/watch/...
- Github Repo: https://github.com/bastinald/...
Thanks for your time.