Skip to content

www.Dev4Devs.com

  • Linkedin
  • GitHub
  • Twitter

Solutions for developers

  • Home
  • Categories
    • English
    • Books
    • Functional Programming
    • Hibernate
    • Java
    • Javascript
    • NodeJS
    • MongoDB
    • PostgreSQL
    • Python
    • ansible
    • OpenShift
    • Tips
    • CommandLine
    • Think About
  • About
  • Search

Category: Uncategorized

[Golang] – How to generate swagger API doc from the source code

This post will explain how to do generated the documentation to be checked dynamically with the SwaggerUI and the package … More

golang

[Golang] – Design patterns and best practices

You are looking for design patterns examples in Golang. If yes, I’d like to share with you the following content. … More

golang

[Golang] Good Practices – Init Project

A teammate shared it and I really liked. So, following the post in order to help you too :-). Check … More

golang

How to create a docker container with Fedora?

Pre-requirements Docker installed. See here how to install. Instructions The official Fedora images are here Run $ docker pull fedora to … More

docker, Fedora, linux

[OpenShift] – Learning Openshift by practical and guided exercises

I’d like to recommend the following website which will provide excellent content for who is looking for to learn OpenShift … More

OpenShift, tips

[OpenShift] – Get started (Recommended Book)

I’d like to share with you the book which was recommended to me. This book will cover from A to … More

Books, OpenShift

[Shell] – How to create a spinner with shell script? How to create a spinner which will be finished and do not will output kill termination?

Following an example to do it. function spinner() { case $1 in start) let column=$(tput cols)-${#2}-8 echo -ne ${2} printf … More

shell

[Tip] – Create Pull Request templates to avoid PR’s without required info

To add a PR template it really simple. You just must create a file with the name PULL_REQUEST_TEMPLATE.md and the info/template as … More

git, tips

[MacOsX|FreeBSD|Linux] – How to fix the .bash_profile? How to fix the PATH if the terminal commands are not so long working?

If you edit the .bash_profile and your PATH is broken now, then you are not able to use the vim … More

macosx, tip

[OpenShift] – How to allow auto shell completion for Minishift installation on MacOSx?

Following the commands. Use brew to install : brew install bash-completion Run : $source $(brew –prefix)/etc/bash_completion Run : oc completion … More

command line, oc tool, OpenShift

Posts navigation

Older posts

Search

Follow www.Dev4Devs.com on WordPress.com
Create a website or blog at WordPress.com
Cancel