diff options
Diffstat (limited to 'drafts')
-rw-r--r-- | drafts/2021-reading-list.html | 1 | ||||
-rw-r--r-- | drafts/altrustic-angelshark.html | 2 | ||||
-rw-r--r-- | drafts/make-your-web-site-look-boring.html | 3 | ||||
-rw-r--r-- | drafts/stack-end-devs.html | 13 | ||||
-rw-r--r-- | drafts/what is programming.html | 5 | ||||
-rw-r--r-- | drafts/why make your web site worse in 2020 | 0 |
6 files changed, 21 insertions, 3 deletions
diff --git a/drafts/2021-reading-list.html b/drafts/2021-reading-list.html index 529bb84..46d4707 100644 --- a/drafts/2021-reading-list.html +++ b/drafts/2021-reading-list.html @@ -5,4 +5,5 @@ <li>Sachar, Louis. <em>Holes</em></li> <li>Steinbeck, John. <em>The Pearl</em></li> <li>Fitzgerald, F. Scott. <em>The Great Gatsby</em></li> + <li>Wells, H.G. <em>War of the Worlds</em></li> </ul> diff --git a/drafts/altrustic-angelshark.html b/drafts/altrustic-angelshark.html new file mode 100644 index 0000000..f90bb86 --- /dev/null +++ b/drafts/altrustic-angelshark.html @@ -0,0 +1,2 @@ +I finally got the chance to open source a long-term project from work and +release it into the outside world. diff --git a/drafts/make-your-web-site-look-boring.html b/drafts/make-your-web-site-look-boring.html deleted file mode 100644 index c8cd03a..0000000 --- a/drafts/make-your-web-site-look-boring.html +++ /dev/null @@ -1,3 +0,0 @@ -<h1>Make Your Web Site Boring!</h1> - -- functional - not disctracting - tasteful - readable no javascript? no runtime! diff --git a/drafts/stack-end-devs.html b/drafts/stack-end-devs.html new file mode 100644 index 0000000..7520133 --- /dev/null +++ b/drafts/stack-end-devs.html @@ -0,0 +1,13 @@ +slightly peeved we are not full stack developers, we are not front- or back-end +developers. we are computer programmers trying to solve a problem. that problem, +specifically is to automate, or reduce manual touch-time for a variety of tasks. +we are not mature enough as a team to be discussing our team's brand. we don't +even have one product as a team. we don't focus on one vs the other, we're focus +on making problems go away. we need general-purpose programmers who can +efficiently make those things go faster. we're not on a department-level +strategy. we're barely on a team-level strategy. we still have "developers" who +are staying up late doing manual deployments. we have developers with years of +experience rewriting functionality between "ends" because they're constantly +cloning huge amounts of data from one location to another instead of working on +a single subset. I don't have the answers to fix these problems but I almost +don't think it's specialization or rebranding that will make them go away. diff --git a/drafts/what is programming.html b/drafts/what is programming.html new file mode 100644 index 0000000..4b4e26d --- /dev/null +++ b/drafts/what is programming.html @@ -0,0 +1,5 @@ +programming isn't coding programming is computational problem solving (see +CSCI101) programming is getting data from point A to point B see what +programming isn't about informal lecture being a good programmer isn't about +following best practices or paradigms. it's still possible to write bad programs +using test-driven development and "Clean Architecture" diff --git a/drafts/why make your web site worse in 2020 b/drafts/why make your web site worse in 2020 deleted file mode 100644 index e69de29..0000000 --- a/drafts/why make your web site worse in 2020 +++ /dev/null |