Categories
Development

Projects

I have over 400 projects in my src directory that I have worked on, played around with or tested.   I forgot what most of these do so in my spare time, will add the git README.md file into each directory.

The new format for this document will be:


Project:
Hacker Tracker

Description:
Casualcoder.net gets lots of traffic testing the ssh. This program goes through the auth.log file for the previous day to find who and place this info into a db for analzying

DateCreated:
20190528

git:no jenkins:no docker:no

Directory:
/src/cplus-hacktrack

Keywords:
c++ mongo bash

I think this will make it easier to find snippets or ideas when I need them.

the git: line will be a quick yes or no if the tools I use often are being used in this project.

I found that for me, naming the directory with

 

Categories
Development

Development

My coding rules:

  • Versioning in git: [major].[minor].[patch]-[build/beta/release]
  • Javascript coding:
    • structure
      • use strict
      • es6 – watch the shorthand functions
      • I like airbnb except for string handling.  I use both single/double quote
    • modules to use
      • webpack
      • babel
      • eslint
      • sass
    • directory structure
      • main
      • modules: for javascript modules I write
      • public
        • js: js scripts used in html
        • views:  html/ejs/etc goes here
        • css
      • data: data used with this project-spreadsheets, files, database schema