boobo94
boobo94
Your programming blog
Skip to content
  • Home
  • Contact

One year of blogging

Hei You and happy birthday to boobo94.xyz. Today it’s exactly one year when the first article was released, on this blog. Since then I learned which are your needs and what should I write about and what should I stop doing. The most excited moment from this entire year was about [Web service article] because […]

in Uncategorized | February 17, 2019 | 427 Words | 1 Comment

How to add free SSL to your website [https]

https free ssl boobo94

Are you courios how to add free SSL to your website ? Because that’s exactly what I would like to show in this article. Recently I migrated from Jekyll to WordPress so I was needed to renew the SSL certificate and I was very happy with let’s encrypt, so I tried website?do it again, from […]

in Security | February 16, 2019 | 295 Words | Comment

Cleanup merged branches from your repository [GIT]

cleanup-merged-branches

If you are a developer and you contribute and work with a lot of branches, after some time you face the problem of having a lot of dead branches on you local machine. Yes, you can automate this task, just run a simple command and get rid of this painful job by simply cleanup the […]

in Tutorials | January 9, 2019 | 243 Words | 1 Comment

Debate Django [Pro vs. Cons]

boobo94-django-pro-vs-cons

Why do you think is a great or bad idea to use a technology ? We are humans and that makes us to be vulnerable taking personal decisions without trying to understand someone else opinion, so in this article I don’t choose for you, but I just let you know some thoughts about subject I […]

in Tips | December 7, 2018 | 844 Words | Comment

Web Service Architecture for Golang Developers

webservice-software-architecture

Web service architecture is the first phase before building every project, it’s like you prepare to build a house and start by creating the architecture plan. This article will present how I structure my projects when I need to create a simple web service in Golang. It’s very important for you to keep a simple […]

in Web Service | September 26, 2018 | 4,166 Words | Comment

3 reasons to keep a changelog for your project [developer tips]

Changelog file, what this means ? Did you forgot what you implemented two months ago ? If the answer is no, probably you don’t need lecithin. But I don’t think that’s the answer. A changelog file it’s just a history of changes made for a project. It’s very useful to keep track of everything into […]

in Tips | September 10, 2018 | 312 Words | Comment

How to make a bootable Windows usb from your macbook

Make a bootable usb with Windows or Linux, from your macbook, that’s sounds a little bit hard, but I know why you are here, so please continue to read. Few days ago, I encountered some troubles trying to make a bootable usb drive with Windows 10 from my macbook laptop. So I decided to make […]

in Tips | August 8, 2018 | 162 Words | Comment

Simple SMTP server for local development usage

Today I needed a local smtp server and I tried to connect firstly with my gmail account, but that’s not a good idea, because maybe you don’t want to commit your credentials and share them with your team. Use Gmail SMTP Settings If you want to use gmail server, with your credentials, here are the […]

in Tips | August 6, 2018 | 166 Words | Comment

How to setup a Postgres Server on Ubuntu

Installing on Linux $ sudo apt-get update $ sudo apt-get install postgresql postgresql-contrib Switch over to the postgres account on your server by typing: $ sudo -i -u postgres You can now access a Postgres prompt immediately by typing: $ psql, exit with \q Creating user $ sudo -u postgres createuser <username> Creating Database $ […]

in Tutorials | August 2, 2018 | 300 Words | Comment

5 common questions about how to build an Alexa Skill (Amazon Alexa)

alexa-skill

1. Alexa Skill, where to start from ? The idea of this article it’s to help you to develop a skill from scratch or based on a starter pack, this is an example alexa-skill-starter-pack-typescript from my github account. I dont’ want to discuss too much about this starter pack, because you can find more details […]

in AI | July 9, 2018 | 1,473 Words | Comment

Post navigation

RSS
Facebook
Facebook
Twitter
Visit Us
Follow
LinkedIn
INSTAGRAM
SOCIALICON
SOCIALICON

Newsletter

Recent Posts

  • One year of blogging
  • How to add free SSL to your website [https]
  • Cleanup merged branches from your repository [GIT]
  • Debate Django [Pro vs. Cons]
  • Web Service Architecture for Golang Developers
Independent Publisher empowered by WordPress