Tutoriale Django

Publicat in Sun 30 October 2016 in tutoriale, django • Tagged with tutoriale, python, djangoScrie un comentariu

Django este un puternic framework in python ce ascunde o multime de functionalitati sub capota sau foarte usor de adaugat.

Dezvoltarea de aplicatii in python si in Django in special pare mai putin promovata pe la noi dar prin alte parti are o mare raspandire cu aplicatii pana in domeniul …

Mai mult ...

Sugestii, tutoriale - sept 2016

Publicat in Sat 08 October 2016 in sugestii • Tagged with web, sugestiiScrie un comentariu

25 Free Web-Based Apps & Tools For Working With CSS https://t.co/lTdCdkNF9v

Interactive emails make websites useless https://t.co/su7pfjHpCX

How to install and use KDEConnect on Ubuntu 16.04LTS https://t.co/CkJ4Mhj4ns

Fighting Recruiter Spam with PHP - Proof of Concept https://t.co/d8ur5tc4fe

Upgrade …

Mai mult ...

Sugestii, tutoriale - iul 2016

Publicat in Thu 04 August 2016 in sugestii • Tagged with web, sugestiiScrie un comentariu

Storing large binary files in git repositories | Linuxaria https://t.co/MMM5MtCifx

Uzbl - web interface tools which adhere to the unix philosophy. https://t.co/sbSviZiP35

Troubleshoot Nginx: 10 typical errors - Server Density Blog https://t.co/2kOz4v9iNh

Ten sources of free big data on Internet https://t.co/Lgs0kKzEc1 …

Mai mult ...

Sugestii, tutoriale - iunie 2016

Publicat in Sun 03 July 2016 in sugestii • Tagged with web, sugestiiScrie un comentariu

Jenkins Material Theme https://t.co/qId2YH2og4

HTTP/2 will make the Internet faster. So why the slow adoption? https://t.co/KopQSgZBYk

Troubleshoot Nginx: 10 typical errors - Server Density Blog https://t.co/2kOz4v9iNh

Ten sources of free big data on Internet https://t.co/Lgs0kKzEc1

Top 10 Best …

Mai mult ...

Sugestii, tutoriale - mai 2016

Publicat in Fri 03 June 2016 in sugestii • Tagged with web, sugestiiScrie un comentariu

Splitting a Monolithic Application Into Services https://t.co/sDp2gAw0FA

2 unit tests. 0 integration tests https://t.co/V2Z9F4G1sJ

Good and Bad CSS Practices for Beginners https://t.co/Ael8lhQpQX

8 Super Common Mistakes That Beginner Designers Make https://t.co/DezYzBNean

The Ultimate WordPress Development Environment https://t …

Mai mult ...

Tutoriale Python

Publicat in Fri 27 May 2016 in tutoriale, python • Tagged with tutoriale, pythonScrie un comentariu

Lista de tutoriale http://noeticforce.com/best-free-tutorials-to-learn-python-pdfs-ebooks-online-interactive>

Lista de librarii API https://github.com/ardydedase/list-of-python-api-wrappers

Lista de framework-uri, librarii si software https://github.com/vinta/awesome-python

Lista de librarii pentru Flask https://github.com/humiaozuzu/awesome-flask

Lista de librarii pentru Django https://github.com/rosarior/awesome-django

Django packages https …

Mai mult ...

Sugestii, tutoriale - apr 2016

Publicat in Sun 15 May 2016 in sugestii • Tagged with web, sugestiiScrie un comentariu

Exotic PHP implementations: HippyVM, JPHP, Tagua VM, Peachpie https://t.co/5E3W7FXwRO

Lessons from Building a Node App in Docker https://t.co/FWTF9FYVC6

Top 10 Websites that will Teach you Coding/Programming for Free https://t.co/ONFkBO9fG2

Kogaion Linux Alpha3 available https://t.co/x3vqo9BT3i

17 Useful PHP …

Mai mult ...

Sugestii, tutoriale - mar 2016

Publicat in Sun 03 April 2016 in sugestii • Tagged with web, sugestiiScrie un comentariu

Assembling a CI Service for a Django project on Jenkins https://t.co/fokwh0IYaD

Setting up Jenkins to run headless Selenium tests in Docker containers https://t.co/pabAiGexGb

Beautify your Jenkins with the Material Design theme! https://t.co/pOp4Bbx6t6

Docker Goes Native for Windows and Mac https://t …

Mai mult ...

Sugestii, tutoriale - ian 2016

Publicat in Sun 14 February 2016 in sugestii • Tagged with web, sugestiiScrie un comentariu

How to Restrict SFTP Users to Home Directories Using chroot Jail https://t.co/NaygMNCJxG

Integrate Xdebug with netbeans https://t.co/JUuU68tcsm

An in-Depth Walkthrough of Supercharging Apps with Blackfire https://t.co/ShgSVjzFns

Appserver.io - Next-generation infrastructure appserver.io

Mai mult ...

Integrare Xdebug cu Netbeans

Publicat in Sat 16 January 2016 in tutoriale, php • Tagged with tutoriale, phpScrie un comentariu

Ca dezvoltatori de proiecte web/php de multe ori suntem nevoiti sa cautam problemele din codul scris. Cea mai uzuala metoda este adaugarea de clasicelor linii:

print_r($variable);
var_dump($variable);
die('here I am');

O metoda mai eficienta insa este utilizarea extensiei Xdebug ce permite afisarea multor informatii utile.

Instalarea …

Mai mult ...