Вернуться   Бухгалтерский форум www.nado.in > Различный софт > Различный софт

Ответ
 
Опции темы
Старый 16.10.2020, 16:21   #43081
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 103,458
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию Socket.IO and TypeScript



Socket.IO and TypeScript
Video: .mp4 (1280x720, 30 fps(r)) | Audio: aac, 48000 Hz, 2ch | Size: 3.45 GB
Genre: eLearning Video | Duration: 40 lectures (3 hour, 32 mins) | Language: English

Learn Socket.IO, TypeScript and NodeJS To Create Multiplayer Realtime Interactive Content for the Web

What you'll learn

TypeScript Annotations, Types, Interfaces, Classes
TSC and tsconfig for browsers and NodeJS environments
Setup NodeMon and Concurrently
NPM, NodeJS and package json
Understand SocketIO communications between the Server and Clients while writing it all in TypeScript
Build an example multiplayer, realtime mini game along with a chat component that allows players to guess the lucky numbner and win/lose points accordingly
You'll get exposure to Bootstrap, jQuery, HTML and CSS animations
Learn about Express and serving static content through NodeJS
Learn how to build robust and interactive applications using TypeScript and SocketIO
Provision and Deploy to a cloud server, Setup Nginx proxy, Point a Domain Name and Add SSL

Requirements

Desire to code games and interactive content
Access to a PC, Mac or Linux with ability to install software such as VSCode, Git and NodeJS

Description

In this course you will learn about how to use Socket.IO in order to create multiplayer real-time interactive content that runs in the browser and on the web. We will also write it using TypeScript.

At the start of the course, there is a TypeScript crash course, suitable for those with no experience at all of using TypeScript. It will cover the most common and major concepts of TypeScript that are applicable to all TypeScript projects and will be used throughout the remainder of this course.

Then, we will move onto learning about Socket.IO, and covering the major features that are also applicable to all Socket.IO projects, and will also be demonstrated throughout the remainder of this course.

Then we will apply all of the Socket.IO concepts we've learned so far, to create our selves a complete working multiplayer, real-time game example with several game configurations running concurrently, with client and server components and hosted using NodeJS.

We will also deploy the finished project to a cloud server, run it behind an Nginx proxy, point a domain name and install an SSL certificate.

When creating the main course project you will also get exposure to Bootstrap, jQuery, HTML and CSS animations.

You don't need any experience to take this course, since all the code is provided in the accompanying documentation that will be presented to you in a gradual format as each lesson progresses to the next.

Before taking this course, note that executing code snippets, copied from the supplied documentation is a major part of this course. The examples provided in the course were 100% created by me and were explicitly created for use in this course. You are invited to experiment with each new code addition after each lesson, by changing parameters and deleting or extending sections, in order to understand more about what each new addition of the project is doing.

So if you know that you like coding, you like seeing it work for yourself, you like to experiment, and have millions of ideas that you want to achieve, then this course is for you. Because at the end of the course, you would have built a generic working prototype that demonstrates many of the concepts involved in creating multiplayer real-time interactive content that runs in the browser and on the web.

Thanks for taking part in my course, and I will see you there.

Who this course is for:

Beginner Coders
People interested in SocketIO and TypeScript
People interested in creating real-time interactive multiplayer games

Download link:
Код:
rapidgator_net: https://rapidgator.net/file/9d8ae8c9bd18c70bf66f239c84df4c0f/e12dw.Socket.IO.and.TypeScript.part1.rar.html https://rapidgator.net/file/228180ccdbcbb5a5a94b0d45209d2504/e12dw.Socket.IO.and.TypeScript.part2.rar.html nitroflare_com: https://nitroflare.com/view/48B4DCE646173AE/e12dw.Socket.IO.and.TypeScript.part1.rar https://nitroflare.com/view/792D350E747C8A8/e12dw.Socket.IO.and.TypeScript.part2.rar alfafile_net: http://alfafile.net/file/8Q5gA/e12dw.Socket.IO.and.TypeScript.part1.rar http://alfafile.net/file/8Q5gZ/e12dw.Socket.IO.and.TypeScript.part2.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 16.10.2020, 16:23   #43082
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 103,458
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию Software Architecture: REST API Design - The Complete Guide



Software Architecture: REST API Design - The Complete Guide
Video: .mp4 (1280x720, 30 fps(r)) | Audio: aac, 44100 Hz, 2ch | Size: 867 MB
Genre: eLearning Video | Duration: 73 lectures (3 hour, 56 mins) | Language: English

Become a better Software Architect by designing professional, easy to use and attractive REST API

What you'll learn

Best Practices of professional REST API
Correct use of HTTP Verbs, URL structure and response codes
Using world-leading documentation engine to document your REST API
Integrating Authentication & Authorization capabilities into REST API
Performance techniques to speed up the response from the REST API
Using Postman to test your REST API

Requirements

Understand the basic concepts of HTTP (URL, Verbs, Request, Response)
Understand short code snippets (No coding experience required!)

Description

Every Software Architect is going to design REST API these days.

REST API is the de-facto standard of the Web API world, and all the major websites are having it - Twitter, Amazon, Facebook, Google and lots and lots more.

If you're designing a web app - the developers using it will expect it to have a REST API.

But, how can you make your REST API stand out? How can you convince the API users to actually use the API, and not just take a quick look at it and go away?

In today's world, where everyone expose REST API, it's not easy to attract developers. And if no developer will come - usage and monetization will be a problem.

The key to make your API stand out is to design a well thought-of API, one that is:

1. Easy to use

2. Easy to understand

3. Consistent

4. Performant

5. Just Works

A good Software Architect must be able to design such an API. In fact, designing the API is one of the most important tasks of the Software Architect.

In this comprehensive course, you'll get all the knowledge required for designing great, professional, REST API, using the techniques used by all industry-leading APIs.

Here are some of the topics discussed in this course:

- What is API, and what is Web API

- The inner structure of REST Request and Response

- Tools that can help you simulate REST API calls, such as Postman and Beeceptor

- The special role of HTTP Verbs

- How a REST API URL should look like

- What are Response Codes and why do they matter

- How to give your API a professional looking documentation

- How to add authentication and authorization to your API

- Performance techniques to improve your API responsiveness

- Monitoring and its importance

- And lots more...

But that's not all...

At the end of this course, you'll be able to download the REST API Checklist, a comprehensive checklist that will guide you through the process of creating the most professional and attractive REST API. This checklist is your go-to-guide whenever you'll design REST API, and as a Software Architect - you'll design a lot of REST API...

This course takes you from the absolute basics of API to the most advanced topics, known only to few. Completing this course will give you all the knowledge required for building professional REST API, and, as a bonus, will put you in a great position when looking for your next job.

No other course covers this topic in such a comprehensive and thorough way. I've put all my 20+ years of experience with hundreds of clients in this course, and I'm sure you will greatly benefit of it.

------------------------------

What do my students have to say about my courses?

------------------------------

"well done - The course was very practical" - Sam

"Good explanation on the topics covered, "Soft Skills" section is a great addition of topics" - Sergio

"[The course] given me the confidence to go out to the market and advertise myself as such [an Architect]" - Mathew

"Life Changing" - Arivazhagan

And lots more...

------------------------------

Who is this course for?

------------------------------

Any person who is involved in web development, even system analyst, can profit from this course.

That includes:

- Junior developers

- Senior developers

- Architects

- Anyone else involved in web development

If you're not sure if this course is for you - drop me a note!

------------------------------

What are the prerequisites for this course?

------------------------------

In this course we'll use tools simulating REST API server and client (Beeceptor and Postman), so no actual coding is required.

Students are expected, however, to be able to understand simple coding snippet (there are a few), and to know how the internet is working (HTTP protocol, Request / Response model, and so on).

------------------------------

About Me

------------------------------

I've been in the software industry for more than 20 years, and a Software Architect for more than 17 years, working with a variety of clients - Fortune 100 enterprises, start-ups, govt. entities, defense, telco, banking, and lots more.

I'm an avid speaker and trainer, having trained thousands of students in various courses.

I love what I do, and my greatest passion (well, besides my family...) is designing modern, practical, and reliable systems for my clients, using the best possible API.

Who this course is for:

Junior developers who would like to learn about API design
Senior developers who need to solidify their API design knowledge
Team Leaders working on complex systems
Software Architects tasked with designing API-oriented system
Anyone involved with Web Development

Download link:
Код:
rapidgator_net: https://rapidgator.net/file/0e3d3fdf6eac241f30a48606be4e0053/2rzhz.Software.Architecture.REST.API.Design..The.Complete.Guide.rar.html nitroflare_com: https://nitroflare.com/view/6E749EB6EBA17AA/2rzhz.Software.Architecture.REST.API.Design..The.Complete.Guide.rar alfafile_net: http://alfafile.net/file/8Q5FA/2rzhz.Software.Architecture.REST.API.Design..The.Complete.Guide.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 16.10.2020, 16:24   #43083
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 103,458
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию Software Testing Foundations: Continuous Testing and DevOps



Software Testing Foundations: Continuous Testing and DevOps
Duration: 35m 49s | .MP4 1280x720, 30 fps(r) | AAC, 48000 Hz, 2ch | 144 MB
Genre: eLearning | Language: English
The next step beyond agile testing and test automation is continuous testing.

Continuous testing means having your test automation run regularly and give code changes the green light before moving on in the development process. It can speed up the development life cycle and contribute to more stable and reliable software deliveries. DevOps provides you with the infrastructure to start running your automation in a continuous integration pipeline-this course can provide you with the skills. Join instructor and developer Jain Waldrip to learn the essential concepts of continuous testing and what DevOps means for QA. Discover methods for running automated tests in a continuous integration pipeline and explore common tools you will encounter in the process of implementing continuous testing. Jain also provides tips for running tests in containers and generating reports from your test results.

Topics include:

Continuous testing concepts
Continuous integration solutions
Making independent tests
Types of continuous tests
Running tests in containers
Reporting solutions for test results

Download link:
Код:
rapidgator_net: https://rapidgator.net/file/5cd0e6e4d156c55744a0dadede97dcd2/626gc.Software.Testing.Foundations.Continuous.Testing.and.DevOps.rar.html nitroflare_com: https://nitroflare.com/view/AC95487CEECAEDE/626gc.Software.Testing.Foundations.Continuous.Testing.and.DevOps.rar alfafile_net: http://alfafile.net/file/8Q53L/626gc.Software.Testing.Foundations.Continuous.Testing.and.DevOps.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 16.10.2020, 16:26   #43084
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 103,458
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию Spring MicroServices In Depth using Domain Driven Design



Spring MicroServices In Depth using Domain Driven Design
Video: .mp4 (1280x720, 30 fps(r)) | Audio: aac, 44100 Hz, 2ch | Size: 5.01 GB
Genre: eLearning Video | Duration: 38 lectures (11 hour, 33 mins) | Language: English
Implement Microservices using DDD step by step. Understand how to implement spring microservices with realtime usecase

What you'll learn

Learn how to develop microservices using best industry practises
The usecase which is used will be implementing DDD Concepts in an easily to understandable way
Learn the internals of spring cloud
After every module you will be having exercises to be done. So, get a very good practical experience
You will develop an use case starting from scratch and will finish it using best practises.
The use case used in this course will act as a good POC for implementing Microservices

Requirements

Good understanding on Spring Framework and Spring boot basics

Description

I believe that based on how an instructor introduces and talks about the concepts, you will start thinking in same way.

Even though other courses teach similar topics, the way i deliver the concept is different and it will definitely impact the way you think.

I make sure that you think in a right direction after u listen to my lectures. If you go with cheap courses, that may affect the way you think and it will impact your career also. So, think wisely before you choose a course. Don't take a course because it is cheap

Firstly, we will implement an use case with Domain driven design approach.

Understand problems with this application.

Then use Spring cloud modules step by step with same use case and finally develop full use case.

The use case discussed can be used as a reference implementation when you are developing your application.

You will understand the internals of all the spring cloud modules in the agenda.

Who this course is for:

Beginner to architects

Download link:
Код:
rapidgator_net: https://rapidgator.net/file/33ca601cdb5b9a0afea4083d22d8b705/wt7kc.Spring.MicroServices.In.Depth.using.Domain.Driven.Design.part1.rar.html https://rapidgator.net/file/1491349063897ca6fd5cff428f0d439b/wt7kc.Spring.MicroServices.In.Depth.using.Domain.Driven.Design.part2.rar.html https://rapidgator.net/file/2f13c4b415c41b9956e7b6c9388c73de/wt7kc.Spring.MicroServices.In.Depth.using.Domain.Driven.Design.part3.rar.html nitroflare_com: https://nitroflare.com/view/5BCA6319585AEF3/wt7kc.Spring.MicroServices.In.Depth.using.Domain.Driven.Design.part1.rar https://nitroflare.com/view/5D97CC247EC5E2B/wt7kc.Spring.MicroServices.In.Depth.using.Domain.Driven.Design.part2.rar https://nitroflare.com/view/B4EA31DC1E971C4/wt7kc.Spring.MicroServices.In.Depth.using.Domain.Driven.Design.part3.rar alfafile_net: http://alfafile.net/file/8Q5zQ/wt7kc.Spring.MicroServices.In.Depth.using.Domain.Driven.Design.part1.rar http://alfafile.net/file/8Q5zB/wt7kc.Spring.MicroServices.In.Depth.using.Domain.Driven.Design.part2.rar http://alfafile.net/file/8Q5zG/wt7kc.Spring.MicroServices.In.Depth.using.Domain.Driven.Design.part3.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 16.10.2020, 16:27   #43085
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 103,458
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию Squarespace Essential Training: Content Types



Squarespace Essential Training: Content Types
Duration: 1h 53m | .MP4 1280x720, 30 fps(r) | AAC, 48000 Hz, 2ch | 503 MB
Genre: eLearning | Language: English
Squarespace websites offer a variety of content types that you can leverage to make your sites more interactive and engaging.

In this course, explore the different types of pages and content that you can add and tailor for your website. Learn how to set up a blog on your Squarespace website, including how to customize the design and include media files. Find out how to post new blog content featuring images. See how to create a new website that can display your upcoming events, complete with a sign-up page so visitors can receive newsletters and notifications. Put these new site-building skills together as you follow along with the final example project where you get to see a microsite built for a restaurant.

Download link:
Код:
rapidgator_net: https://rapidgator.net/file/d13be24be8f2b25b2812bf8435daaa3b/getob.Squarespace.Essential.Training.Content.Types.rar.html nitroflare_com: https://nitroflare.com/view/207D2C13004EFE5/getob.Squarespace.Essential.Training.Content.Types.rar alfafile_net: http://alfafile.net/file/8Q5hn/getob.Squarespace.Essential.Training.Content.Types.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 16.10.2020, 16:29   #43086
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 103,458
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию Stop Bullying - Practical Verbal & Physical Self-Defense



Stop Bullying - Practical Verbal & Physical Self-Defense
Video: .mp4 (1280x720, 30 fps(r)) | Audio: aac, 44100 Hz, 2ch | Size: 1.37 GB
Genre: eLearning Video | Duration: 23 lectures (1 hour, 3 mins) | Language: English

The one course every parent needs to keep their child safe

What you'll learn

How to defend yourself against a verbal attack.
How to defend yourself against a physical attack.
How to make your child more confident.
Peace of mind for parents and safer kids.
Help your child focus on school work.
Helps prevent emotional and physical pain.
Help your child be happier and more self-assured.

Requirements

None

Description

1 in 4 children are bullied. Bullies can cause unnecessary life long damage and Trauma to your child.

Many courses make the mistake of only covering verbal or physical self-defense. This course gives you both.

You can now learn from 7th Degree Black Belt Chris Gehring, CEO of Inspire Martial Arts. His goal is to transform how your child deals with bullies with this life-changing program.

Chris has helped 1000's of children successfully deal with bullies over the last 30 years. Chris has taught these skills in his local school district for over 11 years.

Your child is going to get bullied ... plan on it ... it's just a part of life. Somebody is going to lose, will it be your child or the bully? You decide. Enroll today ... and give your child the fighting chance they deserve.

Who this course is for:

Parents
Teachers
Therapist
Grandparents

Download link:
Код:
rapidgator_net: https://rapidgator.net/file/b7fa30e5bed69a2b069eb57c03ba8a1d/20n9q.Stop.Bullying..Practical.Verbal..Physical.SelfDefense.rar.html nitroflare_com: https://nitroflare.com/view/F2BE82F11AF4AEE/20n9q.Stop.Bullying..Practical.Verbal..Physical.SelfDefense.rar alfafile_net: http://alfafile.net/file/8Q5FN/20n9q.Stop.Bullying..Practical.Verbal..Physical.SelfDefense.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 16.10.2020, 16:30   #43087
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 103,458
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию Structural Design - Reinforced Concrete Beam Design



Structural Design - Reinforced Concrete Beam Design
Video: .mp4 (1280x720, 30 fps(r)) | Audio: aac, 48000 Hz, 2ch | Size: 849 MB
Genre: eLearning Video | Duration: 10 lectures (2 hour, 39 mins) | Language: English

How to design a single reinforced concrete beam with unknown and known cross-sections

What you'll learn

How to design beam with unknown cross - sections
How to design beam with known cross - sections

Requirements

A little bit of understanding on Mechanics of materials
Some Knowledge of Statics
Some understanding on Concrete structures
some understanding on mathematics
A pen and a book for writting
some understanding on shear and moment diagram

Description

This course contain all lectures you need to be able to properly design a beam in a structure. This course you will learn how to design a beam with unknown and known cross-sections.How to design single reinforced concrete beam.

The course contain different sections and you are going to watch me explain it section by section. There will be a quiz at the end of every section

Here is the listing of sections that we will study in this course "REINFORCED CONCRETE BEAM DESIGN"

SECTION 1 - PROCEDURE FOR DESIGN OF UNKNOWN CROSS SECTION

SECTION 2 - BEAM DESIGN WITH UNKNOWN CROSS SECTION

SECTION 3 - PROCEDURES FOR DESIGN OF KNOWN CROSS SECTION

SECTION 4 - BEAM DESIGN WITH KNOWN CROSS SECTION

Who this course is for:

Civil engineering student
Reinforced concrete student
student who want to learn how to design a beam
student who have passion for structural desigining
student who want to take sstructural designing as a career
student who are looking for good tutor on how to design a beam
student who love structural designing and want to learn more on beams
student who are done with school but want to freshen their knowledge on beam designing
student who want to pass his or her reinforced concrete exam
student who have exam on how to design a beam
student searching for internship on how to design a beam
Civil engineers
Structral designers

Download link:
Код:
rapidgator_net: https://rapidgator.net/file/916c888b96b731bd5951ca8cf7024d19/r7r14.Structural.Design..Reinforced.Concrete.Beam.Design.rar.html nitroflare_com: https://nitroflare.com/view/CE36E905DCB861F/r7r14.Structural.Design..Reinforced.Concrete.Beam.Design.rar alfafile_net: http://alfafile.net/file/8Q5cm/r7r14.Structural.Design..Reinforced.Concrete.Beam.Design.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 16.10.2020, 16:32   #43088
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 103,458
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию Teaching Children Online: The Beginner's Guide



Teaching Children Online: The Beginner's Guide
Video: .mp4 (1280x720, 30 fps(r)) | Audio: aac, 48000 Hz, 2ch | Size: 2.66 GB
Genre: eLearning Video | Duration: 30 lectures (2 hour, 11 mins) | Language: English

The Beginner's Guide

What you'll learn

In this course, classroom teachers who have been 'forced' into online teaching will be able to quickly find out what is needed to make that paradigm shift from classroom to onscreen teaching. If you're new to teaching online and you need help with setting up and getting yourself suitably established for the task, then this course is for you.
How to teach children online.
Online Teaching

Requirements

Any teachers and in fact anyone who is interested in teaching children online.
Must like children and be energetic.

Description

In this course, would-be online teachers will become equipped with all they need to start teaching online. I have taken my first nine months of online teaching experience and while it was still fresh in my mind, put it in course format so that new online teachers can have the benefit of not going through basic misconceptions or having to experience unnecessary awkward moments. If you're new to teaching online and you need help with setting up and getting yourself suitably established for the task, then this course is for you.

In this beginner's guide I will be sharing with you everything I know about starting to teach children online and this includes your set up, lesson plans, your appearance, which props to use like realia, puppets, flashcards, songs and I've even included a template and cheat sheet which will help you in your classes. I will also give you an extensive list of online companies that you can approach for online teaching.

Who this course is for:

Existing teachers and interested parties who are preparing to start teaching children online.
Teachers who have to make the transition from the classroom to the screen.

Download link:
Код:
rapidgator_net: https://rapidgator.net/file/247255a6d28c23eb4ffed7cf482c94fa/9g10f.Teaching.Children.Online.The.Beginners.Guide.rar.html nitroflare_com: https://nitroflare.com/view/BD2F0F8F17AF7C1/9g10f.Teaching.Children.Online.The.Beginners.Guide.rar alfafile_net: http://alfafile.net/file/8Q5Le/9g10f.Teaching.Children.Online.The.Beginners.Guide.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 16.10.2020, 16:33   #43089
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 103,458
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию The Complete Guide to Becoming a Software Architect



The Complete Guide to Becoming a Software Architect
Video: .mp4 (1280x720, 30 fps(r)) | Audio: aac, 44100 Hz, 2ch | Size: 1.59 GB
Genre: eLearning Video | Duration: 117 lectures (5 hour, 51 mins) | Language: English
The most comprehensive guide that will make you a Software Architect, the most desired role in the software industry.

What you'll learn

Practical, proven techniques to becoming a great Software Architect.
The exact role of the Software Architect
Adopting Software Architect's mindset
Architectural Patterns used in almost any software system
Design Patterns to make the code more readable and easy to maintain
Crucial Soft Skills that will make your work much easier
Role and structure of the Architecture Document
Advanced architectural patterns for extreme cases

Requirements

Some development knowledge is required, although there won't be actual coding

Description

Congratulations! You're going to be a Software Architect!

Becoming a Software Architect is the holy grail for almost all developers.

Great salary, working with management, dealing with the up-to-date technologies and patterns, working with variety of projects and teams - all these make the Software Architect one of the most desired positions in the software industry.

But becoming a Software Architect is not easy. There is no academic course for that, and no formal training.

You might assume that being a great developer is enough to become a great Software Architect - but that's not the case.

A great Software Architect employs a mix of great technical skills, the ability to take a high-level look, and great interpersonal skills.

You may find other courses that will teach you programming skills, project management skills and even software design skills. But no course covers all the bases as this one.

Here is what we will discuss in this comprehensive, 115 lectures length, course:

- What is a Software Architect and why you want to become one

- What are the steps you should take in the Architecture Process

- What are System Requirements and why they are so important for the architecture

- A proven, tested way of selecting the technology stack

- How to design the system's components architecture

- What are design patterns and why does it matter

- How to design the overall system architecture

- What is architecture document and why it's so important

- Super important soft skills every architect should possess

- Some advanced architecture patterns you should keep in mind

- And lots more...

But wait, that's not all!

One of the cornerstones of the architect's work is the architecture document. This document contains all the information regarding the architecture designed by the architect, including requirements, technology stack. component's architecture, system architecture and lots more.

Creating the architecture document is a daunting task, that can take months of hard work.

But if you take this course - your life will be much easier!

Towards the end of this course, we'll work together on a real-world case study, one that stems from other projects I've worked on. After discussing the case study, and designing its architecture, you'll have an opportunity to download a real-world, full blown architecture document, complete with all the information related to the case study. In fact, this is an industry-grade document, which I used in dozens of systems I've worked on.

And the best part? It's yours to use! Feel free to take this document, modify the parts that are relevant to your project, and submit it to your client!

Again - you're going to give your client a professional looking, modern, methodical document that covers all the bases, and makes a great impression.

No other course provides such a document, and that's because I'm fully confident in the document's contribution to your work and reputation, as I used it extensively in the past years.

------------------------------

What do my students have to say about the course?

------------------------------

"well done - The course was very practical" - Sam

"Good explanation on the topics covered, "Soft Skills" section is a great addition of topics" - Sergio

"[The course] given me the confidence to go out to the market and advertise myself as such [an Architect]" - Mathew

And lots more...

------------------------------

Who is this course for?

------------------------------

Actually, any person who is involved in software development, even system analyst, can profit from this course.

However, the best candidate for this course is a developer with some experience, preferably 2 years. This experience will help mainly in understanding the terminology used in this course.

If you're not sure if this course is for you - drop me a note!

------------------------------

About Me

------------------------------

I've been a Software Architect for more than 17 years, working with a variety of clients - Fortune 100 enterprises, start-ups, govt. entities, defense, telco, banking, and lots more.

I'm an avid speaker and trainer, having trained thousands of students in various courses in the past.

I love what I do, and my greatest passion (well, besides my family...) is designing modern, practical, and reliable systems for my clients.

Who this course is for:

Developers who want to go to the next level
System Analysts who want to achieve technical knowledge

Download link:
Код:
rapidgator_net: https://rapidgator.net/file/14402c8e06b86e4cf492196370aae477/e2whe.The.Complete.Guide.to.Becoming.a.Software.Architect.part1.rar.html https://rapidgator.net/file/31752f171a6e0471b607ec62a39d6a3a/e2whe.The.Complete.Guide.to.Becoming.a.Software.Architect.part2.rar.html nitroflare_com: https://nitroflare.com/view/375F800D20E4D14/e2whe.The.Complete.Guide.to.Becoming.a.Software.Architect.part1.rar https://nitroflare.com/view/084F522F2CAB284/e2whe.The.Complete.Guide.to.Becoming.a.Software.Architect.part2.rar alfafile_net: http://alfafile.net/file/8Q5SP/e2whe.The.Complete.Guide.to.Becoming.a.Software.Architect.part1.rar http://alfafile.net/file/8Q5Sb/e2whe.The.Complete.Guide.to.Becoming.a.Software.Architect.part2.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 16.10.2020, 16:34   #43090
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 103,458
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию The Complete JavaScript Bootcamp 2020 - Build Real Projects!



The Complete JavaScript Bootcamp 2020 - Build Real Projects!
Video: .mp4 (1280x720, 30 fps(r)) | Audio: aac, 44100 Hz, 2ch | Size: 7.96 GB
Genre: eLearning Video | Duration: 122 lectures (17 hour, 59 mins) | Language: English
Learn Modern JavaScript by building real-world Projects! JavaScript ES6+, OOP, Async JavaScript, Webpack and much more..

What you'll learn

7 real world projects with pure JavaScript
JavaScript Fundamentals: variables, if-else, loops, functions, arrays, objects etc.
Write solid, powerful JavaScript code
Master DOM without jQuery
Explore all about Object Oriented Programming
Explore the latest cutting-edge features from ES6, ES7, ES8 and so on
Understand how to use Promises & Async/Await with asynchronous JavaScript
Asynchronous JavaScript with Ajax, Fetch API
Modern JavaScript - Webpack, Babel & ES6 modules
Downloadable code & all projects

Requirements

Basic HTML & CSS knowledge
Basic Bootstrap knowledge
No coding experience is necessary to take this course.

Description

JavaScript is the most popular and fastest-growing programming language. Most of the people think that Web Development (JavaScript) is easy as compared to other programming languages. But this is not actually true. You have to give a lot of time to learn it.

Stop learning from random JavaScript videos from YouTube if you don't not anything about programming or JavaScript. You have to start from scratch. Learn all the basic fundaments of JavaScript. This is why I create this course. To teach you, where to actually start programming.

What's in this course?

In this course, we are not going to learn about any library or framework. We are going to learn Vanilla JavaScript (No Libraries, No Frameworks). This course is created to make a solid base of students in JavaScript programming.

You will learn to write efficient code in JavaScript. I will take you from a complete JavaScript beginner to an advanced developer. You will learn how to debug code in case of any error.

If you come with me on the journey of learning JavaScript, I'll try my best to teach each and every important concept.

*** PROJECTS ***

BMI Calculator

Random Quotes Generator

Bookmark App

Memory Game

Employee App (Using OOP)

Movie App (Using Fetch API & AJAX)

Jobs Portal (Using Webpack, Babel, Node)

=== Super Fiendly Support ===

If you ever get stuck in any problem, I'm here to unstuck you. I always respond as fast as I can. Because I know there's nothing worse than getting stuck into problems especially programming problems. So, I am always here to support you.

After taking this course you be a better JavaScript developer and can improve your abilities in AngularJS, NodeJS, React.js, MongoDB, and all other Javascript-based technologies.

Are you ready? If yes, then click ENROLL, and join me today in this ultimate Modern JavaScript course.

Who this course is for:

Anyone who wants to become JavaScript Developer
Anyone who wants to start his career as a programmer
Anyone who wants to learn web development
Anyone who wants to enhance his skills in Vanilla JavaScript
Anyone who is interested in programming

Download link:
Код:
rapidgator_net: https://rapidgator.net/file/e9d3cb984f6aa42ceda398ff2a6d6b2a/z7fr5.The.Complete.JavaScript.Bootcamp.2020..Build.Real.Projects.part1.rar.html https://rapidgator.net/file/3a4a83eb7477b5a3934a1d810d36d084/z7fr5.The.Complete.JavaScript.Bootcamp.2020..Build.Real.Projects.part2.rar.html https://rapidgator.net/file/60190190df0a1be654579efc3182201b/z7fr5.The.Complete.JavaScript.Bootcamp.2020..Build.Real.Projects.part3.rar.html https://rapidgator.net/file/d198f17e005e03e43926070328b6b9e6/z7fr5.The.Complete.JavaScript.Bootcamp.2020..Build.Real.Projects.part4.rar.html nitroflare_com: https://nitroflare.com/view/E655EE2187FA8FE/z7fr5.The.Complete.JavaScript.Bootcamp.2020..Build.Real.Projects.part1.rar https://nitroflare.com/view/ED66DF35662A5B7/z7fr5.The.Complete.JavaScript.Bootcamp.2020..Build.Real.Projects.part2.rar https://nitroflare.com/view/9E12274B7E31E09/z7fr5.The.Complete.JavaScript.Bootcamp.2020..Build.Real.Projects.part3.rar https://nitroflare.com/view/E79932A0F40A403/z7fr5.The.Complete.JavaScript.Bootcamp.2020..Build.Real.Projects.part4.rar alfafile_net: http://alfafile.net/file/8Q5uS/z7fr5.The.Complete.JavaScript.Bootcamp.2020..Build.Real.Projects.part1.rar http://alfafile.net/file/8Q5uh/z7fr5.The.Complete.JavaScript.Bootcamp.2020..Build.Real.Projects.part2.rar http://alfafile.net/file/8Q5AD/z7fr5.The.Complete.JavaScript.Bootcamp.2020..Build.Real.Projects.part3.rar http://alfafile.net/file/8Q5A5/z7fr5.The.Complete.JavaScript.Bootcamp.2020..Build.Real.Projects.part4.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 16.10.2020, 16:36   #43091
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 103,458
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию The Complete Machine Learning and Data Science Course in R



The Complete Machine Learning and Data Science Course in R
Video: .mp4 (1280x720, 30 fps(r)) | Audio: aac, 44100 Hz, 2ch | Size: 8.15 GB
Genre: eLearning Video | Duration: 145 lectures (17 hour, 36 mins) | Language: English
Become a real time professional Data Scientist by learning the intuition and Math Behind each Machine Learning Model

What you'll learn

Learn Machine Learning Models in R Programming Language
Learn the Math behind every Machine Learning Model
Learn the Intuition of each Model
Learn to make simple and GUI Based Templates
Learn to choose the best Machine Learning Model for a specific problem

Requirements

Basics of any programming language

Description

In this course, you are going to learn all types of Machine Learning Models implemented in R Programming Language. The Math behind every model is very important. Without it, you can never become a Good Data Scientist. That is the reason, I have covered the Math behind every model in the intuition part of each Model.

Implementation in R is done in such a way so that not only you learn how to implement a specific Model in Python but you learn how to build real times templates and find the accuracy rate of Models so that you can easily test different models on a specific problem, find the accuracy rates and then choose the one which give you the highest accuracy rate.

I am looking forward to see you in the course..

Best

Who this course is for:

Anyone curious about learning Data Science and Machine Learning
Anyone who wants to learn the Math behind Machine Learning Models
Anyone interested in becoming a real time professional Data Scientist by knowing all the Math and Intuition behind every Machine Learning Model

Download link:
Код:
rapidgator_net: https://rapidgator.net/file/36d709fb02ddfb338f10c10d180951d1/oblpf.The.Complete.Machine.Learning.and.Data.Science.Course.in.R.part1.rar.html https://rapidgator.net/file/2a190ed7a0f2338d3bf932da7ca37182/oblpf.The.Complete.Machine.Learning.and.Data.Science.Course.in.R.part2.rar.html https://rapidgator.net/file/875b9f22ddc1c8a70fe62fa20f7c1636/oblpf.The.Complete.Machine.Learning.and.Data.Science.Course.in.R.part3.rar.html nitroflare_com: https://nitroflare.com/view/B07F496C2FDD515/oblpf.The.Complete.Machine.Learning.and.Data.Science.Course.in.R.part1.rar https://nitroflare.com/view/0B33D55E9D5C68F/oblpf.The.Complete.Machine.Learning.and.Data.Science.Course.in.R.part2.rar https://nitroflare.com/view/D7A4C7FB2778B5D/oblpf.The.Complete.Machine.Learning.and.Data.Science.Course.in.R.part3.rar alfafile_net: http://alfafile.net/file/8Q5iy/oblpf.The.Complete.Machine.Learning.and.Data.Science.Course.in.R.part1.rar http://alfafile.net/file/8Q5i9/oblpf.The.Complete.Machine.Learning.and.Data.Science.Course.in.R.part2.rar http://alfafile.net/file/8Q5iL/oblpf.The.Complete.Machine.Learning.and.Data.Science.Course.in.R.part3.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 16.10.2020, 16:37   #43092
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 103,458
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию The Ultimate Guide to Agile Leadership Success



The Ultimate Guide to Agile Leadership Success
Video: .mp4 (1280x720, 30 fps(r)) | Audio: aac, 48000 Hz, 2ch | Size: 507 MB
Genre: eLearning Video | Duration: 25 lectures (1 hour, 45 mins) | Language: English

Learn Now Lead Tomorrow

What you'll learn

What Agile Leadership is and how to assess your team's agility and resilience
How the right kind of "heat" on your team will lead to breakthrough
How to build strong, flexible, and fair business relationships
How to change your team culture by changing team meetings
How to be a resilient leader in times of volatility, uncertainty, complexity, and ambiguity

Requirements

There are no prerequisites for this course

Description

You will succeed as a leader if you are capable of transforming the challenges of a constantly changing situation into opportunities. Today the most sought-after leaders are able to lead effectively in a volatile and complex environment. In other words, they are Agile Leaders.

As an Agile Leader, this course will help you develop the leadership skills to:

Accelerate the delivery of your organization's products and services

Improve the value your organization delivers to your customers and other stakeholders

Generate positive impact on the community and, doing so, improve your organization's reputation and results

Take the lead by developing the capability of innovation

Make your organization adaptable - a learning organization

This course is for leaders and for those aspiring to leadership in today's fast-paced world where challenges and opportunities are plenty but talent is scarce. Whether you are an executive, a manager, a team leader or an expert, you are in a position where Agile Leadership will help you grow, make a difference for people around you and for your organization.

The goal of this course is to build a foundation of Agile Leadership values and skills, and provide good practices for you to apply in the real world. To this end, the course will walk you through the three dimensions of Agile Leader

The Servant-Leader

The Value Creator

The Entrepreneur

After completing this course, Agile Leadership will be part of your personal brand and contribute to your career success.

Who this course is for:

Business Professionals
Technical Professionals
Graduates
Students
Managers / Leaders
Executives

Download link:
Код:
rapidgator_net: https://rapidgator.net/file/45132bad7e6f73d0c168f8f267ac811b/fxy9x.The.Ultimate.Guide.to.Agile.Leadership.Success.rar.html nitroflare_com: https://nitroflare.com/view/AA08793F3547864/fxy9x.The.Ultimate.Guide.to.Agile.Leadership.Success.rar alfafile_net: http://alfafile.net/file/8Q5SA/fxy9x.The.Ultimate.Guide.to.Agile.Leadership.Success.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 16.10.2020, 16:38   #43093
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 103,458
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию Web Crawling with Nodejs (H&M, Amazon, LinkedIn, AliExpress)



Web Crawling with Nodejs (H&M, Amazon, LinkedIn, AliExpress)
Video: .mp4 (1280x720, 30 fps(r)) | Audio: aac, 44100 Hz, 2ch | Size: 1.29 GB
Genre: eLearning Video | Duration: 37 lectures (2 hour, 32 mins) | Language: English
Learn how to create a web crawler using various methods on popular sites like H&M, Amazon, LinkedIn, AliExpress!

What you'll learn

Differences between web crawling and web scraping in Nodejs
The 3 main methods to use in web crawling, and when to use what method!
How to get data from sites like H&M and AliExpress easily and fast using their hidden API's
How to build a web crawler for server rendered sites like Amazon to crawl all their products
How to build a Puppeteer based web crawler for a site that requires JavaScript like Linkedin

Requirements

Basic JavaScript

Description

Do you want to build a webcrawler in Nodejs?

In this course you will learn how to build a webcrawler using the newest JavaScript syntax with popular sites like H&M, Amazon, LinkedIn and AliExpress!

You'll learn how to find hidden API's on sites like H&M and AliExpress and see how you can even avoid building a web crawler in the first place, you can save a lot of time this way!

Then I show how to build a web crawler for Amazon the test-driven way, by building out tests for the various product page layouts there is on Amazon.

After that we'll take a look at how to automate login and scraping profiles from LinkedIn using Puppeteer, the automated Chromium browser!

Who this course is for:

Students looking to learn web crawling with Nodejs
Students looking to learn web scraping with Nodejs

Download link:
Код:
rapidgator_net: https://rapidgator.net/file/00619895396069b16f5699b279b63298/hv2xb.Web.Crawling.with.Nodejs.HM.Amazon.LinkedIn.AliExpress.part1.rar.html https://rapidgator.net/file/4d2578b67f5b8a90716815996e8ce19f/hv2xb.Web.Crawling.with.Nodejs.HM.Amazon.LinkedIn.AliExpress.part2.rar.html nitroflare_com: https://nitroflare.com/view/4765E092B6EBC28/hv2xb.Web.Crawling.with.Nodejs.HM.Amazon.LinkedIn.AliExpress.part1.rar https://nitroflare.com/view/A845C9AE8010085/hv2xb.Web.Crawling.with.Nodejs.HM.Amazon.LinkedIn.AliExpress.part2.rar alfafile_net: http://alfafile.net/file/8Q5hC/hv2xb.Web.Crawling.with.Nodejs.HM.Amazon.LinkedIn.AliExpress.part1.rar http://alfafile.net/file/8Q5oD/hv2xb.Web.Crawling.with.Nodejs.HM.Amazon.LinkedIn.AliExpress.part2.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 16.10.2020, 16:39   #43094
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 103,458
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию WordPress + E-Commerce Mastery: Build Your Own Online Store



WordPress + E-Commerce Mastery: Build Your Own Online Store
Video: .mp4 (1280x720, 30 fps(r)) | Audio: aac, 44100 Hz, 2ch | Size: 3.08 GB
Genre: eLearning Video | Duration: 59 lectures (6 hour, 40 mins) | Language: English
Setup and promote your own e-commerce shop using WordPress & Printful. Master traffic & SEO for optimal results!

What you'll learn

You'll be able to build an E-commerce store using WordPress and WooCommerce.
You'll be able to connect your e-commerce store to Printful (optional).
You will learn WordPress SEO strategies / tips to boost your site's free organic traffic.
You will learn how to speed up your WordPress site.
You will learn how to add a newsletter to your shop.
You'll learn how to drive traffic to your site, free and paid.

Requirements

Basic WordPress knowledge is required.
A purchased domain with hosting is required.
A computer with internet connection is required.
We recommend you to take our WordPress for beginners course first, to help you with building your website.

Description

Get the best of both worlds with e-commerce and print on demand.

As of 2018, over 1 BILLION people are purchasing products online, and the number just keeps growing. There's no doubt that e-commerce is the future. And with low start up costs and the ability to run your business anywhere in the world, it's no surprise that e-commerce is a popular choice for business owners.

... but what if you don't have a product to sell?

Many assume that you need a product and inventory to get started. But that's where print on demand kicks in: these are the companies that will print and ship your products for you (with your own personalised shipping label!) - so all you have to do is focus on making a sale. No spending money on inventory, no dealing with the post office or companies like DHL, and without wasting time you can use to grow your business.

All you have to do is create a design (which you can easily outsource), upload it to Printful and focus on making sales.

This course will walk you through everything you need to know to get your business up and running.

The first section focuses on WooCommerce and Printful - the heart of your business. You will learn:

How to install WordPress (in case you don't have a website).

How to install WooCommerce.

WooCommerce settings - get to know your dashboard.

How to integrate your site with Printful.

How to work with mockups and find product ideas.

And much more...

The second section focuses on traffic. Because, as we all know, there's no business without traffic. You will learn:

How to develop your own marketing plan, tailored for your business.

How to drive traffic via social media.

How to add a newsletter to your store and develop an email marketing plan.

How to drive traffic via other sources such as paid traffic and guest blogging.

The final section focuses on SEO for WordPress. Using the Yoast plugin, you will learn:

How to optimize your site's SEO.

What is SEO and why it's so important.

How to optimize your on-page SEO.

And much more.

If you're looking for a way to start a profitable e-commerce business that will help you stand out, with low investment - print on demand is the solution for you.

In case you're not familiar with WordPress, we highly recommend you check out our WordPress Bootcamp for beginners.

Get started today by clicking "Take This Course" and get full, lifetime access with all future updates and all current and future course materials included!

Who this course is for:

Business owners who want to build an E-commerce store.
Students who want to learn about WooCommerce, or SEO and traffic.
Anyone who wants a way to monetize their WordPress website.

Download link:
Код:
rapidgator_net: https://rapidgator.net/file/d8b2b3a05ceb54a4b394310b10801573/pjqyg.WordPress..ECommerce.Mastery.Build.Your.Own.Online.Store.rar.html nitroflare_com: https://nitroflare.com/view/AF79DCEEA629CD9/pjqyg.WordPress..ECommerce.Mastery.Build.Your.Own.Online.Store.rar alfafile_net: http://alfafile.net/file/8Q5iu/pjqyg.WordPress..ECommerce.Mastery.Build.Your.Own.Online.Store.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Старый 17.10.2020, 05:59   #43095
mitsumi1
Местный
 
Регистрация: 04.10.2017
Сообщений: 103,458
Сказал(а) спасибо: 0
Поблагодарили 6 раз(а) в 6 сообщениях
mitsumi1 пока не определено
По умолчанию 1stFlip FlipBook Creator 2.7.5 + Portable



1stFlip FlipBook Creator 2.7.5 + Portable | 258/275.6 Mb
1stFlip is professional PDF to Flash&HTML5 Flipbook Creator to transform static PDF file or images into stunning page flip book, magazines, brochures, catalogs, flyers, presentations, e-books, newspapers, newsletters, photo albums, etc. One-click upload Flash&HTML5 flip books to 1stFlip Cloud storage or own website with the built-in FTP client. Read these Flash&HTML5 flipbooks across any desktop, tablets and mobile devices, just like reading real printed books.

Convert PDF documents to Flash&HTML5 flip books.
Publish HTML5 flipbook available on iPhone, iPad and Android devices.
Edit flipping pages with customizable templates and built-in scenes.
Get offline flipbooks in html, zip, exe and app format.
Upload html flipbook to own web host directly with the built-in FTP.
One-click publish flipbook to 1stFlip Cloud.
Readers can search, select copy and paste flip page contents while reading.
LAN Preview - allows any device on your Local Area Network to preview flipbook.

System Requirements: Windows XP and later

Home Page - [Ссылки доступны только зарегистрированным пользователям . Регистрируйся тут...]

Download link:
Код:
rapidgator_net: https://rapidgator.net/file/5bc544fb4b6a833722eb64f262e42f0e/r01y6.1stFlip.FlipBook.Creator.2.7.5.Portable.rar.html https://rapidgator.net/file/bfb1f03dc6662c9e0ed766f0b723fcd9/r01y6.1stFlip.FlipBook.Creator.2.7.5.rar.html nitroflare_com: https://nitroflare.com/view/B7989AA44CBEC36/r01y6.1stFlip.FlipBook.Creator.2.7.5.Portable.rar https://nitroflare.com/view/A4AAAD52D680E29/r01y6.1stFlip.FlipBook.Creator.2.7.5.rar alfafile_net: http://alfafile.net/file/8Qten/r01y6.1stFlip.FlipBook.Creator.2.7.5.Portable.rar http://alfafile.net/file/8Qtey/r01y6.1stFlip.FlipBook.Creator.2.7.5.rar
Links are Interchangeable - No Password - Single Extraction
mitsumi1 вне форума   Ответить с цитированием
Ответ

Любые журналы Актион-МЦФЭР регулярно !!! Пишите https://www.nado.in/private.php?do=newpm&u=12191 или на электронный адрес pantera@nado.ws


Здесь присутствуют: 10 (пользователей: 0 , гостей: 10)
 

Ваши права в разделе
Вы не можете создавать новые темы
Вы не можете отвечать в темах
Вы не можете прикреплять вложения
Вы не можете редактировать свои сообщения

BB коды Вкл.
Смайлы Вкл.
[IMG] код Вкл.
HTML код Выкл.

Быстрый переход

Похожие темы
Тема Автор Раздел Ответов Последнее сообщение
SamDrivers 15.3 Full - 2015 - 0.0.2 emlieu Различный софт 0 12.03.2015 21:26
SamDrivers 15.3 Full - 2015- 0.0.1 emlieu Различный софт 0 11.03.2015 02:16
Oracle Business Intelligence Applications v11.1.1.8.1 (Win Linux) (10.14.2014) vandit Различный софт 0 15.10.2014 17:34
Oracle Business Intelligence Applications v11.1.1.8.1-NEWiSo always Различный софт 0 15.10.2014 16:53
Oracle Business Intelligence Applications v11.1.1.8.1 (Win / Linux) renato Различный софт 0 14.10.2014 11:17


Текущее время: 22:39. Часовой пояс GMT +1.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc. Перевод: zCarot