Mariusz Wyszomierski | DevBlog
open-menucloseme
Blog
Links icon
GitHub LinkedIn Twitter
About
🌐
Polski English
  • Editable diagrams in PNG files created in diagrams.net (former draw.io)

    calendar2022-10-14 · 3 min read  ·
    Share on: twitterfacebooklinkedincopy
    Editable diagrams in PNG files created in diagrams.net (former draw.io)

    There is awsome, free and intensively developed tool for drawing diagrams and schematics - diagrams.net (former draw.io). The easiest way to use this tool is to work in a web application accessible through a browser.. There is a desktop option, which could be installed on Windows, Linux and MacOs. Example diagram: …


    Read More
  • redo - application for quick alias creation

    calendar2022-06-06 · 3 min read  ·
    Share on: twitterfacebooklinkedincopy
    redo - application for quick alias creation

    Redo1 is a tool for quick and easy alias creation from last invoked commands. Application hstr Check post about tool hstr, which also speed up work in terminal Installation Below script for installing 0.5.0 version. Before install, you should check newest version on GitHub: release redo. 1REDO_VERSION=0.5.0 2wget …


    Read More
  • Efficiently search and select commands from bash history

    calendar2022-04-30 · 2 min read  ·
    Share on: twitterfacebooklinkedincopy
    Efficiently search and select commands from bash history

    Some time ago, during the Devoxx conference, I noticed a very interesting tool used by the speaker. When he wanted to type in the console a command, which he had already typed before, terminal was shown a list of prompts. This makes working in the console more efficient. Navigating with the arrows By default, when we …


    Read More
  • SDKMAN - application to manage tools versions

    calendar2022-04-25 · 5 min read  ·
    Share on: twitterfacebooklinkedincopy
    SDKMAN - application to manage tools versions

    SDKMAN1 is a great tool for installing multiple versions of different tools and switching between versions easily. It is safe to say that it is a must-have for any programmer. Installation is very easy 1 curl -s "https://get.sdkman.io" | bash 2 source "$HOME/.sdkman/bin/sdkman-init.sh" Main commands In …


    Read More
  • Mapping Dozer vs MapStruct

    calendar2016-03-23 · 3 min read  ·
    Share on: twitterfacebooklinkedincopy
    Mapping Dozer vs MapStruct

    In multi-tier applications there is often a need for mapping between two data models. In this article you can read about comparing two mapping libraries: Dozer (http://dozer.sourceforge.net/) - popular library, where mapping is configured by XML files MapStruct (http://mapstruct.org/) - library, which is used for …


    Read More
  • Generator .gitignore file

    calendar2016-01-27 · 2 min read  ·
    Share on: twitterfacebooklinkedincopy
    Generator .gitignore file

    What is .gitignore file? It's a file containing names or pattern names of directories and files, that should't be included in GIT repository. These are among others files generated by IDE - in case of IntelliJ IDEA it's a directory .idea and file with extension *.iml. Generator .gitignore On website …


    Read More

Recent Posts

  • Spring Boot application properties or yml in test resources is a code smell
  • How to export files from git repository without change history?
  • Editable diagrams in PNG files created in diagrams.net (former draw.io)
  • SDKMAN use any matching java version
  • redo - application for quick alias creation
  • Efficiently search and select commands from bash history
  • Can't find java class using reflection
  • SDKMAN - application to manage tools versions

Tags

DEVOPS 7 TOOLS 6 HARDWARE 4 JAVA 4 RASPBERRY 4 SPRING-BOOT 3 TIPS 3 GIT 2 NETWORK 2 SDKMAN 2 WILDFLY 2 ANSIBLE 1 ARCHITECTURE 1 BASH 1
All tags
ANSIBLE1 ARCHITECTURE1 BASH1 CODE-SMELL1 DEPLOYMENT1 DEVOPS7 DIAGRAMS1 DOZER1 EFFICIENCY1 GIT2 HARDWARE4 JAVA4 LIBRARY1 LINUX1 MAPPING1 MAPSTRUCT1 NARZĘDZIA1 NETWORK2 NMAP1 OWASP1 PERFORMANCE1 PRODUCTIVITY1 RASPBERRY4 RASPBIAN1 REDO1 REFLECTION1 SDKMAN2 SECURITY1 SPRING-BOOT3 TIPS3 TOOLS6 VNC1 WILDFLY2
[A~Z][0~9]
Mariusz Wyszomierski | DevBlog

Copyright  MARIUSZ WYSZOMIERSKI | DEVBLOG. All right reserved. Generated by Hugo. Template hugo-clarity.

to-top