HackerTrans
トップ新着トレンドコメント過去質問紹介求人

bascodes

no profile record

投稿

Using Pulumi to Automatically Benchmark Cloud Providers

bas.codes
1 ポイント·投稿者 bascodes·2 年前·0 コメント

Performance Benchmarks of Cloud Virtual Machines

bas.codes
8 ポイント·投稿者 bascodes·3 年前·0 コメント

Show HN: Django ORM back end for RisingWave

github.com
3 ポイント·投稿者 bascodes·3 年前·0 コメント

Building a RisingWave Connector for Django ORM

bas.codes
3 ポイント·投稿者 bascodes·3 年前·0 コメント

Create Your Own Programming Language (Pt.I)

bas.codes
2 ポイント·投稿者 bascodes·3 年前·0 コメント

Build an Online Resume with an Auto-Updating PDF Version

bas.codes
56 ポイント·投稿者 bascodes·3 年前·13 コメント

Understanding AWS Cloud Architecture by Overengineering a Hello World App

bas.codes
13 ポイント·投稿者 bascodes·3 年前·1 コメント

Black Friday Deals for the Python Community 2022

bas.codes
2 ポイント·投稿者 bascodes·4 年前·0 コメント

My Simple Kubernetes Setup for Side Projects

bas.codes
4 ポイント·投稿者 bascodes·4 年前·0 コメント

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

bookmarks.email
6 ポイント·投稿者 bascodes·4 年前·0 コメント

Did Microsoft violate OSS licenses with CoPilot?

bas.codes
6 ポイント·投稿者 bascodes·4 年前·0 コメント

All you need to know about Asterisks in Python

bas.codes
1 ポイント·投稿者 bascodes·4 年前·0 コメント

Build a Todo App with PyScript

bas.codes
2 ポイント·投稿者 bascodes·4 年前·0 コメント

Advanced Django ORM (PyConDE) [video]

bas.codes
2 ポイント·投稿者 bascodes·4 年前·0 コメント

[untitled]

1 ポイント·投稿者 bascodes·4 年前·0 コメント

Avoiding and Recovering from Burnout as a Tech Worker

bas.codes
3 ポイント·投稿者 bascodes·4 年前·0 コメント

A Gentle Introduction to Testing with PyTest

bas.codes
3 ポイント·投稿者 bascodes·4 年前·0 コメント

Understanding Decorators in Python

bas.codes
5 ポイント·投稿者 bascodes·4 年前·4 コメント

The Hacker News Ranking Algorithm Replicated in Django

twitter.com
20 ポイント·投稿者 bascodes·4 年前·0 コメント

A Comprehensive Guide to Slicing in Python

bas.codes
1 ポイント·投稿者 bascodes·4 年前·0 コメント

コメント

bascodes
·3 年前·議論
It's linked in the post: https://github.com/codewithbas/resume
bascodes
·4 年前·議論
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 年前·議論
That's a great idea. I will post an update!
bascodes
·4 年前·議論
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 年前·議論
Thanks for the hint. You're right, I've changed that!