HackerTrans
TopNewTrendsCommentsPastAskShowJobs

bascodes

no profile record

Submissions

Using Pulumi to Automatically Benchmark Cloud Providers

bas.codes
1 points·by bascodes·2 tahun yang lalu·0 comments

Performance Benchmarks of Cloud Virtual Machines

bas.codes
8 points·by bascodes·3 tahun yang lalu·0 comments

Show HN: Django ORM back end for RisingWave

github.com
3 points·by bascodes·3 tahun yang lalu·0 comments

Building a RisingWave Connector for Django ORM

bas.codes
3 points·by bascodes·3 tahun yang lalu·0 comments

Create Your Own Programming Language (Pt.I)

bas.codes
2 points·by bascodes·3 tahun yang lalu·0 comments

Build an Online Resume with an Auto-Updating PDF Version

bas.codes
56 points·by bascodes·3 tahun yang lalu·13 comments

Understanding AWS Cloud Architecture by Overengineering a Hello World App

bas.codes
13 points·by bascodes·3 tahun yang lalu·1 comments

Black Friday Deals for the Python Community 2022

bas.codes
2 points·by bascodes·4 tahun yang lalu·0 comments

My Simple Kubernetes Setup for Side Projects

bas.codes
4 points·by bascodes·4 tahun yang lalu·0 comments

Show HN: Bookmarks.email – Daily digest of Twitter bookmarks

bookmarks.email
6 points·by bascodes·4 tahun yang lalu·0 comments

Did Microsoft violate OSS licenses with CoPilot?

bas.codes
6 points·by bascodes·4 tahun yang lalu·0 comments

All you need to know about Asterisks in Python

bas.codes
1 points·by bascodes·4 tahun yang lalu·0 comments

Build a Todo App with PyScript

bas.codes
2 points·by bascodes·4 tahun yang lalu·0 comments

Advanced Django ORM (PyConDE) [video]

bas.codes
2 points·by bascodes·4 tahun yang lalu·0 comments

[untitled]

1 points·by bascodes·4 tahun yang lalu·0 comments

Avoiding and Recovering from Burnout as a Tech Worker

bas.codes
3 points·by bascodes·4 tahun yang lalu·0 comments

A Gentle Introduction to Testing with PyTest

bas.codes
3 points·by bascodes·4 tahun yang lalu·0 comments

Understanding Decorators in Python

bas.codes
5 points·by bascodes·4 tahun yang lalu·4 comments

The Hacker News Ranking Algorithm Replicated in Django

twitter.com
20 points·by bascodes·4 tahun yang lalu·0 comments

A Comprehensive Guide to Slicing in Python

bas.codes
1 points·by bascodes·4 tahun yang lalu·0 comments

comments

bascodes
·3 tahun yang lalu·discuss
It's linked in the post: https://github.com/codewithbas/resume
bascodes
·4 tahun yang lalu·discuss
It certainly depends on what's your definition of "easy".

If you're coming with no experience in programming at all, nothing will be easy. There might be tools which focus on one programming language, but they would abstract away too much details of how web based apps work in general to really understand what you're doing.

If you have some experience in a programming language or coming from just another field than web development, I'd suggest you go with a web framework which is commonly used in your programming language's universe. That might be Django for Python, ASP.NET for C#, etc.

Then, there are many lowcode/nocode tools which gives quick results. I have used Anvil in a tutorial to build a Twitter Dashboard: https://bas.codes/posts/python-anvil-twitter-stats

Your idea with the static site generators could also work. Keep in mind that you're going to create mostly frontend code when using this approach. That involves JS and npm – so you might go deep into the rabbit holes of front end web development, which can be huge. However, if that's what you want, I'd suggest using NextJS over Gatsby since I'd consider it easier to setup for beginners. Using a non-JS static site gen would contradict your "no multiple languages" requirement ;)
bascodes
·4 tahun yang lalu·discuss
That's a great idea. I will post an update!
bascodes
·4 tahun yang lalu·discuss
Shameless plug: https://bas.codes

I just started to share my knowledge I have as a developer and trainer, so there is not much to see here, yet. I think the best article so far has been the one about slicing (it got a huge traffic spike from reddit): https://bas.codes/posts/python-slicing

I would love to hear feedback to improve my writing.
bascodes
·4 tahun yang lalu·discuss
Thanks for the hint. You're right, I've changed that!