Categories
-
Recent Posts
Archives
Author Archives: Ruslan Verbelchuk
NGINX Reference
=== CLI NGINX === #cd /etc/nginx # ls -ltr #cd /var/log/nginx #cd /var/www —– # sudo su – $ systemctl status nginx $ systemctl status nginx –no-pager $ systemctl is-active nginx $ systemctl start/stop nginx — reload all config files … Continue reading
Posted in Technologies
Leave a comment
Git Reference
Commands Used: git log = git history git log –all –decorate –oneline –graph = commit history graph git branch (branch-name) = create a branch git checkout (branch-name) = checkout a branch/move head pointer git commit -a -m “commit message” = … Continue reading
Posted in Technologies
Leave a comment
How to Install Multiple Versions of Node.js and Manage it Using NVM Node Version Manager node package manager (NPM)
Windows Go to https://github.com/coreybutler/nvm-windows/releases download and install the latest nvm-setup.zip VIDEO: https://www.youtube.com/watch?v=ZQZ47n9llOQ Mac or Unix 1. #Install command line developer tools. $ xcode-select –install 2. Install the latest version of NVM https://github.com/creationix/nvm#git… — Clone NVM $ cd ~/ $ git … Continue reading
Posted in Technologies
Leave a comment
React 16 features
React Fiber https://github.com/acdlite/react-fiber-architecture is a virtual stack frame, with React Fiber being a reimplementation of a stack frame specialized for React components. Each fiber can be thought of as a virtual stack frame where information from the frame is preserved in memory … Continue reading
Posted in React 16
Leave a comment
How to install Jenkins 2.150.1 on Ubuntu 14.04
0. sudo -s— How to Install Oracle Java 8 on Ubuntu 14.04 LTS —1. sudo apt-add-repository ppa:webupd8team/java2. sudo apt-get update3. sudo apt-get install oracle-java8-installer — Check the installed Java —-sudo update-alternatives –config javasudo update-alternatives –config javacupdate-java-alternatives -lexport JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64echo “$JAVA_HOME” — … Continue reading
Posted in Technologies
Leave a comment
Sketch plugins
RENAME IT: https://github.com/rodi01/RenameIt SKETCH STYLES GENERATOR: https://github.com/lucaorio/sketch-styles-generator SKETCH STYLE LIBRARIES: https://github.com/sigtm/sketch-style-libraries SKETCH ICONS: https://github.com/AMoreaux/Sketch-Icons MOVE TO LIBRARY: https://github.com/ahmedmigo/Move-to-library-sketchplugin LIBRARY SOMBOL REPLACER: https://github.com/zeroheight/library-symbol-replacer PADDY PLUGIN: https://github.com/DWilliames/paddy-sketch-plugin SOURCE FILE: https://www.dropbox.com/s/j4u1dqjx2et… Stacks and Auto-Layout Sketch Plugin Just like Flex Box in CSS, UIStackView … Continue reading
Posted in Technologies
Leave a comment
WEB Security
owasp top 10 security standards https://owasp.org/www-project-top-ten/ https://info.veracode.com/datasheet-thank-you-2.1.html?aliId=121948011 https://www.youtube.com/channel/UCt4woZmZYtNQ6Ulhfralesg http://www.veracode.com/blog?_ga=1.4329651.1093907670.1491920388 https://www.owasp.org/index.php/Category:OWASP_Top_Ten_Project#tab=Main SWAT checklist security standards https://software-security.sans.org/resources/swat https://securingthehuman.sans.org/media/resources/planning/STH-poster-winter-2013.pdf
Posted in Technologies
Leave a comment
JavaScript Resources
Online web-based IDE. Sencha Fiddle: https://fiddle.sencha.com. Fiddle Meta: https://jsfiddle.net/. JS Bin: https://jsbin.com/?html,output. ShiftEdit is a new web-based IDE for editing HTML/ CSS/ JS and PHP. It uses ExtJS and the excellent extensions: FileTreePanel and DDTabPanel. https://shiftedit.net/. Link Description tympanus.net/codrops/css_reference/ CSS Reference … Continue reading
Posted in Front End Development
Leave a comment
UI/UX Resources
Guidelines: Web Content Accessibility Guidlines (WCAG) Section 508 (US federal standard) The UX HandBook Acronyms: UXPA – The UX Professionals Association IxDA – The Interaction Design Association IAI – The Information Architecture Institute
Posted in Technologies
Leave a comment
BJJ Reference
Brasilian Jiu Jitsu Reference http://www.grapplearts.com/ – download the free book. You’ll have to provide your e-mail address and he will be sending you some really interesting newsletters . You can unsubscribe at any moment if you wish. There are some … Continue reading
Posted in MMA
Leave a comment