This document provides an overview of startup best practices including lean startup methodology, user stories, agile development practices, Git version control, metrics and analytics, and customer acquisition and retention strategies. It emphasizes frequent iteration and customer feedback to build the minimum viable product and validate business assumptions quickly.
貢獻開源專案 (Contribute to open source project)Hung Wu Lo
Stan contributes to open source software projects like Rails, Formtastic, and html-pipeline. He explains that contributors can help with bugs, performance improvements, documentation, or new features by forking a repo, making changes on a branch, and submitting a pull request. The document provides guidance on contributing to Ruby gems and debugging tools through the full contribution process and best practices.
I gave this talk at Connect.JS in Atlanta, October 17-18 20014
See: http://fokkezb.nl/tag/ticonnect
Though Studio has improved a lot, the CLI has as well - allowing you to use your own favourite editor instead and even increase your productivity by using some community-developed tools like TiShadow, gitTio, Grunt, TiCons, Ti-Inspector, STSS and many more.
GitLab 8.5 Highlights and Step-by-step tutorialHeather McNamee
In this webcast, learn how to collaborate with GitLab. You'll see new features from GitLab 8.5 in practice. Check out our blog for more information. https://about.gitlab.com/2016/02/26/webcast-wrapup/
JHipster is a Yeoman generator that scaffolds Java web applications. It uses AngularJS for the front-end, Spring Boot for the back-end, and includes user authentication and authorization via Spring Security. JHipster provides sub-generators to easily create entities, services, and deploy the application to PaaS platforms like Heroku.
This document provides an overview and agenda for introducing GitLab tools. It discusses trends in modern development like increased use of open source tools and continuous integration/deployment. GitLab is presented as a one platform solution that provides version control, issue tracking, code review, CI/CD pipelines, and other DevOps tools. Key benefits of GitLab like open source contributions and frequent releases are outlined. Upcoming features in GitLab 11 like CI pipelines in the web IDE and license management are previewed. The presentation concludes with a Q&A and information on how to get a GitLab cheat sheet.
Swift-log is a logging framework for Swift that provides a simple API for logging. It includes features like log levels, custom metadata, and integrations with other logging frameworks like Willow. The summary demonstrates how to create a Logger, set its log level, and log messages. It also shows how to integrate with Willow by creating a WillowLogHandler that implements the LogHandler protocol.
In this session, we'll explore how to deploy various applications to azure using YAML pipelines. First we'll peek into the basics of azure pipelines (stages, jobs, tasks, agents, triggers etc). Then we'll walk through some examples - deploying an angular app to azure static storage, deploying a containerized node/express app to azure app service, zip-deploying an asp.net core app to app service.
How to use any static site generator with GitLab Pages. Ivan Nemytchenko
It is possible to delegate all the routine work of static site generation to GitLab Pages. It is possible because of built-in CI service.
March, 19 2016, Kiev, Ruby Meditation
Using GitHub Actions to Deploy your Workloads to AzureKasun Kodagoda
This presentation provides an introduction to GitHub Actions and the core concepts of GitHub Actions. Then dives into details about how you can use GitHub Actions for Azure to deploy your workloads to Azure Cloud Platform.
Bobby Warner gave a presentation on contributing to open source software like Grails. He discussed various ways to contribute such as filing bug reports, writing documentation, or contributing code. He explained the benefits of contributing such as learning more about the technology and gaining recognition. He then detailed the tools used for Grails development like JIRA, GitHub, and Hudson. He provided a demonstration of how to set up a development environment and make a code contribution to Grails, walking through creating an issue, making code changes, running tests, and submitting a pull request.
This document discusses software architecture patterns for iOS applications. It compares approaches like MVC, MVP, and MVVM, as well as concepts like dependency injection and clean architecture. It also provides references to additional resources on these topics, including links to slide presentations and articles about iOS application design.
This document discusses an iOS developer's work on ScrollingFollowView, a custom view that scrolls and follows other views. It includes the developer's GitHub and Twitter handles as well as their profile on Developers.io. Some key details about projects and technologies worked with are mentioned such as iOS and AWS but the document is difficult to understand due to the unusual formatting which includes emojis and symbols.
This presentation from the University of Portland covers using GitLab for version control. It discusses creating a GitLab account, making a new project, and using GitLab on both Windows and Linux. On Windows, users can install GitHub desktop and drag project URLs to clone repositories. On Linux, commands like git clone, git add, and git push are used to clone repositories from GitLab and push new files. The presentation provides several online resources for learning more about Git and GitLab.
Git is a version control system that allows developers to track changes in code and collaborate on projects. GitHub is a hosting service for Git repositories that offers collaboration features like code review and branching workflows. The document introduces Git and GitHub basics and outlines the GitHub Flow for collaborating via feature branching, pull requests, and code review before merging changes into the master branch. It concludes with reminders for good version control practices and sources for further information.
The document discusses GitLab, an open source DevOps platform. It provides an overview of GitLab's features including version control, issue tracking, code review, continuous integration/delivery, security tools, and more. Recent landmarks for GitLab include being used by over 100,000 organizations and having over 2,000 contributors. The document promotes GitLab as a one-stop shop that allows development from idea to production.
Slides from the talk "CI doesn’t start with Jenkins" from DevOps Stage 2018 (12-13 October 2018, Kyiv, Ukraine)
CI is not only a tool. You cannot simply install and configure Jenkins or whatever system and say that you have CICD pipeline. Here I'm trying to cover different aspects and dependencies of the CICD process based on Preply Inc experience.
External Links:
[2] CatOps Telegram channel: https://t.me/catops
[2] HashiCorp User Group Kyiv: https://www.meetup.com/Kyiv-HashiCorp-User-Group/
[12-24 ]https://www.endpoint.com/blog/2014/05/02/git-workflows-that-work
[49-50]: https://nvie.com/posts/a-successful-git-branching-model/
[51-56]: https://www.toptal.com/software/trunk-based-development-git-flow
[64] Django Anonymizer: https://github.com/knowledge-point/dj_anonymizer
Git Educated About Git - 20 Essential CommandsJeremy Lindblom
Git is a free, distributed version control system that is fast, easy to learn, and has great features like cheap local branching and convenient staging areas. It has also taken the open source world by storm, especially with the help of online services like GitHub. Learn 20 essential commands that will help you work with your next project, as well as common conventions and workflows.
The document discusses best practices for using Git including basic commands, branches, tags, and collaboration using GitHub. It covers Git fundamentals like committing, pushing, pulling and branching as well as more advanced topics such as rebasing, cherry-picking, stashing and using Git hooks for continuous integration. The presentation aims to help users learn to use Git more efficiently.
This document provides best practices and guidelines for using Git version control. It discusses topics such as why version control is important, how to write good commit messages, reviewing code changes, using branches, and more. The key recommendations are to focus commit messages on the why rather than what changed, get code reviews on the master branch, and never force push to master to avoid diverging versions.
How we built a job board in one week with JHipsterKile Niklawski
@KileNiklawski with @IpponUSA presents on how we built a job board in one week using JHipster.
About JHipster:
Our goal is to generate for you a complete and modern Web app, unifying:
- A high-performance and robust Java stack on the server side with Spring Boot
- A sleek, modern, mobile-first front-end with AngularJS and Bootstrap
- A powerful workflow to build your application with Yeoman, Bower, Grunt and Maven
Git and GitHub basics provides an overview of source control systems and how to use Git and GitHub. It discusses why to use source control, how to set up Git and GitHub on Windows, basic terminology, how to create repositories and push code to GitHub, ignoring files, reverting commits, forking repositories, and pulling changes in shared repositories. The document includes demonstrations of key commands like init, add, commit, push, status, clone and pull.
This document discusses techniques for improving UI performance on mobile applications. It provides 10 tips for avoiding performance issues, including using very short transition animations under 1 second, taking advantage of multiple threads of execution, leveraging the GPU over the CPU for graphics processing, reducing the number of screen renderings, reusing components, optimizing image loading, limiting network connections, using sensors and resources efficiently, and using performance testing tools. Speed and responsiveness are important for good user experience.
Swift-log is a logging framework for Swift that provides a simple API for logging. It includes features like log levels, custom metadata, and integrations with other logging frameworks like Willow. The summary demonstrates how to create a Logger, set its log level, and log messages. It also shows how to integrate with Willow by creating a WillowLogHandler that implements the LogHandler protocol.
In this session, we'll explore how to deploy various applications to azure using YAML pipelines. First we'll peek into the basics of azure pipelines (stages, jobs, tasks, agents, triggers etc). Then we'll walk through some examples - deploying an angular app to azure static storage, deploying a containerized node/express app to azure app service, zip-deploying an asp.net core app to app service.
How to use any static site generator with GitLab Pages. Ivan Nemytchenko
It is possible to delegate all the routine work of static site generation to GitLab Pages. It is possible because of built-in CI service.
March, 19 2016, Kiev, Ruby Meditation
Using GitHub Actions to Deploy your Workloads to AzureKasun Kodagoda
This presentation provides an introduction to GitHub Actions and the core concepts of GitHub Actions. Then dives into details about how you can use GitHub Actions for Azure to deploy your workloads to Azure Cloud Platform.
Bobby Warner gave a presentation on contributing to open source software like Grails. He discussed various ways to contribute such as filing bug reports, writing documentation, or contributing code. He explained the benefits of contributing such as learning more about the technology and gaining recognition. He then detailed the tools used for Grails development like JIRA, GitHub, and Hudson. He provided a demonstration of how to set up a development environment and make a code contribution to Grails, walking through creating an issue, making code changes, running tests, and submitting a pull request.
This document discusses software architecture patterns for iOS applications. It compares approaches like MVC, MVP, and MVVM, as well as concepts like dependency injection and clean architecture. It also provides references to additional resources on these topics, including links to slide presentations and articles about iOS application design.
This document discusses an iOS developer's work on ScrollingFollowView, a custom view that scrolls and follows other views. It includes the developer's GitHub and Twitter handles as well as their profile on Developers.io. Some key details about projects and technologies worked with are mentioned such as iOS and AWS but the document is difficult to understand due to the unusual formatting which includes emojis and symbols.
This presentation from the University of Portland covers using GitLab for version control. It discusses creating a GitLab account, making a new project, and using GitLab on both Windows and Linux. On Windows, users can install GitHub desktop and drag project URLs to clone repositories. On Linux, commands like git clone, git add, and git push are used to clone repositories from GitLab and push new files. The presentation provides several online resources for learning more about Git and GitLab.
Git is a version control system that allows developers to track changes in code and collaborate on projects. GitHub is a hosting service for Git repositories that offers collaboration features like code review and branching workflows. The document introduces Git and GitHub basics and outlines the GitHub Flow for collaborating via feature branching, pull requests, and code review before merging changes into the master branch. It concludes with reminders for good version control practices and sources for further information.
The document discusses GitLab, an open source DevOps platform. It provides an overview of GitLab's features including version control, issue tracking, code review, continuous integration/delivery, security tools, and more. Recent landmarks for GitLab include being used by over 100,000 organizations and having over 2,000 contributors. The document promotes GitLab as a one-stop shop that allows development from idea to production.
Slides from the talk "CI doesn’t start with Jenkins" from DevOps Stage 2018 (12-13 October 2018, Kyiv, Ukraine)
CI is not only a tool. You cannot simply install and configure Jenkins or whatever system and say that you have CICD pipeline. Here I'm trying to cover different aspects and dependencies of the CICD process based on Preply Inc experience.
External Links:
[2] CatOps Telegram channel: https://t.me/catops
[2] HashiCorp User Group Kyiv: https://www.meetup.com/Kyiv-HashiCorp-User-Group/
[12-24 ]https://www.endpoint.com/blog/2014/05/02/git-workflows-that-work
[49-50]: https://nvie.com/posts/a-successful-git-branching-model/
[51-56]: https://www.toptal.com/software/trunk-based-development-git-flow
[64] Django Anonymizer: https://github.com/knowledge-point/dj_anonymizer
Git Educated About Git - 20 Essential CommandsJeremy Lindblom
Git is a free, distributed version control system that is fast, easy to learn, and has great features like cheap local branching and convenient staging areas. It has also taken the open source world by storm, especially with the help of online services like GitHub. Learn 20 essential commands that will help you work with your next project, as well as common conventions and workflows.
The document discusses best practices for using Git including basic commands, branches, tags, and collaboration using GitHub. It covers Git fundamentals like committing, pushing, pulling and branching as well as more advanced topics such as rebasing, cherry-picking, stashing and using Git hooks for continuous integration. The presentation aims to help users learn to use Git more efficiently.
This document provides best practices and guidelines for using Git version control. It discusses topics such as why version control is important, how to write good commit messages, reviewing code changes, using branches, and more. The key recommendations are to focus commit messages on the why rather than what changed, get code reviews on the master branch, and never force push to master to avoid diverging versions.
How we built a job board in one week with JHipsterKile Niklawski
@KileNiklawski with @IpponUSA presents on how we built a job board in one week using JHipster.
About JHipster:
Our goal is to generate for you a complete and modern Web app, unifying:
- A high-performance and robust Java stack on the server side with Spring Boot
- A sleek, modern, mobile-first front-end with AngularJS and Bootstrap
- A powerful workflow to build your application with Yeoman, Bower, Grunt and Maven
Git and GitHub basics provides an overview of source control systems and how to use Git and GitHub. It discusses why to use source control, how to set up Git and GitHub on Windows, basic terminology, how to create repositories and push code to GitHub, ignoring files, reverting commits, forking repositories, and pulling changes in shared repositories. The document includes demonstrations of key commands like init, add, commit, push, status, clone and pull.
This document discusses techniques for improving UI performance on mobile applications. It provides 10 tips for avoiding performance issues, including using very short transition animations under 1 second, taking advantage of multiple threads of execution, leveraging the GPU over the CPU for graphics processing, reducing the number of screen renderings, reusing components, optimizing image loading, limiting network connections, using sensors and resources efficiently, and using performance testing tools. Speed and responsiveness are important for good user experience.
This document provides an overview of ROS and Gazebo for robot simulation. It introduces ROS as a framework for robot software development that encourages code reuse. Key ROS concepts covered include nodes, topics, services, and packages. The document demonstrates creating simple ROS packages and nodes that publish, subscribe and use custom messages. Gazebo is introduced as a 3D physics simulator for robot control and environment simulation. Example demonstrations are provided on using Gazebo and ROS for SLAM with the PR2 robot in Rviz. Resources for further learning about ROS and Gazebo are also listed.
MOPCON 2014 - Best software architecture in app developmentanistar sung
Talking about how to build smart design and architecture for app development. Let your app can easy develop and deploy components on your app. And more topic of version control and quality improvement.
Build and deployment with Jenkins and Code Deploy on AWSmitesh_sharma
This document discusses using Jenkins and AWS CodeDeploy for continuous integration and deployment. It describes building code on a Jenkins machine and deploying it to AWS EC2 instances using CodeDeploy. Key steps include assigning roles and permissions, installing CodeDeploy agents, creating applications and deployment groups, uploading revisions, and monitoring deployments. The document notes issues with building and deploying from the same place and advocates decoupling build and deployment to allow deploying the same build to multiple environments.
This document discusses Jenkins-CI, an open source tool for continuous integration and continuous delivery. It provides an overview of Jenkins-CI capabilities including building and testing software projects continuously, integrating changes, and continuously delivering software. The document also demonstrates Jenkins-CI in action with a live demo and discusses configuring Jenkins jobs, managing Jenkins, and requirements for deployment beyond Jenkins-CI like standardization, workflow, monitoring, and high availability.
SD DevOps Meet-up - Jenkins 2.0 and Pipeline-as-CodeBrian Dawson
This is a presentation given at the March 16th San Diego DevOps Meet-up covering some of the upcoming activities around Jenkin 2.0 and the Pipeline plugins which provide for Pipeline-as-Code and enable Jenkins with 1st class pipelines and stages.
[Community Open Camp] 給 PHP 開發者的 VS Code 指南Shengyou Fan
This document summarizes Visual Studio Code and how it can be used for PHP and Laravel development.
Key points discussed include:
- Visual Studio Code's features for PHP like syntax highlighting, code snippets, and debugging with XDebug.
- Extensions that add additional PHP functionality like Composer, PHP Symbols, and Laravel snippets.
- Configuring VS Code and extensions for Laravel development using Wagon, Laravel Tracy for debugging, and the VS Code URL handler.
- Tips for PHP debugging with XDebug and VS Code like enabling XDebug in UwAmp and configuring the launch.json file.
Este documento introduce los conceptos de integración continua y describe cómo configurar un entorno de integración continua utilizando las herramientas Jenkins, Sonar y Maven. Explica qué es cada herramienta, cómo instalarlas y configurarlas, y demuestra su uso conjunto mediante un ejemplo de integración continua para un proyecto de gestión de alumnos alojado en GitHub.
The document discusses why Git is a better content tracking tool than SVN. It states that Git is fast, 1000 times sexier than SVN, and was written by Linus Torvalds for Linux. It then provides instructions on installing Git and describes some basic Git commands like clone, add, commit, push, status and branch. It notes that Git is now commonly used on projects hosted on GitHub and in other real world situations.
Git is a free and open source distributed version control system designed to handle everything from small to very large projects. It allows for easy branching and merging of project histories, supports distributed workflows, and has tools that help with code reviews and integration management. Common Git commands include git init to create a new repository, git add and git commit to stage and commit changes locally, and git push and git pull to sync with remote repositories. Projects are organized into branches to isolate work streams, with commands like git checkout to switch contexts and git merge to integrate branches.
This document summarizes a Git tutorial, covering topics like collaboration using merge and rebase, resolving conflicts, and working with GitHub. It outlines the merge workflow of checking out the master branch, pulling latest changes, merging another branch, and pushing updates. Rebase is introduced as an alternative that keeps commit histories cleaner by recreating commits in a single branch. The tutorial includes exercises for students to practice collaboration through workflows like forking a repository on GitHub and submitting a pull request.
Git is a distributed revision control system designed by Linus Torvalds for Linux kernel development. GitHub is a source code hosting service that offers Git repository management, code review, issue tracking, and wiki functionality. It allows users to fork repositories to copy and make changes to projects, and then submit pull requests to propose and discuss these changes. GitHub also offers other features like public profiles to showcase work, gists for sharing code snippets, wikis, and deployment options.
This document provides an outline for a course on learning Git version control. The course covers getting Git setup, the basic concepts and workflow of Git, branching and merging, resolving conflicts, working with remote repositories, and various Git commands. The document lists several modules that will be covered, including getting started, everyday Git usage, branching, merging and rebasing, additional tools and concepts, and advice on applying the skills learned. The goal is to teach participants how to install and use Git for version control on individual, local, and distributed projects.
The Basics of Open Source Collaboration With Git and GitHubBigBlueHat
A revised/minimized version of Nick Quaranto's (http://www.slideshare.net/qrush ) presentation on the same topic. This revised version was used to present Git to a group of students at ECPI who were not yet familiar with the concepts of version control or Git.
This document provides an overview of important Git commands and concepts:
- It lists common Git commands like commit, diff, branch, merge, log and config along with explanations of staging areas and repositories.
- Key concepts discussed include commits, blobs, branches and how to start a new Git repository or clone an existing one from services like GitHub.
- Guidance is provided on branching, merging, ignoring files and viewing commit histories.
Git workshop - University of Moratuwa, Department of Computer Science and Eng...WSO2
This document provides an overview of Git and how to use it for version control. It discusses why version control is useful, how to install and configure Git, how to create and clone repositories on GitHub, and the basic Git commands for committing changes, checking differences, pulling and pushing to repositories, ignoring files, stashing changes, working with branches, resolving conflicts, tagging releases, and using GUI tools.
Git is a version control system that allows developers to track changes to files over time. It is distributed, meaning developers have their own local copy of the code repository. This allows working offline and merging changes. Common Git commands include git add to stage changes, git commit to save changes locally, and git push to upload changes to the remote repository. Tagging specific versions with git tag allows easy deployment of code.
The document provides an overview of Git and its usage. It introduces Git as a source code management and distributed version control system. Key topics covered include setting up Git, creating local and remote repositories, tracking changes using commits, and collaborating through branches and by pushing to remote repositories. The document also includes exercises for readers to practice common Git commands.
Learn Git - For Beginners and Intermediate levelsGorav Singal
Learn Git Basics and Fundamentals.
This is a perfect start for beginners and at Intermediate levels.
This contains a few commands and fundamentals about Git. Topics ranging from basic commands to creating branches, stashes. How to revert your code, how to tag your releases.
It also covers a few branching strategies.
The document provides an overview of version control systems and introduces Git and GitHub. It discusses the differences between centralized and distributed version control. It then covers the basics of using Git locally including initialization, staging files, committing changes, branching and merging. Finally, it demonstrates some common remote operations with GitHub such as pushing, pulling and tagging releases.
This document outlines a Git branching model for managing code development. It describes using main branches like Master and Develop and support branches like Feature, Release, and Hotfix. The model advocates separating work into feature branches, merging them into develop, and merging develop into master upon release. It also lists tools for implementing git flow and sources for more information.
Git is a distributed version control system that tracks changes in any set of computer files, usually used for coordinating work among programmers who are collaboratively developing source code during software development. Git's goals include speed, data integrity, and support for distributed, non-linear workflows
Speech 3-A Vision for Tomorrow for GE2025Noraini Yunus
This SlideShare presentation explores critical choices ahead for Singapore as GE2025 approaches. It highlights the Singapore United Party's manifesto—a roadmap to balance innovation with sustainability, compassion with ambition, and inclusivity with excellence. Through affordable housing, equitable education, and accessible healthcare, Noraini Bte Yunus champions a thriving society. This inspiring message invites Singaporeans to unite, rise above challenges, and build a resilient, forward-looking nation. Together, we can turn aspirations into reality. Moving Forward, Together!
Microsoft Azure Data Fundamentals (DP-900) Exam Dumps & Questions 2025.pdfMinniePfeiffer
• For a full set of 640 questions. Go to
https://skillcertpro.com/product/microsoft-azure-data-fundamentals-dp-900-exam-questions/
• SkillCertPro offers detailed explanations to each question which helps to understand the concepts better.
• It is recommended to score above 85% in SkillCertPro exams before attempting a real exam.
• SkillCertPro updates exam questions every 2 weeks.
• You will get life time access and life time free updates
• SkillCertPro assures 100% pass guarantee in first attempt.
The Business Dynamics of Quick Commerce.pdfRDinuRao
This research explores the transformative rise of Quick Commerce (Q-Commerce)—an advanced evolution of e-commerce that emphasizes ultra-fast delivery, typically within 15–30 minutes, using hyperlocal micro-fulfillment centers. With the rapid pace of urbanization and digitalization, Q-commerce is reshaping consumer expectations, retail strategies, and supply chain models.The seminar Presentation Report has been completed by me under the guidance of Dr. Varun Agarwal. The report investigates the pivotal components of this disruption across marketing, operations, sustainability, and long-term viability.
The study begins with a deep dive into consumer psychology, applying theories like Impulse Buying (Stern, 1962) and Maslow’s Hierarchy of Needs, highlighting how digital platforms exploit impulse-driven purchasing. Supported by Ajzen’s Theory of Planned Behavior, the research explains how attitudes, social norms, and perceived control influence the purchasing decisions in a fast-paced retail setting.
A core component of the research is marketing strategy. Q-commerce companies deploy AI-driven personalization, geo-targeting, influencer marketing, and loyalty programs to attract and retain customers. For instance, influencer-driven campaigns achieve conversion rates of up to 65%, showcasing their significance in a digital-first market.
Using secondary data from McKinsey, Deloitte, KPMG, Statista, and HBR, the paper presents compelling figures—Q-commerce grew from $0.5 billion in 2022 to $5.5 billion in 2025, with projections reaching $9.95 billion by 2029. The average order value has doubled, while CAGR stands at 4.5%, signifying rapid adoption. Despite the meteoric growth, the study critically assesses challenges to profitability, such as steep operational costs, steep discounts, and last-mile delivery expenses.
A comparative analysis of platforms—Blinkit, Swiggy Instamart, Zepto, BigBasket, and JioMart—reveals how market leaders differentiate through delivery speed, inventory accuracy, app integrations, and urban focus. Moreover, the research stresses the environmental and labor challenges that must be addressed—like packaging waste, carbon emissions, and gig worker instability.
The discussion extends into how Q-commerce forces traditional retailers to adapt, investing in EV logistics, dark stores, and sustainability measures. It underscores the AI-led shift in consumer behavior, and the need for balanced growth that prioritizes environmental responsibility and ethical labor practices.
In conclusion, the paper recommends a future roadmap for Q-commerce: promoting eco-friendly logistics, subscription models, fair employment, and policy alignment. It calls for future research to explore Tier-2 and Tier-3 city expansion and to craft long-term profitability frameworks. Ultimately, this study positions Q-commerce not just as a convenience, but as a catalyst for redefining urban retail economics and digital lifestyle
Speech 2-Unity in Diversity, Strength in SolidarityNoraini Yunus
This SlideShare presentation celebrates Singapore's journey through SG60, emphasizing resilience, inclusivity, and the vision for a fair, just, and united nation. It encapsulates the Singapore United Party (SUP) manifesto principles—strong starts for children, accessible housing and healthcare, and opportunities for all—while showcasing Noraini Bte Yunus's commitment to bridging divides, supporting the silver generation, and empowering every Singaporean to pursue their dreams. Together, let's honor the past and secure a brighter future. Moving Forward, Together!
ICSE 2025 Keynote: Software Sustainability and its Engineering: How far have ...patricialago3459
Thanks to its digital transformation, society depends on software. This is expected to bring important benefits but at the same time is accompanied by worrisome constraints. The societal role of software and its engineering is not new. Nor is their need to be sustainable. But what does it mean, really? And how far have we come with our research?
This talk wants to trigger reflection on the research being done, its impact and its true contribution to the complex and urgent problems posed by both society and our planet.
⭐️ Bitcoin - Mining Race ⭐️ The Fastest Driven Bitcoin Movement ⭐️ english
⭐️ Referral link - https://miningrace.com/wallet/invite-activate/edA6xDgWMVLBAfCClWJy ⭐️
Invite code - edA6xDgWMVLBAfCClWJy
Mining Race - The fastest growing Bitcoin movement
Join the Ultimate Bitcoin Community Challenge. Race to the Top in Mining Race.
Cryptocurrencies are all about the community. And what better way to fully embrace the BTC community than a community-based mining program?
By participating in the Mining Race, you will not only contribute to the support of the Bitcoin blockchain but also earn more rewards for being a part of the Mining Race community!
Ready to join the Bitcoin Mining Race Challenge?
⭐️ Referral link - https://miningrace.com/wallet/invite-activate/edA6xDgWMVLBAfCClWJy ⭐️
Invite code - edA6xDgWMVLBAfCClWJy
2025-05-04 A New Day Dawns 03 (shared slides).pptxDale Wells
Lesson 3 of 6 in a Heritage Bible Master Class study of "A New Day Dawns"
Heritage Bible Master Class meets every Sunday morning at 10:15 at the Heritage Palms Country Club, on the south side of Fred Waring, just east of Jefferson, in Indio, California. Please come check us out!
THE SEXUAL HARASSMENT OF WOMAN AT WORKPLACE (PREVENTION, PROHIBITION & REDRES...ASHISHKUMAR504404
Article 11 of the Convention on Elimination of All Forms of Discrimination (CEDAW) to which India is a party requires it to take all appropriate measures to eliminate discrimination against women in the field of employment. Equality in employment can be seriously impaired when women are subjected too gender specific violence such as Sexual Harassment at Workplace.
Article 21 of the Constitution which is related to a right to life and personal liberty, includes the right to live with dignity, and in the case of women, it means that they must be treated with due respect, decency and dignity at workplace. With more and more women joining the workforce, both in organized and unorganized sectors, ensuring and enabling working environment for women through legislation became imperative. To achieve this objective the sexual harassment of women at workplace bill was introduce in the Parliament, and was passed by both the house of Parliament and received the assent of the President on 22nd April 2013 It came in to force on 09.12.2013.
It is to provide for safe, secure and enabling environment to every women irrespective of her age or employment status by fixing the responsibility on the employer as well as the District Magistrate (D.M) or (A.D.M) of every district in the state as a District Officer and laying down the statutory redressal mechanism.