DevTech101

DevTech101

web

Web GUI/UI – Administrating A Kubernetes Cluster Created With Angular

Web GUI – Administrating A Kubernetes Cluster I am working on a Web GUI to Administrate a Kubernetes Cluster. this includes all manipulation i.e. stats lookups, add, modify, deletes. all manipulations are using the official Kubernetes API’s. Details as well as the full code is available on my Github repository. In the next few weeks …

Web GUI/UI – Administrating A Kubernetes Cluster Created With Angular Read More »

Django install and configure

Install django easy_install pip (if not installed yet) mkdir django_test ; cd django_test pip install virtualenv virtualenv vm_test1 ; cd vm_test1 . bin/activate pip install django pip freeze # list packages Create first project django-admin startproject my_project ; cd my_project # Start the server python manage.py runserver Install some more packages pip install south django-registration …

Django install and configure Read More »

CSS top margins

<span style="margin-left:2px; margin-top:5px; display: inline-block"> <a href="http://lowcoupling.com/tagged/UML/chrono"><span class="label label-default">UML</span> </a></span> Refrence http://stackoverflow.com/questions/19462614/css-left-and-top-margin-on-bootstrap-labels

Nodejs Bootstrap and Express project

Configuring NodeJS, Express, and Bootstrap npm install –save express-partials Initialize /install NodeJS express Module npm install -g express-generator Create all need structure with express express –ejs bootstrap/ Finally, install NodeJS modules npm install Next, start NodeJS npm start Note: If you are using Netbeans, to be able to start from within Netbeans, add the below …

Nodejs Bootstrap and Express project Read More »

Free Jquerey chart lib

http://justgage.com/ – gage http://www.rgraph.net/examples/meters-and-gauge-charts.html – gage http://www.jqplot.com/ http://www.jqplot.com/deploy/dist/examples/meterGauge.html – gage https://github.com/rendro/easy-pie-chart – gage http://benpickles.github.io/peity/ http://jpgraph.net/ http://elycharts.com/examples http://www.flotcharts.org/ http://www.highcharts.com http://anthonyterrien.com/knob/ Refrence – list of free https://cube3x.com/37-free-jquery-or-javascript-chart-libraries/