DiscoverSDK Blog
Working With Date and Time in Java
Date and Time are ingrained concepts in our lives. We need to keep track of time, we need to keep up with dates. Almost no application is practically usable if it has no sense of date and time. Whenever you are double clicking on a video file to watch it, your file explorer application is setting th [...]
Working With File Input and Output In C
The most common and familiar way of handling input and output in C is with the console. You can create a console based C application to take input from the user and display the output on the console. But working with I/O with the help of console is not always practical for all types of use cases. Mo [...]
Understanding Universal Resource Locator (URL) for Programmers
URLs are one of most important elements in real life programming and across programming languages. Almost all applications need some kind of interaction with the web. Every resource or component on the web is identified, interacted with, or communicated to with the help of URLs. We even communicate [...]
HTTP Programming With Java
Working with HTTP is a common task for professional Java developers. Almost all the applications developed nowadays will have some kind of interaction with the web. No matter if Java programming is your hobby or your profession, skill on working with HTTP(S) is essential. In this article I will show [...]
Working With Files in Java
Almost every real life Java application interacts with the file system. Files are the most convenient way of handling input and output. Every computer program revolves around the concepts of input, processing, and output. We can take input from a file, process it and save the output to another file. [...]
Network Socket Programming With Java
All server software is built on the concept of the network socket and internet client applications are also built with the help of sockets. Network sockets are related to the transport layer of the network OSI model. That means it is directly related to TCP and UDP. From the viewpoint of software, s [...]
Working with Django views
Django follows an MVC pattern. But until now we do not see any C in the system. Where is the controller and what is the controller in Django? A part of controller responsibility is carried out by the framework itself, and the rest is done by the views. In Django, View is the controller and template [...]
Working with forms in Django
A web application without forms looks incomplete. In real life you would rarely find a web application without forms unless that is only an API endpoint. But when forms come into play there come cyber security issues too. Again, in an Object Oriented Programming environment we need everything as obj [...]
Working With URLs in Java
Working with URLs in Java is fun and easy, and Java provides clean way of working with them. If you do not understand URLs well along with the usage of their different components, you should read another article I wrote titled "Understanding Universal Resource Locator (URL) for Programmers." [...]
Working with Django templates
One of the cool features in Django is that it has a built in sophisticated template engine. Django has a flexible ecosystem. If you have other requirements to using any other template engine you can easily do that. For example, you can use the Jinja2 template engine instead of the default Django tem [...]
Top DiscoverSDK Experts
Compare Products
Select up to three two products to compare by clicking on the compare icon () of each product.
{{compareToolModel.Error}}