Sandra's Weeknotes

Archive

Weeknotes: 25 September to 29 September 2023

blue, yellow, and brown wall decor
Photo by Photo Boards on Unsplash

What I have found gripping

  • Polyglot programming is about writing code in several languages. According to TechTarget, it is “to capture additional functionality and efficiency not available in a single language”

  • Testing case statements with RSpec meant working through error messages before getting tests to pass

  • Building a small server using Node.js before launching it with the command node index.js took less time than expected

#9
September 29, 2023
Read more

Weeknotes: 18 September to 22 September 2023

blue yellow and red abstract painting
Photo by Steve Johnson on Unsplash

What I have found gripping

  • Git annotate is a command annotating the lines of a file with commit information

  • Choosing to start a Rails project with a PostgreSQL database instead of a Sqlite one allows for scalability in the future

  • Learning and experiencing community at a welcoming technical event (albeit remotely) makes a difference

  • Enabling force_ssl to serve a Rails app over HTTPS and use secure cookies by simply uncommenting a line in the production.rb file can take little time

  • Deploying a new version of a Rails app with the help of clear technical documentation is a joy

  • Receiving specific feedback is helpful. Thankful for the folks providing it thoughtfully

#8
September 22, 2023
Read more

Weeknotes: 11 September to 15 September 2023

red blue and white abstract painting
Photo by Robert Keane on Unsplash

What I have found gripping

#7
September 15, 2023
Read more

Weeknotes: 4 September to 8 September 2023

white red and green textile
Photo by Kelly Sikkema on Unsplash

What I have found gripping

  • Reading traceback messages to resolve invalid syntax in Python requires diligent investigating

  • Creating a unit test in Python and executing it with a test runner like unittest differs from creating one in Ruby with RSpec

  • Feeling a sense of belonging is dependent on the quality of experiences within any given context

  • Connecting across differences starts small

  • Cross-cultural learning is continuous

#6
September 8, 2023
Read more

Weeknotes: 28 August to 1 September 2023

selective focus photography of pin
Photo by delfi de la Rua on Unsplash

What I have found gripping

  • Starting points for learning are often helpful

  • Mapping learning is necessary

  • Conversations can help map learning or exploration

  • Immersion and experiential learning require adaptability

#5
September 1, 2023
Read more

Weeknotes: 21 August to 25 August 2023

blue skies filled of stars
Photo by Billy Huynh on Unsplash

What I have found gripping

  • Python code follows conventions outlined in PEP 8 (Python Enhancement Proposal 8)

  • Using a YAML validator brings up informative error messages

  • Creating a template document in markdown to add it to a process is never a bore to me

  • Tools can support or hinder you if you do not have enough context. You need just enough context to be able to use them

#4
August 25, 2023
Read more

Weeknotes: 14 August to 18 August 2023

person using black laptop computer
Photo by Nubelson Fernandes on Unsplash

What I have found gripping

  • Writing integration tests in Rails is a fantastic way to try out different use cases for applications

  • Solving a technical challenge in fewer lines of code makes a difference

  • Running a test suite and working through error messages before tests pass is fascinating

  • There isn’t an equivalent to the Ruby switch statement in Python. From version 3.10.0, the Match Statement in Python is all I could find

#3
August 18, 2023
Read more

Weeknotes: 7 August to 11 August 2023

brown fountain pen on notebook
Photo by David Travis on Unsplash

What I have found gripping

#2
August 11, 2023
Read more

Coding lab

This is where you will find some of my coding experiments.


Familiarising myself with C#

#1
August 9, 2023
Read more
Powered by Buttondown, the easiest way to start and grow your newsletter.