#psk
Explore tagged Tumblr posts
kneipe · 21 days ago
Text
Tumblr media
halle 2023
10 notes · View notes
outliers-hyppocrates · 1 month ago
Text
CHAT CHAT CHAT MY FELLOW PSEKAI LOVERS I HAVE THE BEST NEWS EVER!!
So i was looking at the banners and saw kanade (my fav character)
Tumblr media
and she looks STUNNING
and i had 3k crystals from doing a bunch of full combos and cheerful carnival shows with others so i figured why not do some pulls?
there’s this psekai youtuber i really like and she always says “wonderhoy!” before her pulls for good luck (itzjolted fans wya(
and i did that too
i saw the funky multicolour and was like “woah 4 star wonderhoy worked”
YK WHAT I GOT FROM THE PULL.
Tumblr media
THE LIMITED KANADE FROM THE BANNER 😭😭
when i tell you i started screaming hyperventilating almost crying
4 notes · View notes
lovley-valentine7 · 4 months ago
Text
Tumblr media
LETSSSS GOOOOO!!
3 notes · View notes
psktechnologiesnagpur-blog · 7 months ago
Text
Best IT Company In Nagpur
Tumblr media
2 notes · View notes
chitchatzz · 2 years ago
Text
click the image 4 better quality!
Tumblr media Tumblr media
TRANSFEM TSUKASA!! I FINISHED THE WHOLE GROUP!!! check the tags 4 some hcs again lol
( 1, 2, 3 )
38 notes · View notes
imtiredowo · 1 year ago
Text
Did PJS update the character rank? I feel like I hacked the game or something because i just logged in and got a bunch of rewards for character ranks. Like was it from the gachas?
Im on the english server so that might be it, but it feels wrong for me to use the rewards because im not sure how i got them
Tumblr media
I never got him to level 10, last time i checked he was at level 4
Edit, so it wasnt a glitch! Thank you for telling me!!!!!!
4 notes · View notes
impermanent-art · 2 years ago
Photo
Tumblr media
Work by Espy in Pico-Union.
14 notes · View notes
abhuraira · 2 years ago
Photo
Tumblr media
#sketching #classic #design #lamy #kohinoorpencils #stedler #psk https://www.instagram.com/p/Cp1j3aapXi2/?igshid=NGJjMDIxMWI=
6 notes · View notes
rasiooid · 2 months ago
Text
Alasan Ekonomi Bikin Pekerja Seks "Obral Harga", Satpol PP Kabupaten Bogor Kewalahan Menangani
    RASIOO.id – Praktik prostitusi di Kabupaten Bogor semakin sulit ditertibkan oleh Satpol PP. Kondisi ini diperparah dengan penuh sesaknya rumah rehabilitasi yang ada di Sukabumi dan Cirebon, tempat yang biasanya menampung para pekerja seks komersial (PSK) untuk pembinaan. Akibatnya, Satpol PP hanya mampu melakukan penertiban ringan, seperti memeriksa identitas PSK dan menghubungi…
0 notes
kneipe · 10 months ago
Text
Tumblr media
mannheim 2023
3 notes · View notes
dreamthemapp · 5 months ago
Text
Simple Tips to Improve Your Memory
Tumblr media
As a student, you need to learn a lot and analyze a lot. When it comes to exams and tests, students are often worried about forgetting important information. However, remember this: just like you remember your friends' and parents' names and your favorite things because you see them daily and love them, having a genuine curiosity and interest in your subjects and effective revision techniques can significantly enhance your memory.
Do you want to know some tips that you can use to make a sharp memory? Here are some tips from DreamThem:
Make your notes look colorful. Underline the important concepts and words so that when you look at them again, it's easy for you to have a quick revision.
Practice, practice. Because practice makes perfect. Don't pressure yourself if you don't understand a concept clearly. Ask your friends, parents, or teachers for help.
When you learn a topic, recall it as a story. Try to learn as if you are teaching or telling a story. This technique can make a significant difference.
Understand the importance of seminars and debates and actively participate in them.
Chunking is another effective technique: if information seems overwhelming, break it down into smaller chunks and learn from it.
Ensure you get enough sleep. Adequate sleep improves your mood and helps consolidate memories.
Exercise regularly and engage in physical activities. Physical exercise boosts overall health, including brain function.
Maintain a balanced diet. Feed your brain with nutritious food and avoid skipping meals.
Manage stress effectively. Practice deep breathing and listen to calming music to reduce stress levels.
Adapt your study plans according to your weekly schedules to maintain freshness and interest.
Use sticky notes to remind yourself of important deadlines and tasks.
Read More : Click Here
0 notes
sakshi-thawkar · 8 months ago
Text
Tumblr media
In the dynamic landscape of web and mobile application development, leveraging the power of the MERN stack (MongoDB, Express.js, React, Node.js) combined with cloud technologies has become a hallmark of modern software engineering. This comprehensive guide delves into the realm of professional MERN stack development on the cloud, exploring the synergy between these technologies and how they empower developers to craft robust, scalable, and efficient applications.
Unveiling the MERN Stack
The MERN stack encompasses a set of JavaScript-based technologies that seamlessly blend to create full-stack applications. It comprises:
MongoDB: A NoSQL database that provides flexibility in handling unstructured data and scalability for large datasets.
Express.js: A fast and minimalist backend framework for building APIs and handling HTTP requests.
React: A powerful frontend library for crafting interactive user interfaces using reusable components.
Node.js: A server-side runtime environment that allows developers to execute JavaScript code outside a web browser.
The Cloud Advantage
Incorporating cloud technologies into MERN stack development brings a multitude of benefits, ranging from scalability to security. Leading cloud providers like AWS, Azure, and Google Cloud offer a wide array of services that enhance the development process:
Scalability and Elasticity
Cloud platforms enable seamless horizontal and vertical scaling, allowing applications to accommodate varying levels of traffic. With auto-scaling features, resources are allocated dynamically, ensuring optimal performance without manual intervention.
Deployment Made Effortless
Deploying MERN stack applications on the cloud is streamlined through services such as AWS Elastic Beanstalk or Google App Engine. These platforms abstract away infrastructure management, enabling developers to focus solely on code deployment.
Robust Data Management
Integrating MongoDB with cloud-based databases like MongoDB Atlas ensures data durability, high availability, and automated backups. This provides developers with a solid foundation for managing critical application data.
Security Reinforcement
Cloud platforms offer a plethora of security features, including identity and access management, encryption, and compliance certifications. This is particularly critical when handling sensitive user data.
Continuous Integration and Deployment (CI/CD)
Implementing CI/CD pipelines using cloud-native tools automates the build, test, and deployment processes. This results in faster iterations, reduced manual errors, and enhanced collaboration among development teams.
Cost Optimization
Cloud-based solutions allow developers to pay only for the resources they consume. This cost-effectiveness is particularly advantageous for startups and businesses with fluctuating resource needs.
Crafting the Development Process
The journey of professional MERN stack development on the cloud involves several pivotal steps:
Environment Setup
Prepare your development environment by installing Node.js and npm. Initialize your project directories and create distinct package.json files for both the front end and back end.
Backend Implementation
Design your API structure and endpoints using Express.js. Connect to MongoDB using Mongoose for efficient data storage and retrieval.
Frontend Creation
Construct React components to form your application’s user interface. Utilize state and props for dynamic data management and incorporate third-party libraries for enhanced functionality.
Cloud Integration
Choose a cloud provider and set up the necessary services. Deploy your backend using serverless functions, virtual machines, or containers. Utilize cloud databases for optimal data management.
CI/CD and Monitoring
Implement CI/CD pipelines to automate testing, building, and deployment. Set up monitoring and logging tools to track performance and identify issues promptly.
Security and Optimization
Prioritize security by implementing encryption, authentication, and input validation. Optimize your application for performance by employing caching strategies and code optimization techniques.
Embracing the Future
The fusion of the MERN stack with cloud technologies unlocks a realm of possibilities for web and mobile application development. The seamless integration of MongoDB, Express.js, React, and Node.js with cloud platforms empowers developers to create applications that are not only feature-rich and scalable but also highly resilient and secure. By embracing this synergy, developers can navigate the ever-evolving landscape of technology and bring their innovative visions to life like never before.
                                                                                                    -BALVESH PURAMKAR
                                                                                                 Intern, PSK Technologies
1 note · View note
psktechnologiesnagpur-blog · 7 months ago
Text
Best Laptop Repairs Company in Nagpur PSK Technologies Pvt. Ltd IT Company
Tumblr media
3 notes · View notes
motivationalpapa · 9 months ago
Text
Tumblr media
A leader is one who knows the way, goes the way and shows the way.
0 notes
dev-sanjana · 10 months ago
Text
0 notes
fredy-holzer · 10 months ago
Video
fredy-holzer #fredyholzer
flickr
fredy-holzer #fredyholzer por fredy holzer Por Flickr:
0 notes