I resumed working on training project ie monitoring 6 months training of students going under summer industrial training through daily diaries(blogs). Though the requirements of this project is huge but still it's exciting to work on it. I chose django framework for this. Because it is easier to implement database queries in django. Today I... Continue Reading →
17, 18 and 19 August
There is not much to write because In these 3 days I was only preparing for placement cognitive and technical assessment. In cognitive assessment Quant, Logical reasoning, and verbal were there, and in technical assessment C programming and ms office questions were there. So syllabus was quite wide, so I took 2 days for preparation... Continue Reading →
16 August, 2019
Today I learnt about Docker. So what is Docker? Docker is a platform which packages an application and all its dependencies together in the form of containers. This containerization aspect of Docker ensures that the application works in any environment. Docker helps to ensure your application run on every platform smoothly. Then I did research... Continue Reading →
15 August, 2019
As it was a day of festivals, so i was busy with family stuff, so couldn't get much time of my own. But somehow i managed to continue my C and Javascript tutorials. Next thing i tried to upload my github repo to Experimental Server, but couldn't find any proper solution so i decidec to... Continue Reading →
14 August, 2019
Now it's been more than 3 weeks of my training, till now i am getting used to many things like Reading Articles, understanding crux of the statement thoroughly and trying to implement things as much as i can do, so writing daily diary is one such part of these things, so what i did on... Continue Reading →
10th aug
Revised advanced concepts of django framework and read about latest version of both python and django
9th Aug
In last three days I completed working on Ldap with django. Still have some errors thou
LDAP Authentication in Django
This is a Django authentication backend that authenticates against an LDAP service. Configuration can be as simple as a single distinguished name template, but there are many rich configuration options for working with users, groups, and permissions. Installation Install the package with pip: $ pip install django-auth-ldap It requires python-ldap >= 3.0. You'll need the OpenLDAP libraries and headers... Continue Reading →
7th aug
Today I did leanrt in deep on Ldap and learnt new terminologies regarding this topic.
6th aug
Today sir gave me a new task of authenticating Ldap with django. I researched about it And learnt basic ldap.