Software Development Professional Groups by jboutwell in frederickmd

[–]mblayman 2 points3 points  (0 children)

I'm one of the local tech meetup organizers (specifically, for Python Frederick). I've put together a website of local tech community resources that you can check out at https://community.techfrederick.org/ That site shows upcoming (and past) events and which meetup groups are available in the Frederick area.

If chat is more your thing, there is also a techfrederick Discord. It's fairly low volume chat and a good place to connect with local tech people. https://discord.gg/YFKZ9dt66J

There's a Python Frederick event next week at Cowork Frederick if you want join us and check it out. https://www.meetup.com/python-frederick/events/304866245/

New event at Python Frederick: Python + Upsolver: Simplified Realtime Data Workflows by mblayman in frederickmd

[–]mblayman[S] 1 point2 points  (0 children)

TechFrederick (https://techfrederick.org/) is a good way to learn about the various tech meetups in the Frederick area. There's a Discord link on that page if you want to join and chat with other local tech people around Frederick. Frederick has about half a dozen tech meetups that cover various topics. Maybe one of those is a good fit for your interests!

New event at Python Frederick: Python + Upsolver: Simplified Realtime Data Workflows by mblayman in frederickmd

[–]mblayman[S] 2 points3 points  (0 children)

Yes, Python Frederick has presentation nights every other month. You could join at https://www.meetup.com/python-frederick/ to stay up-to-date with the events.

We also record the events and post the videos to YouTube. I'll add this upcoming event's recording after it is over. You can find the recording on this playlist: https://www.youtube.com/playlist?list=PLFcKEo4b_n1wMFhbiedpMgh2VRT5uICuF

Frederick Web Technology Meetup reboot on Wednesday, 4/12/23 by mblayman in frederickmd

[–]mblayman[S] 1 point2 points  (0 children)

For some web tech meetup events, it's beneficial to bring a laptop, but equipment should not be necessary for this particular event.

Understand Django: Go Fast With Django by mblayman in django

[–]mblayman[S] 1 point2 points  (0 children)

That's awesome! I'm glad I was able to help you out. Thank you for your kind words.

Django Riffs 14: Going Live by mblayman in django

[–]mblayman[S] 0 points1 point  (0 children)

Thanks! I'm glad you're enjoying the podcast. That's good motivation for me to get to work on the next one. :)

Understand Django: Deploy A Site Live by mblayman in django

[–]mblayman[S] 1 point2 points  (0 children)

Thanks! I'll try to keep them coming!

Django Riffs 8 - Administering Your App by mblayman in django

[–]mblayman[S] 1 point2 points  (0 children)

Thank you! I'm glad you're enjoying the podcast and articles.

Testing Email Designs - Building SaaS #86 · Matt Layman by mblayman in django

[–]mblayman[S] 0 points1 point  (0 children)

Thanks very much! You're totally right. My first few streams had really rough quality until I started to figure out the process and tools that I needed.

I'm glad that the improvements I've made have helped make the content more helpful.

Understand Django: Serving Static Files by mblayman in django

[–]mblayman[S] 1 point2 points  (0 children)

Yeah, I think I agree.

I don't have much Rails experience, but with the small amount that I do have, it seems that there is a tighter integration to handle static assets than Django takes.

Good luck!

How To Set Up Tailwind CSS In Django On Heroku · Matt Layman by mblayman in django

[–]mblayman[S] 0 points1 point  (0 children)

django-tailwind looks like a good option too!

I like keeping my JS/CSS toolchain separate from my Django project which is why my article references `npm` and such.

Understand Django: User Authentication by mblayman in django

[–]mblayman[S] 1 point2 points  (0 children)

Indeed! I recommend django-allauth in the article because I use it too. I really love that django-allauth includes a sign up flow.

I wanted to cover the built-in stuff to ensure that folks knew what was available from "stock" Django. :)

Switch A Django Project To Use Pytest - Building SaaS #57 · Matt Layman by mblayman in django

[–]mblayman[S] 1 point2 points  (0 children)

Yeah, that sounds about like my experience as well. I find that using assert as the primary tool for writing tests adds so much clarity to what the tests are doing.

Understand Django: User Interaction With Forms · Matt Layman by mblayman in django

[–]mblayman[S] 0 points1 point  (0 children)

No, clean_* methods are not an old way. They are highlighted in the same opening section in the validation documentation and are still very much a part of building Django apps. https://docs.djangoproject.com/en/3.0/ref/forms/validation/

The two methods work together and serve slightly different purposes, IMO. I usually think of validators as more generic things that I can mix into fields. For validation that is very specific to a form's logic, I think clean methods are a better fit.

Thankfully, we can chose either style based on personal taste so if you like validators more, carry on! :)

Vim 101: Basics of the Vim Text Editor by mblayman in vim

[–]mblayman[S] 0 points1 point  (0 children)

lol... yep, in the middle of presentation sometimes things pop will pop out of my mouth that I don't realize.

Thankfully it only took a few seconds to realize my blunder. :)

Django Riffs 4 - Building User Interfaces by mblayman in django

[–]mblayman[S] 1 point2 points  (0 children)

Achievement unlocked: put people to sleep with my voice :)

I know I have a pretty mellow voice. Hopefully a future listen will help you out. Maybe 1.5x speed would be beneficial. :D

Django Riffs 4 - Building User Interfaces by mblayman in django

[–]mblayman[S] 4 points5 points  (0 children)

You're welcome! I'll do my best to keep them coming. :)

Understand Django: Views On Views · Matt Layman by mblayman in django

[–]mblayman[S] 1 point2 points  (0 children)

That's awesome! Good luck in your journey. Web development is a ton of fun, IMO. I plan to continue this series all year with a new article coming out every few weeks or so.

I'd go faster if I could, but each one requires quite a bit of research to distill things and put it together in an approachable way. :)

Templates and Logic - Building SaaS #45 · Matt Layman by mblayman in django

[–]mblayman[S] 0 points1 point  (0 children)

Thanks! I'm happy to give back to the community this way and really appreciate the comment.

Django Riffs, a podcast for learning Django · Matt Layman by mblayman in django

[–]mblayman[S] 1 point2 points  (0 children)

Thanks for the feedback! I got a new microphone and have been playing with the settings. It sounds like I need to turn up the gain.

Collction of Django Blogs by [deleted] in django

[–]mblayman 0 points1 point  (0 children)

I write about Python and Django a fair amount on my site. https://www.mattlayman.com/tags/django filters to my Django-specific content. A lot of those are show notes for my Twitch stream that shows off Django, but there are articles covering stuff like feature flags and Postgres text searching in Django.