Converting a JavaScript project into a TypeScript one through going through error messages and asking for feedback
Adding acceptance tests to a project with RSpec
Emerging alternatives to softwares one might be used to seem promising. The teams shaping them also matter, especially those bringing together folks from different backgrounds with complementary and (at times) rare skillsets
Diversifying one’s sources of learning is wonderful
WSGI is an acronym for Web Server Gateway Interface
This line of code in Python will initialize a Flask web app
app=Flask(__name__)
The Flask class handles all the web requests, routing and responses
The Pylint error message Missing function or method docstring means that a docstring (short for a document string) needs to be added to the function. Once a docstring is included, the error disappears. See the example below:
There are 8 categories of variables in C#: static variables, instance variables, array elements, value parameters, input parameters, reference parameters, output parameters, and local variables
It’s possible to turn code into sound using certain programming languages
Learning from folks from other contexts and in more senior roles allows one to make new mental models for new technical concepts. Thankful to everyone I spoke to this week