Latest published stories - DeveloperSites
1
likes
spam Like Dislike

Become a certified ScrumMaster with our CSM certification training

published 14 days, 18 hours, 1 minute ago posted by DavidSmithDavidSmith 15 days, 22 minutes ago
Tuesday, March 7, 2023 12:53:20 PM GMT Tuesday, March 7, 2023 6:31:39 AM GMT
Our CSM certification training program combines online and classroom learning to provide a comprehensive education in agile project management. Our experienced instructors will guide you through the CSM certification process and help you prepare for the exam. Course features 2 Day CSM Live Instructor-led course Exam Fee for CSM (2 attempts towards the CSM exam if taken within 90 days) 2 Year Membership to Scrum Alliance Lifetime access to the online version of the materials Support in resume review fro... (more)
category: Other | clicked: 1 | comment | | source: www.learnersink.com
1
likes
spam Like Dislike

Mastering Input in Python: A Comprehensive Guide

published 14 days, 18 hours, 1 minute ago posted by DhruvDhruv 22 days, 12 hours, 58 minutes ago
Tuesday, March 7, 2023 12:53:20 PM GMT Monday, February 27, 2023 5:55:36 PM GMT
The blog titled "Taking Input in Python" published on GeeksforGeeks explains the various methods of taking input in Python. Python provides several built-in functions to read input from the user or from a file. The first method explained in the blog is using the input() function. The input() function reads a line of text entered by the user and returns it as a string. The input() function takes an optional string argument that is displayed as a prompt to the user before the input is taken. The input() f... (more)
category: Python | clicked: 0 | 1 comment | | source: www.geeksforgeeks.org
1
likes
spam Like Dislike

Elevate Your Professional Skills with Learners Ink

published 14 days, 18 hours, 1 minute ago posted by DavidSmithDavidSmith 15 days, 23 hours, 27 minutes ago
Tuesday, March 7, 2023 12:53:20 PM GMT Monday, March 6, 2023 7:26:49 AM GMT
At Learners Ink, we pride ourselves on being the premier provider of professional course training. Our team of experienced instructors is dedicated to helping you reach your full potential and achieve your career goals. With a wide range of courses covering a variety of industries, we have something for everyone. Whether you're just starting out in your career or looking to take the next step, Learners Ink has the training you need to succeed. If you're looking to advance your career in project manageme... (more)
category: SQL Server | clicked: 1 | comment | | source: www.learnersink.com
1
likes
spam Like Dislike

Get certified in project management with our PMP training course!

published 14 days, 18 hours, 1 minute ago posted by DavidSmithDavidSmith 15 days, 22 hours, 14 minutes ago
Tuesday, March 7, 2023 12:53:20 PM GMT Monday, March 6, 2023 8:39:27 AM GMT
Our PMP certification training program combines online and classroom learning to provide a comprehensive education in project management. Our experienced instructors will guide you through the PMP certification process and help you prepare for the exam. Course features 35 Contact Hours Certificate PMBOK® Guide 7th Edition Exam Tips and Techniques to clear Certification Get 1200+ PMP® Mock Exams and Mock Projects PMI-Certified PMP Expert Instructors 24/7 Support via Email, Online Chat, Telephone Enhanc... (more)
category: Other | clicked: 0 | comment | | source: www.learnersink.com
1
likes
spam Like Dislike

Best PHP Mysql Course Institute in Kolkata

published 14 days, 18 hours, 1 minute ago posted by aceproschool22aceproschool22 17 days, 19 hours, 14 minutes ago
Tuesday, March 7, 2023 12:53:20 PM GMT Saturday, March 4, 2023 11:39:30 AM GMT
If you're looking for the best institute to learn PHP and MySQL in Kolkata, look no further than our institute. We offer a comprehensive course that covers everything from the basics to advanced topics, taught by experienced instructors with years of industry experience. With our hands-on approach and personalized attention, you'll gain the skills and confidence you need to succeed as a PHP developer. Plus, our institute provides ample resources and support to help you build your portfolio and launch you... (more)
category: PHP | clicked: 0 | comment | | source: www.aceproschool.com
1
likes
spam Like Dislike

Master Your Salesforce Data with Roll-up Summary Fields

published 14 days, 18 hours, 1 minute ago posted by DhruvDhruv 20 days, 12 hours, 25 minutes ago
Tuesday, March 7, 2023 12:53:20 PM GMT Wednesday, March 1, 2023 6:29:00 PM GMT
The blog discusses how to create roll-up summary fields in Salesforce. Roll-up summary fields are a powerful feature in Salesforce that allows you to perform calculations on related records. For example, you can use roll-up summary fields to calculate the total amount of all opportunities related to an account or the total number of contacts associated with an account. To create a roll-up summary field, you must have a master-detail relationship between two objects. The master object is the parent objec... (more)
category: Salesforce | clicked: 0 | comment | | source: www.appseconnect.com
1
likes
spam Like Dislike

Triggering Your Salesforce Success: A Comprehensive Guide to Triggers in Salesforce

published 14 days, 18 hours, 1 minute ago posted by DhruvDhruv 20 days, 12 hours, 26 minutes ago
Tuesday, March 7, 2023 12:53:20 PM GMT Wednesday, March 1, 2023 6:27:33 PM GMT
Salesforce is a customer relationship management (CRM) software that allows businesses to manage their interactions with customers, clients, and sales prospects. Triggers in Salesforce are one of the most powerful features that allow developers to customize the behavior of the system according to the business needs. In this blog, we will discuss what triggers are, how to create them, and their use cases in Salesforce. Triggers in Salesforce are pieces of code that execute before or after certain events ... (more)
category: Salesforce | clicked: 0 | comment | | source: intellipaat.com
1
likes
spam Like Dislike

Mastering PHP Ternary Operator: Write Clean and Concise Code

published 14 days, 18 hours, 1 minute ago posted by DhruvDhruv 20 days, 12 hours, 31 minutes ago
Tuesday, March 7, 2023 12:53:20 PM GMT Wednesday, March 1, 2023 6:22:37 PM GMT
The PHP ternary operator is a shorthand way of writing a simple if-else statement in PHP. It is represented by the ? : symbols and has the following syntax: $variable = (condition) ? true-value : false-value; The condition is evaluated first. If it is true, the true-value is assigned to the variable. Otherwise, the false-value is assigned. The PHP ternary operator is useful in situations where you need to make a simple decision based on a single condition. It can be used to assign a value to a variabl... (more)
category: PHP | clicked: 0 | comment | | source: www.geeksforgeeks.org
1
likes
spam Like Dislike

Mastering PHP's Conditional Statements with 'If-Else'

published 14 days, 18 hours, 1 minute ago posted by DhruvDhruv 20 days, 13 hours, 11 minutes ago
Tuesday, March 7, 2023 12:53:20 PM GMT Wednesday, March 1, 2023 5:42:34 PM GMT
The article titled "PHP if else" published on javatpoint.com is a comprehensive guide to the usage of the "if-else" statement in PHP programming language. The article begins with an introduction to the "if-else" statement, explaining its purpose and significance in programming. It is one of the most basic constructs used in programming to conditionally execute a block of code. The syntax of the "if-else" statement is then explained in detail, with examples provided for better understanding. The basic s... (more)
category: PHP | clicked: 0 | comment | | source: www.javatpoint.com
1
likes
spam Like Dislike

Best Website Design Training Course in Kolkata

published 14 days, 18 hours, 1 minute ago posted by digitalkolkata23digitalkolkata23 20 days, 20 hours, 48 minutes ago
Tuesday, March 7, 2023 12:53:20 PM GMT Wednesday, March 1, 2023 10:06:25 AM GMT
Web Design Courses in Kolkata Introduction-A website is an integral part of promoting the offers and services related to a business and designing a website includes page layout, content inclusion, fonts and colors to make them attractive and visual content appealing. potential consumers. Web designing is gaining a lot of prominence as most of the entrepreneurs have taken the internet route to improve their brand and with the fast evolving technology, so as a budding developer, you must enroll for web des... (more)
category: PHP | clicked: 0 | comment | | source: www.digitalkolkta.in
1
likes
spam Like Dislike

We offer top-notch IT training in Kolkata | Instaily Academy

published 14 days, 18 hours, 1 minute ago posted by InstailyAcademyInstailyAcademy 21 days, 18 hours, 54 minutes ago
Tuesday, March 7, 2023 12:53:20 PM GMT Tuesday, February 28, 2023 11:59:46 AM GMT
Looking for a reputable IT institute in Kolkata? Look no further than Instaily Academy. Our institute offers comprehensive training programs and courses in various technologies including HR Management course, App development using React Native, Full stack development with Python and Django, Mean stack development full course, Full stack development with Laravel, and more. (more)
category: Python | clicked: 0 | comment | | source: www.instaily.com
1
likes
spam Like Dislike

Data Science Certification Course

published 14 days, 18 hours, 1 minute ago posted by datasciencedatascience 21 days, 23 hours, 22 minutes ago
Tuesday, March 7, 2023 12:53:20 PM GMT Tuesday, February 28, 2023 7:31:55 AM GMT
At the present-day industry level, Learnbay is a pioneer in data science training. Learnbay has accomplished a significant milestone by working with IBM to offer the best data science certification course in India. Students who complete the course are awarded numerous IBM certifications. Recruiters will be more interested in your profile and eventually help you land a profitable data science position if you have IBM certifications on your resume. (more)
category: Python | clicked: 0 | comment | | source: www.learnbay.co
1
likes
spam Like Dislike

Mastering the Basics: A Beginner's Guide to Sets in Python

published 14 days, 18 hours, 1 minute ago posted by DhruvDhruv 22 days, 12 hours, 55 minutes ago
Tuesday, March 7, 2023 12:53:20 PM GMT Monday, February 27, 2023 5:58:51 PM GMT
The article "How to create a Set in Python" published on FreeCodeCamp's website, provides an introduction to sets in Python programming language. The article aims to explain what sets are, why they are useful, and how to create and manipulate them in Python. Firstly, the article defines sets as an unordered collection of unique elements, meaning that a set can only contain distinct elements, and the order in which they are added to the set does not matter. The article then goes on to explain that sets a... (more)
category: Python | clicked: 0 | comment | | source: www.freecodecamp.org
1
likes
spam Like Dislike

Mastering Python Dictionaries: Your Complete Guide to Key-Value Pair Data Structures

published 14 days, 18 hours, 1 minute ago posted by DhruvDhruv 22 days, 13 hours, 1 minute ago
Tuesday, March 7, 2023 12:53:20 PM GMT Monday, February 27, 2023 5:52:48 PM GMT
The article titled "Python Dictionary" on Programiz.com is a beginner-friendly introduction to dictionaries in Python. Dictionaries are an essential data structure in Python, which allows you to store data in key-value pairs. The article starts by introducing dictionaries and their syntax in Python. A dictionary is created by enclosing a comma-separated list of key-value pairs in curly braces ({}) or by using the built-in dict() function. The keys in a dictionary must be unique and immutable, while the ... (more)
category: Python | clicked: 0 | comment | | source: www.programiz.com
1
likes
spam Like Dislike

Django Model View Template (MVT) Overview - onlinetutorialspoint

published 14 days, 18 hours, 1 minute ago posted by DhruvDhruv 24 days, 13 hours, 48 minutes ago
Tuesday, March 7, 2023 12:53:20 PM GMT Saturday, February 25, 2023 5:06:10 PM GMT
The Django Model-View-Template (MVT) architecture is a software design pattern that is commonly used in Django web applications. This pattern separates the application's logic into three separate components: Model, View, and Template. This architecture allows developers to create clean, organized, and maintainable code, which makes it easier to add new features and fix bugs. Model: The Model component represents the data structure of the application. This component is responsible for creating, reading, ... (more)
category: Django | clicked: 1 | comment | | source: www.onlinetutorialspoint.com
1
likes
spam Like Dislike

Mastering URL Routing in Django: A Comprehensive Guide

published 14 days, 18 hours, 1 minute ago posted by DhruvDhruv 24 days, 13 hours, 50 minutes ago
Tuesday, March 7, 2023 12:53:20 PM GMT Saturday, February 25, 2023 5:03:46 PM GMT
The blog "How to Perform URL Routing in Django" provides a comprehensive overview of how to set up URL routing in a Django web application. URL routing is an essential component of any web application, as it allows users to navigate between pages and access specific content. The blog starts by introducing the concept of URL routing and its importance in web development. It then goes on to explain how URL routing works in Django, which involves defining URL patterns and matching them with view functions.... (more)
category: Django | clicked: 0 | comment | | source: www.educative.io
1
likes
spam Like Dislike

Mastering PHP Callback Functions: A Comprehensive Guide

published 14 days, 18 hours, 1 minute ago posted by DhruvDhruv 24 days, 13 hours, 55 minutes ago
Tuesday, March 7, 2023 12:53:20 PM GMT Saturday, February 25, 2023 4:59:06 PM GMT
The blog titled "PHP Callback Functions" on W3Docs.com explains the concept of callback functions in PHP. Callback functions are functions that are passed as arguments to other functions, and they are executed when a certain condition is met. The blog starts by explaining the syntax of callback functions in PHP. A callback function can be defined as a string containing the name of the function, an array containing the name of the object and the name of the method, or an anonymous function. The blog also... (more)
category: PHP | clicked: 0 | comment | | source: www.w3docs.com
1
likes
spam Like Dislike

Exploring the World of Objects in PHP: A Beginner's Guide to Object-Oriented Programming

published 14 days, 18 hours, 1 minute ago posted by DhruvDhruv 24 days, 13 hours, 57 minutes ago
Tuesday, March 7, 2023 12:53:20 PM GMT Saturday, February 25, 2023 4:56:36 PM GMT
The blog you provided explains the concept of objects in PHP, which is an important aspect of object-oriented programming (OOP). Object-oriented programming is a programming paradigm that allows developers to create modular, reusable code. In OOP, code is organized into objects, which are instances of classes. A class is a blueprint for an object, defining its properties (attributes) and behaviors (methods). In PHP, creating an object involves two steps: defining a class and instantiating an object. De... (more)
category: PHP | clicked: 0 | comment | | source: www.phptutorial.net
1
likes
spam Like Dislike

Sweeten Your PHP Programming with Cookies: A Comprehensive Guide with Examples

published 14 days, 18 hours, 1 minute ago posted by DhruvDhruv 24 days, 14 hours, 3 minutes ago
Tuesday, March 7, 2023 12:53:20 PM GMT Saturday, February 25, 2023 4:51:21 PM GMT
The blog on "Cookies in PHP with examples" by W3Resource is a comprehensive guide to using cookies in PHP programming language. Cookies are small pieces of data that are stored on the user's computer by the web browser. They are commonly used to store user preferences and to keep track of users' activities on a website. This blog provides an in-depth explanation of how to use cookies in PHP with the help of various examples. The blog starts with a brief introduction to cookies, their purpose and the var... (more)
category: PHP | clicked: 0 | comment | | source: www.w3resource.com
1
likes
spam Like Dislike

Supercharge Your JavaScript Performance with Memoization: A Comprehensive Guide

published 19 days, 16 hours, 54 minutes ago posted by DhruvDhruv 26 days, 12 hours, 45 minutes ago
Thursday, March 2, 2023 2:00:07 PM GMT Thursday, February 23, 2023 6:09:09 PM GMT
The blog post "Memoization in JavaScript" is a detailed guide to one of the most powerful and frequently used optimization techniques in computer science - memoization. The author begins by defining the concept of memoization as the process of caching the results of expensive function calls and reusing them when the same inputs occur again. This approach can significantly improve the performance of web applications, especially those that involve complex calculations or frequent data retrieval. The post ... (more)
category: JavaScript | clicked: 0 | comment | | source: technicalsuneja.com
Previous 1 2 3 4 5 6 7 Next