Use Dotenv Files When Developing Your Go Apps
Overcome the hurdles of managing environment variables, while developing your next Go app.
Read articleOvercome the hurdles of managing environment variables, while developing your next Go app.
Read articleDating back to version 1.2, the with operator is one of Elixir’s features that need a bit of time to comprehend at first. It often gets used in situations…
Read articleElixir is not Ruby. The familiar syntax has definitely helped the language win the hearts of the broader developer community. Yet, under the hood, Elixir is all about Erlang.
Read articleHave you heard of Adam Tornhill’s work?
Read articleThe newest programming language you need to know
Read articleWrite clear and consistently indented Python code with zero effort.
Read articleHere is how to fix it.
Read articleDeveloping Python apps can be simplified with the use of .env files. These files help store sensitive information, such as API keys and passwords, in a secure and convenient way.
Read articleList and switch back and forth between multiple git branches with ease.
Read articleAs modules get bigger, they tend to import other modules, or do some preliminary setup work. Python 3 supports inline reloading of modules.
Read articleA quick tip on securely setting up remote ElasticSearch instances.
Read articleWriting a great commit summary is like writing a great tweet, only shorter.
Read article